aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Move stuff from compatibility.rb to deprecated.rbCarlhuda2010-03-041-0/+2
* Remove a failed attempt at refactoring AC configurationCarlhuda2010-03-031-1/+0
* Actually move ImplicitRender into it's own fileCarl Lerche2010-03-031-23/+0
* Change AV formats so they can delegate to the controller. Now users (or plugi...Carlhuda2010-03-011-1/+1
* Continued effort to deglobalize the routerCarlhuda2010-02-251-8/+1
* WIP: Remove the global routerCarlhuda2010-02-251-1/+1
* Update AP to start locking down a public API. This work is parallel to some d...Yehuda Katz2010-02-161-1/+1
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-0/+8
* Ensure helpers work from configured path.José Valim2010-01-241-1/+1
* Ensure strings given to render with slash are rendered relative to the config...José Valim2010-01-221-23/+0
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-211-1/+5
* Tidy up new filter_parameters implementation.José Valim2010-01-211-1/+5
* Move ActionController::Translation to AbstractController::Translation.José Valim2010-01-201-1/+1
* Bring normalize behavior to AbstractController::RenderingJosé Valim2010-01-201-21/+8
* Move parameters to the top on logging.José Valim2010-01-191-1/+1
* Do not send the whole controller in notifications, cherry pick required pieces.José Valim2010-01-151-1/+1
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-1/+4
* Added that ActionController::Base now does helper :all instead of relying on ...David Heinemeier Hansson2010-01-031-0/+2
* ActionController::Logger should include AbstractController::Logger and sort a...José Valim2009-12-311-1/+0
* controller_path is required by ActionView, so move it up to AbstractControlle...José Valim2009-12-311-1/+1
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-1/+0
* AD::StatusCodes support is now part of rackJoshua Peek2009-12-221-1/+1
* Make ActionMailer::Base inherit from AbstractController::BaseJosé Valim2009-12-221-0/+1
* AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...Yehuda Katz2009-12-201-1/+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
* Added alert/notice from 2-3-stable and refactored redirect_to into just livin...David Heinemeier Hansson2009-12-171-66/+0
* Reduce usage of interpret_status. It should also return a integerJoshua Peek2009-12-101-4/+12
* Reorganize autoloads:Carlhuda2009-12-021-1/+1
* Base setup for config object in AC.Yehuda Katz2009-10-261-0/+1
* Resurrect AC::Benchmarking [#3140 state:resolved]Joshua Peek2009-09-241-0/+1
* Add Orchestra instrumentation to fragment and page caching.José Valim2009-09-201-1/+0
* Refactor ActionController to use find_template and template_exists?Yehuda Katz + Carl Lerche2009-09-031-1/+1
* Use response_body rather than performed?Yehuda Katz2009-08-091-1/+1
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-1/+1
* 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 the...Yehuda Katz2009-08-061-0/+167
* Reorganize ActionController folder structureJoshua Peek2009-01-271-1392/+0
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-112/+146
* Deprecate ActionController::Base#session_enabled?Pratik Naik2009-01-191-1/+1
* Build query string and POST params parser on top of Rack::Request. Also switc...Joshua Peek2009-01-171-4/+1
* Fix failing flash testJeremy Kemper2009-01-061-1/+1
* Memoize request accessors on the Rack env so other request objects have acces...Joshua Peek2009-01-041-2/+2
* Test that exceptions raised in filters are properly rescuedJeremy Kemper2008-12-301-4/+7
* Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-6/+6
* Make router and controller classes better rack citizensJoshua Peek2008-12-281-0/+7