aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | No variant should also be picked up by variant.any if variant.none is not def...David Heinemeier Hansson2014-02-131-0/+4
* | Variant negotiationLukasz Strzalkowski2014-02-131-0/+21
* | Fixed broken flash testsGodfrey Chan2014-02-111-4/+4
* | Convert FlashHash in a Hash with indifferent accessGuillermo Iguaran2014-02-111-0/+10
* | Remove outdated TODO from url_for test, this test was fixed in 900a2d30Zachary Scott2014-02-091-3/+0
* | Tests that skips a controller filters that was set up using a classIonatan Wiznia2014-02-061-0/+16
* | Do not discard query parameters on requests that use wrap_parametersJosh Jordan2014-01-301-0/+20
* | Clear filtered request attributes between requests in testsAndrew White2014-01-272-0/+19
* | 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
|\ \ \