aboutsummaryrefslogtreecommitdiffstats
path: root/railties/helpers/application_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Say it brieflyDavid Heinemeier Hansson2008-11-301-6/+2
|
* Update the generated controller to not include the deprecated :secret option ↵Michael Koziarski2008-11-231-2/+1
| | | | to protect_from_forgery
* BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb ↵David Heinemeier Hansson2008-11-171-0/+15
and removed all the special casing that was in place to support the former. You must do this rename in your own application when you upgrade to this version [DHH]