aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't recurse when ActionController#render is called without any argumentsPratik Naik2008-12-261-1/+1
* Make ActionController#render(symbol) behave same as ActionController#render(s...Pratik Naik2008-12-261-5/+5
* Make ActionController#render(string) work as a shortcut for render :action =>...Pratik Naik2008-12-251-1/+3
* Make ActionController#render(string) work as a shortcut for render :template ...Pratik Naik2008-12-251-1/+3
* Make ActionController#render(string) work as a shortcut for render :file => s...Pratik Naik2008-12-251-1/+8
* Move ActionController::Base#render arguments validation to a separate methodPratik Naik2008-12-251-8/+14
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-211-12/+18
* Switch to Rack::Response#set_cookie instead of using CGI::Cookie to build coo...Joshua Peek2008-12-201-2/+2
* Use status response accessor instead of the 'Status' headerJoshua Peek2008-12-191-2/+2
* Remove CGI::Session memory leak patchJoshua Peek2008-12-161-5/+0
* Switch to Rack based session stores.Joshua Peek2008-12-151-10/+2
* Fixed session related memory leak [#1558 state:resolved]Frederick Cheung2008-12-111-0/+3
* Making the IP Spoofing check in AbstractRequest#remote_ip configurable.Darren Boyd2008-12-011-0/+4