aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Forgot to move that line to railtie on rebasePiotr Sarnacki2010-09-031-1/+1
* Include all helpers from non-namespaced enginesPiotr Sarnacki2010-09-031-9/+3
* Set only helpers_path on inherited hook in action_controller/railtie.rb and u...Piotr Sarnacki2010-09-033-9/+11
* Moved ActionMailer and ActionController railties options to inherited hookPiotr Sarnacki2010-09-033-16/+32
* Refactor ActionMailer to not use hide_actionsPiotr Sarnacki2010-09-031-14/+1
* Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro...Piotr Sarnacki2010-09-032-19/+2
* Fix generating urls with mounted helpers in view contextPiotr Sarnacki2010-09-031-1/+1
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-034-4/+30
* This is not neededPiotr Sarnacki2010-09-031-26/+0
* Add mounted_helpers to routesPiotr Sarnacki2010-09-032-1/+28
* Ensure that env is always available in controllersPiotr Sarnacki2010-09-032-2/+6
* Added some more tests for url generation between Engine and ApplicationPiotr Sarnacki2010-09-031-4/+4
* Get rid of :skip_prefix options in routesPiotr Sarnacki2010-09-031-8/+4
* New way of generating urls for Application from Engine.Piotr Sarnacki2010-09-031-2/+11
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-024-6/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-024-0/+6
* Use join instead of looping and calling to_s [#5492 state:resolved]Thiago Pradi2010-09-011-3/+1
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-295-171/+12
* Merge remote branch 'docrails/master'Xavier Noria2010-08-2811-108/+89
|\
| * Revert "call-seq directive makes rdoc cry and replaces method names with a cu...Xavier Noria2010-08-271-0/+15
| * call-seq directive makes rdoc cry and replaces method names with a curly brac...Joost Baaij2010-08-271-15/+0
| * escape constant namesJoost Baaij2010-08-262-9/+9
| * Reflect how CSRF protection now works and refer to the Security Guide for mor...Joost Baaij2010-08-261-36/+18
| * cleanup of ActionController::Metal inline documentationJoost Baaij2010-08-265-51/+50
| * Escape 'caching' when used in a sentence; remove unnessesary quotesJoost Baaij2010-08-263-12/+12
* | 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
* Reset symbolized path parameters when a test request is recycled [#5437 state...Andrew White2010-08-241-0/+1
* Use attribute readers as they are faster in general.José Valim2010-08-191-8/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-148-69/+69
* API Docs: Use 'HTTP_AUTHORIZATION' and not :authorize as key in integration t...Rohit Arondekar2010-07-301-1/+1
* doc: cleanup respond_to documentationWincent Colaiuta2010-07-261-9/+12
* Change returning with tapSantiago Pastorino2010-07-251-1/+1
* Clean up AM and AC railties.José Valim2010-07-242-33/+14
* 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
* No need to delegate. Simply include the whole RecordIdentifier module.José Valim2010-07-211-0/+2
* Moved a few methods from RecordIdentifier to ActiveModel::NamingPiotr Sarnacki2010-07-211-30/+1
* Moved PolymorphicRoutes to ActionDispatch::RoutingPiotr Sarnacki2010-07-202-184/+0
* Add a test for elapsed and require missing benchmark file.José Valim2010-07-201-0/+1
* Add missing require to metal/streaming.rbJosé Valim2010-07-201-0/+2
* Remove unused orig_handler and unneeded parenthesesSantiago Pastorino2010-07-201-3/+3
* There is absolutely no need to use __send__ here.José Valim2010-07-191-3/+3
* No need to create a new module in the previous commit.José Valim2010-07-193-17/+10
* Exceptions from views should be rescued based on the original exception. If a...Neeraj Singh2010-07-192-2/+18
* Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-131-1/+1
* Fix setting helpers_path to a string or pathnameJeremy Kemper2010-07-071-2/+3
* Define a convention for descendants and subclasses.José Valim2010-07-052-7/+0
* Fixes for "router" and "routes" terminologyWincent Colaiuta2010-07-033-4/+4
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-023-6/+6