aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+1
* Body... wanna *stream* my body? Body... such a thrill my body!José Valim2011-04-181-0/+1
* Rename it to DataStreaming.José Valim2011-04-181-1/+1
* Add controller-specific `force_ssl` method to force web browser to use HTTPS ...Prem Sichanugrist2011-03-281-0/+1
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-281-1/+1
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-271-0/+1
* Partial revert of #d650b71 'Remove deprecated stuff in ActionController'Carlos Antonio da Silva2010-09-261-0/+5
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-5/+0
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-0/+15
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-15/+0
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-1/+0
* Moved PolymorphicRoutes to ActionDispatch::RoutingPiotr Sarnacki2010-07-201-1/+0
* No need to create a new module in the previous commit.José Valim2010-07-191-1/+0
* Exceptions from views should be rescued based on the original exception. If a...Neeraj Singh2010-07-191-0/+1
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Move verification to a plugin as well: http://github.com/rails/verification.gitJosé Valim2010-04-101-1/+0
* Move AC::UrlRewriter onto route setJoshua Peek2010-03-091-1/+0
* Remove a failed attempt at refactoring AC configurationCarlhuda2010-03-031-1/+0
* Actually move ImplicitRender into it's own fileCarl Lerche2010-03-031-0/+1
* Continued effort to deglobalize the routerCarlhuda2010-02-251-1/+1
* WIP: Remove the global routerCarlhuda2010-02-251-1/+1
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-6/+4
* Tidy up new filter_parameters implementation.José Valim2010-01-211-1/+0
* Move ActionController::Translation to AbstractController::Translation.José Valim2010-01-201-1/+0
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-1/+1
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-1/+1
* Remove duplicated url_for code and move methods shared between ActionMailer a...José Valim2010-01-071-1/+0
* Autoload AC and AV test case classesJoshua Peek2010-01-041-3/+5
* ActionController::Logger should include AbstractController::Logger and sort a...José Valim2009-12-311-7/+7
* controller_path is required by ActionView, so move it up to AbstractControlle...José Valim2009-12-311-2/+0
* Flip deferrable autoload conventionJoshua Peek2009-12-221-56/+56
* Make ActionMailer::Base inherit from AbstractController::BaseJosé Valim2009-12-221-0/+1
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2009-12-201-2/+1
|\
| * Rename RackConvenience => RackDelegationJoshua Peek2009-12-201-1/+1
| * Merge Session stuff into RackConvenienceJoshua Peek2009-12-201-1/+0
* | Rename RenderOptions to RenderersDavid Heinemeier Hansson2009-12-201-1/+1
|/
* Renamed Redirector to Redirecting (its a module, not a class)David Heinemeier Hansson2009-12-201-1/+1
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-1/+1
* Add active_support/ruby/shim to the default requirements for AP componentsYehuda Katz2009-12-201-1/+1
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-1/+3
* Nearly all AC modules can be deferredJoshua Peek2009-12-121-40/+44
* Reorganize autoloads:Carlhuda2009-12-021-55/+61
* Extract #head into its own module and simplify itYehuda Katz2009-10-261-0/+1
* Base setup for config object in AC.Yehuda Katz2009-10-261-0/+1
* Group together all the old routing dsl logicJoshua Peek2009-10-201-1/+0
* Move Routing into ADJoshua Peek2009-10-201-8/+5
* Replace decaying routing internals w/ rack-mountJoshua Peek2009-10-191-3/+3
* Resurrect AC::Benchmarking [#3140 state:resolved]Joshua Peek2009-09-241-3/+4
* SessionRestoreError belongs in ADJoshua Peek2009-09-231-1/+0
* Move integration test runner into ActionDispatchJoshua Peek2009-09-231-1/+3