aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Remove unused argument.Francesco Rodriguez2014-01-241-1/+1
* unify param.require testsArthur Neves2014-01-232-10/+8
* Merge branch 'master' into laurocaetano-fix_send_fileAaron Patterson2014-01-1012-49/+378
|\
| * Add any/all support for variantsŁukasz Strzałkowski2013-12-261-0/+143
| * Unused classes in AP testsAkira Matsuda2013-12-251-11/+0
| * AC::Parameters#permit! permits hashes in array valuesXavier Noria2013-12-231-3/+11
| * Move the null mime type to request.formatCarlos Antonio da Silva2013-12-231-1/+1
| * optimizes array conversion in AC::ParametersXavier Noria2013-12-211-0/+5
| * converts hashes in arrays of unfiltered params to unpermitted params [fixes #...Xavier Noria2013-12-211-0/+7
| * Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
| |\
| | * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
| * | Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-20/+9
| * | Clearly limit new CSRF protection to GET requestsJeremy Kemper2013-12-171-0/+10
| * | CSRF protection from cross-origin <script> tagsJeremy Kemper2013-12-173-12/+72
| * | Inline variants syntaxŁukasz Strzałkowski2013-12-101-1/+38
| * | Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l...David Heinemeier Hansson2013-12-081-13/+1
| * | Inline variants syntaxŁukasz Strzałkowski2013-12-081-1/+13
| * | Variants can be declared without a block to signify their presence in the con...David Heinemeier Hansson2013-12-071-1/+1
| * | Allow code execution in case no variant has been set with variant.noneDavid Heinemeier Hansson2013-12-071-0/+16
| * | Remove missing integration points of AV extractionCarlos Antonio da Silva2013-12-051-1/+1
| * | Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+54
| * | Merge branch 'format_localized_template' of https://github.com/acapilleri/railsGuillermo Iguaran2013-12-031-0/+11
| |\ \
| | * | Fix header Content-Type: #<Mime::NullType:...> in localized templateAngelo capilleri2013-12-031-0/+11
* | | | Fix stream closing when sending file with `ActionController::Live` included.Lauro Caetano2013-11-301-0/+14
|/ / /
* | | Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
* | | fixed-case when invalid action name has passedKuldeep Aggarwal2013-11-281-0/+3
* | | fixed typo `destory` => `destroy` [ci skip]Kuldeep Aggarwal2013-11-281-1/+1
|/ /
* / Raise RuntimeErrors with inspectable and MRI-independent messages.Federico Ravasio2013-11-242-4/+4
|/
* Take Hash with options inside Array in #url_forAndrey Ognevsky2013-11-151-0/+18
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-053-17/+20
* Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...Guillermo Iguaran2013-11-022-26/+1
* Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...Guillermo Iguaran2013-11-012-1/+26
|\
| * Change ActionController::Parameters#require behavior when value is emptySebastian Sogamoso2013-03-112-1/+26
* | don't mutate hash with fetchDoug Cole2013-10-261-0/+6
* | pass app config to controller helper proxyTima Maslyuchenko2013-10-241-0/+6
* | Fixing repond_with working directly on the options hashBlueHotDog2013-10-091-0/+15
* | Strong parameters should permit nested number as key. Closes #12293kennyj2013-09-271-0/+15
* | Fix incorrect assert_redirected_to failure messageDerek Prior2013-09-191-0/+18
* | NullSessionHash#destroy should be a no-opJonathan Baudanza2013-09-181-0/+10
* | Fix an issue where router can't recognize downcased url encoding path.kennyj2013-09-191-0/+4
* | Custom flash should be defined only for the class that defines it and it's su...Ricardo de Cillo2013-09-131-0/+12
* | Merge pull request #12159 from nashby/issue-12149Rafael Mendonça França2013-09-121-0/+9
|\ \
| * | do not break params filtering on nil valuesVasiliy Ermolovich2013-09-071-0/+9
* | | Removed semicolon and added spaceAnupam Choudhury2013-09-131-2/+2
* | | Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-09-101-1/+1
* | | Make AC standalone rendering workSantiago Pastorino2013-09-101-0/+15
|/ /
* | Revert "Port all remaining self.protected_instance_variables to class methods"Łukasz Strzałkowski2013-09-021-1/+1
* | Port all remaining self.protected_instance_variables to class methodsŁukasz Strzałkowski2013-08-291-1/+1
* | Extend basic rendering, test it in railtiesŁukasz Strzałkowski2013-08-251-19/+0
* | Basic rendering testŁukasz Strzałkowski2013-08-251-0/+19