aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
...
* Fix logging when cache key contains % sign [#5570 state:resolved]Krekoten' Marjan2010-09-251-1/+1
* There is no need to use instance_eval since the proc is created in the same c...José Valim2010-09-241-1/+1
* Make redirect_to accept blocks [#5643 state:resolved]Nando Vieira2010-09-241-1/+5
* resolves rdoc conflictXavier Noria2010-09-231-2/+2
|\
| * 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
* | Refactor decode_credentials to avoid inject and use map instead.Emilio Tagua2010-09-221-6/+5
* | Refactor methods in html node to avoid injects.Emilio Tagua2010-09-221-8/+4
* | Fix header capitalization by explicitly upcasing first letter of every word, ...Maxim Chernyak2010-09-181-1/+1
* | Small tweak the ConditionalGet documentationCarl Lerche2010-09-171-2/+2
|/
* added block arguments to ActionController::Metal#useCollin Miller2010-09-121-3/+3
* revises implementation and documentation of csrf_meta_tags, and aliases csrf_...Xavier Noria2010-09-111-2/+2
* Merge remote branch 'drogus/engines'wycats2010-09-111-1/+1
|\
| * Do not require passing :app to mounted helpers, it's actually useless and not...Piotr Sarnacki2010-09-081-1/+1
* | Adding linkage to redirect_to from Base and adding status code option referenceMikel Lindsaar2010-09-092-2/+6
|/
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-064-64/+1
* 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