Skip to content
kristianmandrup edited this page Sep 13, 2010 · 3 revisions

Rails 3 nifty generators based on efforts by ryanb and dvyjones.
The generators use the very DRY rails 3 conventions as described by ryanb

http://ryandaigle.com/articles/2009/8/10/what-s-new-in-edge-rails-default-restful-rendering
http://ryandaigle.com/articles/2009/8/6/what-s-new-in-edge-rails-cleaner-restful-controllers-w-respond_with

More nifty generators for rails 3 are in the pipeline… I plan to have scaffolded views use formtastic by default and also have it as an option.
Hmm.. does formtastic already have Rails 3 scaffold generators?

Also check out mongo_rails3_gen with generators for using Mongo DB with Rails 3 ;)
Also available from gemcutter as mongo_db_gen

Clone this wiki locally