Top "Rails-generate" questions

Command that creates the actual model file that holds all the methods unique to the model and the business rules, a unit test file for performing test-driven development,fixtures to use with the unit tests, and a Rails migration

How to reverse a 'rails generate'

I want to delete all the files it created and roll back any changes made, but not necessarily to the …

ruby ruby-on-rails-3 rails-generate
How do I generate a controller spec using rspec?

I'm integrating devise_invitable into my application and I had to write a custom controller - InvitationsController - to override …

ruby-on-rails-3 rspec controller rails-generate
Missing script/generate in Rails 3

I just installed Rails 3 and created my first app. The install of Rails3 + ruby 1.9 went very smoothly but I am …

ruby-on-rails ruby-on-rails-3 rails-generate