aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* No need to symbolize these.José Valim2010-12-271-2/+2
* #948 template_inheritanceartemave2010-12-261-2/+2
* Fix respond_with example code so it makes senseWill2010-12-191-2/+2
* Correct deprecated AR usage in ActionController::MimeResponds documentationWill2010-12-191-4/+4
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-11-271-3/+7
|\
| * Add explicit statement that verify_authenticity_token can be turned off for a...Ryan Bigg2010-11-271-3/+7
* | implicit self hereSantiago Pastorino2010-11-251-1/+1
* | move the setting up of the mime collector into the collector on initJosh Kalderimis2010-11-251-3/+3
* | If a user wants json output then try best to render json output. In such case...Neeraj Singh2010-11-241-1/+1
|/
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-1/+3
* Remove unused constantSantiago Pastorino2010-11-221-2/+0
* There's no need for ternary op hereSantiago Pastorino2010-11-221-1/+1
* Remove unneeded metaprogramming and method generation in favor of direct defi...Santiago Pastorino2010-11-221-24/+10
* Fix indentationSantiago Pastorino2010-11-201-24/+23
* Add config.action_controller.include_all_helpers, by default it is set to true.Piotr Sarnacki2010-11-181-1/+2
* Move @assigns from the controller to the test itselfSantiago Pastorino2010-11-061-1/+0
* Fix problems trying to functional test AC::Metal controllersSantiago Pastorino2010-11-061-9/+1
* Correctly handle the case of an API response that returns a hash by treating ...Chris Eppstein2010-11-061-1/+1
* 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