aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+2
* Add an asset_host accessor for consistency.José Valim2010-06-021-2/+1
* Extract assets paths and make them available to Action Mailer as wellDavid Heinemeier Hansson2010-06-021-1/+2
* add HTTP Token Authorization support to complement Basic and Digest Authoriza...rick2010-04-301-0/+1
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-1/+4
* Move verification to a plugin as well: http://github.com/rails/verification.gitJosé Valim2010-04-101-1/+0
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-1/+1
* Make it easier to subclass AC::Metal with most, but not all, of the modules i...wycats2010-04-041-43/+45
* Whitespacewycats2010-04-041-1/+1
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-2/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-0/+1
* Ensure controller filters are executed before stuff starts to happen.José Valim2010-03-131-2/+6
* Reinstate dom_id in controllers.Justin Ko2010-03-091-0/+1
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-0/+2
* 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