aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use caller for helpers_dir deprecation warningsJeremy Kemper2010-06-281-2/+2
* Strip_tags never ending attribute should not raise a TypeError [#4870 state:r...Bruno Michel2010-06-282-0/+2
* Small changes to responder:José Valim2010-06-261-5/+13
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-244-59/+58
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-0/+2
* Fix controller_name for non default controller paths [#4901 state:resolved]knapo2010-06-231-1/+1
* Add support for specifying locals in view tests with assert template [#4927 s...David Chelimsky2010-06-221-3/+13
* Merge remote branch 'rails/master'Xavier Noria2010-06-204-10/+22
|\
| * Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-202-4/+13
| * Remove a relic of #request being in RackDelegationwycats2010-06-192-6/+9
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-152-3/+3
|\ \ | |/ |/|
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-112-3/+3
* | edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
|/
* class_attribute is not a direct replacement of class_inheritable_*.José Valim2010-06-101-3/+3
* cache_sweeper yields blank outputNeeraj Singh2010-06-081-0/+1
* regular expressions are usually ASCII-encoded, so force_encoding the content ...wycats2010-06-071-0/+1
* Make named helpers unprotected without becoming actions [#4696 state:resolved]wycats2010-06-071-0/+8
* Reset request.parameters after assigning params for functional testsJeremy Kemper2010-06-061-2/+4