aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Added a better generator for scaffolding that actually creates the code, so i...David Heinemeier Hansson2004-12-071-0/+175
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-063-11/+4
* script/new_controller should create directory for views even when no actions ...David Heinemeier Hansson2004-12-011-0/+3
* Abolished ActionController::Base.require_or_load in favor of require_dependen...David Heinemeier Hansson2004-11-301-2/+2
* AbstractApplicationController and the individual controllers are now complete...David Heinemeier Hansson2004-11-301-12/+36
* InitialDavid Heinemeier Hansson2004-11-244-0/+397