aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* s/ERb/ERB/gAkira Matsuda2011-04-031-2/+2
* Add controller-specific `force_ssl` method to force web browser to use HTTPS ...Prem Sichanugrist2011-03-281-0/+1
* .erb => .html.erbAkira Matsuda2010-12-251-1/+1
* updated instructions on how to change the default session storeDiego Carrion2010-09-181-2/+2
* updated instructions to generate the migration for the ActiveRecord session s...Diego Carrion2010-09-181-1/+1
* Adding linkage to redirect_to from Base and adding status code option referenceMikel Lindsaar2010-09-091-0/+2
* Set only helpers_path on inherited hook in action_controller/railtie.rb and u...Piotr Sarnacki2010-09-031-5/+0
* Moved ActionMailer and ActionController railties options to inherited hookPiotr Sarnacki2010-09-031-5/+1
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-031-2/+6
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-3/+1
* Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)José Valim2010-08-261-1/+1
* Restored top-level documentation for ActionController::Base.Joost Baaij2010-08-251-0/+163
* Also move asset_path to AbstractController.José Valim2010-07-241-1/+0
* Move config_accessor :asset_host from ActionController::Base to AbstractContr...Jeroen van Dijk and Josh Kalderimis2010-07-241-1/+1
* 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-3/+1
* Exceptions from views should be rescued based on the original exception. If a...Neeraj Singh2010-07-191-2/+4
* Define a convention for descendants and subclasses.José Valim2010-07-051-6/+0
* 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