1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/generators
2004-12-15 13:20:55 +00:00
..
controller Renamed AbstractApplicationController and abstract_application.rb to ApplicationController and application.rb, so that it will be possible for the framework to automatically pick up on app/views/layouts/application.rhtml and app/helpers/application.rb 2004-12-15 11:30:09 +00:00
mailer Slightly less overzealous testing 2004-12-13 23:47:01 +00:00
model fixtures :models will now also attempt to include the model.rb file 2004-12-14 18:02:11 +00:00
scaffold Removed redundent tests for success and removed the tests for missing records that were failing out the gates 2004-12-15 13:20:55 +00:00
generate.rb Added a better generator for scaffolding that actually creates the code, so it can be edited bit by bit. See "script/generate scaffold" [bitsweat]. Added a whole new approach to generators that used the shared "script/generate" command. Run with no-args to see help [bitsweat]. 2004-12-07 11:49:38 +00:00