aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* replace if ! with unlessNeeraj Singh2010-10-171-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-141-1/+1
|\
| * Fix small typo in documentationKrekoten' Marjan2010-10-121-1/+1
* | Return a valid empty JSON on successful PUT and DELETE requests. [#5199 state...Szymon Nowak2010-10-121-0/+20
|/
* Rendering doesn't need RackDelegationwycats2010-10-101-1/+0
* Fix a few bugs when trying to use Head standalonewycats2010-10-101-4/+2
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-061-4/+0
|\
| * `render :text => proc { ... }` is no longer supported.John Firebaugh2010-10-041-4/+0
* | reduce function calls on ArrayAaron Patterson2010-09-291-3/+2
* | removing more lolinjectAaron Patterson2010-09-291-8/+7
* | removing lollerjectAaron Patterson2010-09-291-1/+1
|/
* renderer calls object.to_json when rendering :json => object [#5655 state:res...Diego Carrion2010-09-271-1/+1
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-3/+3
* Do not cache the script name outcome.José Valim2010-09-271-9/+11
* Merge remote branch 'miloops/warnings'José Valim2010-09-271-3/+3
|\
| * Initialize @_routes if not defined yet, avoiding more warnings.Emilio Tagua2010-09-271-0/+1
| * Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-3/+3
* | Cache url_options on a per-request basis.thedarkone2010-09-271-9/+11
|/
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-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
* Refactor decode_credentials to avoid inject and use map instead.Emilio Tagua2010-09-221-6/+5
* 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
* revises implementation and documentation of csrf_meta_tags, and aliases csrf_...Xavier Noria2010-09-111-2/+2
* Adding linkage to redirect_to from Base and adding status code option referenceMikel Lindsaar2010-09-091-2/+4
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-063-32/+1
* Refactor ActionMailer to not use hide_actionsPiotr Sarnacki2010-09-031-14/+1
* 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-031-1/+5
* Ensure that env is always available in controllersPiotr Sarnacki2010-09-031-1/+1
* 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
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-6/+10
* escape constant namesJoost Baaij2010-08-261-5/+5
* 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-264-36/+37
* 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-141-2/+2
* 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
* 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
* No need to create a new module in the previous commit.José Valim2010-07-192-14/+9
* Exceptions from views should be rescued based on the original exception. If a...Neeraj Singh2010-07-191-0/+14
* Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-131-1/+1