forked from manveru/ramaze
-
Notifications
You must be signed in to change notification settings - Fork 37
Home
YorickPeterse edited this page Jan 23, 2012
·
20 revisions
Ramaze is a simple, light and modular open-source web application framework written in Ruby.
$ gem install ramaze
require 'ramaze'
class MainController < Ramaze::Controller
def index
"Hello, World!"
end
end
Ramaze.start
- Website
- Google Groups
- User Guide
- #ramaze on Freenode (IRC)
- Website
- Google Groups
- User Guide
- [#ramaze on the Freenode network] (http://webchat.freenode.net/?channels=ramaze)