aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | CSRF protection from cross-origin <script> tagsJeremy Kemper2013-12-171-13/+61
| * | | | | Some assorted fixes for the 4.1 release notes:Godfrey Chan2013-12-171-1/+1
| |/ / / /
| * | | | Fix syntax error in redirect_to examplePhilipe Fatio2013-12-141-1/+1
| * | | | Merge pull request #13293 from akshay-vishnoi/typoCarlos Antonio da Silva2013-12-121-1/+1
| |\ \ \ \
| | * | | | Spelling and Grammar checksAkshay Vishnoi2013-12-121-1/+1
| * | | | | Variants inline syntax documentation [ci skip]Łukasz Strzałkowski2013-12-121-0/+9
| |/ / / /
| * | | | Merge pull request #13288 from dvsuresh/fix_typoDamien Mathieu2013-12-121-1/+1
| |\ \ \ \
| | * | | | Fix typo in action_controller responder.rbdvsuresh2013-12-121-1/+1
| * | | | | typos rectified [ci skip]Aayush khandelwal2013-12-121-1/+1
| |/ / / /
| * | | | Inline variants syntaxŁukasz Strzałkowski2013-12-101-2/+24
| * | | | Simplify @responses hash initializationŁukasz Strzałkowski2013-12-101-1/+2
| * | | | Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l...David Heinemeier Hansson2013-12-081-15/+9
| * | | | Inline variants syntaxŁukasz Strzałkowski2013-12-081-8/+14
| * | | | Simplify @responses hash initializationŁukasz Strzałkowski2013-12-081-1/+1
| * | | | Variants can be declared without a block to signify their presence in the con...David Heinemeier Hansson2013-12-071-1/+3
| * | | | Allow code execution in case no variant has been set with variant.noneDavid Heinemeier Hansson2013-12-071-4/+5
| * | | | Improve a couple exception messages related to variants and mime typesCarlos Antonio da Silva2013-12-031-2/+4
| * | | | Add nodoc to added VariantFilter classCarlos Antonio da Silva2013-12-031-3/+3
| * | | | Action Pack VariantsŁukasz Strzałkowski2013-12-041-4/+46
| * | | | Cleanups in comment about conditionalGuillermo Iguaran2013-12-031-1/+2
| * | | | Fix header Content-Type: #<Mime::NullType:...> in localized templateAngelo capilleri2013-12-031-1/+1
| |/ / /
* / / / Fix stream closing when sending file with `ActionController::Live` included.Lauro Caetano2013-11-301-1/+1
|/ / /
* | | Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...David Heinemeier Hansson2013-11-141-2/+2
* | | Merge pull request #12889 from kuldeepaggarwal/speed_upsRafael Mendonça França2013-11-141-2/+2
|\ \ \
| * | | Used Yield instead of block.callKuldeep Aggarwal2013-11-151-2/+2
* | | | #presence usedAkshay Vishnoi2013-11-141-5/+1
* | | | Remove order attribute from collectorLukasz Strzalkowski2013-11-101-4/+3
|/ / /
* | | Improve wording in AC::ParameterMissing error messageGuillermo Iguaran2013-11-021-1/+1
* | | Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...Guillermo Iguaran2013-11-021-23/+9
* | | Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...Guillermo Iguaran2013-11-011-9/+23
|\ \ \
| * | | Change ActionController::Parameters#require behavior when value is emptySebastian Sogamoso2013-03-111-9/+23
* | | | Fix typo in method description in Responder classLin Reid2013-11-011-1/+1
* | | | don't mutate hash with fetchDoug Cole2013-10-261-1/+8
* | | | pass app config to controller helper proxyTima Maslyuchenko2013-10-241-1/+5
| |_|/ |/| |
* | | Fixing repond_with working directly on the options hashBlueHotDog2013-10-091-0/+1
* | | Strong parameters should permit nested number as key. Closes #12293kennyj2013-09-271-1/+5
* | | Fix regex used to find URI schemes in redirect_toDerek Prior2013-09-191-1/+1
* | | Fix incorrect assert_redirected_to failure messageDerek Prior2013-09-191-19/+20
* | | NullSessionHash#destroy should be a no-opJonathan Baudanza2013-09-181-0/+3
* | | Removing ActiveSupport::Concern, it's not neededAttila Domokos2013-09-131-2/+0
* | | Custom flash should be defined only for the class that defines it and it's su...Ricardo de Cillo2013-09-131-1/+1
* | | Merge pull request #12159 from nashby/issue-12149Rafael Mendonça França2013-09-121-1/+1
|\ \ \
| * | | do not break params filtering on nil valuesVasiliy Ermolovich2013-09-071-1/+1
* | | | Remove remaining coupling with AV in MimeRespondsJosé Valim2013-09-092-5/+6
* | | | Remove BasicRendering and remove template functionality from AbsC::RenderingJosé Valim2013-09-091-2/+6
|/ / /
* | | Do not use instance variables if they are not reused elsewhereCarlos Antonio da Silva2013-09-061-2/+1
* | | render_to_string shouldn't play with response_bodySantiago Pastorino2013-09-041-4/+5
* | | Fix a few typos. [ci skip]namusyaka2013-09-041-1/+1
* | | Move BasicRendering to AbstractControllerŁukasz Strzałkowski2013-09-031-28/+0
* | | Make Mime::TEXT default format in AbstractControllerŁukasz Strzałkowski2013-09-031-4/+0