1 2 3 4 5 6 | $ sudo gem install merb merb_activerecord $ merb-gen core --orm activerecord next_big_thing $ cd next_big_thing $ mv config/database.yml.sample config/database.yml $ mate config/database.yml $ merb |
Visit localhost:4000.
The above setup has no database, really, though you could create it (only create it) with rake db:create. It would be called “sample_development”, or whatever you changed it to when you edited database.yml.
The above information should not be confused with a tutorial of any kind. You’ll probably want to visit http://wiki.merbivore.com/ for that.
So merb is like Django for Ruby?
Something like that. :) It's very similar to rails, is supposed to be faster, however.