aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/verification.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move verification to a plugin as well: http://github.com/rails/verification.gitJosé Valim2010-04-101-130/+0
|
* * Change the object used in routing constraints to be an instance ofwycats2010-04-031-1/+1
| | | | | | | | | | | ActionDispatch::Request rather than Rack::Request. * Changed ActionDispatch::Request#method to return a String, to be compatible with the Rack::Request superclass. * Changed ActionDispatch::Request#method to return the original method in the case of methodoverride and #request_method not to, to be compatible with Rack::Request
* Merge Session stuff into RackConvenienceJoshua Peek2009-12-201-35/+35
|
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-1/+1
|
* New semantics eliminate the need for __send__Yehuda Katz2009-10-281-2/+2
|
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-2/+2
|
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect ↵Yehuda Katz2009-08-061-0/+130
their module locations