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
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-generateI'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-generateI 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