aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate direct calls to AC::RecordIdentifier.dom_id and dom_classCarlos Antonio da Silva2013-01-161-0/+34
* Remove warnings: "(...) interpreted as grouped expression"Carlos Antonio da Silva2013-01-161-2/+2
* strong parameters exception handlingBrian Alexander2013-01-151-9/+6
* Change the behavior of route defaultsAndrew White2013-01-151-0/+31
* Ensure port is set when passed via the process methodAndrew White2013-01-151-0/+52
* Merge pull request #8821 from jamis/masterRafael Mendonça França2013-01-101-2/+2
|\
| * evaluate the dependency blocks at the instance level, not class levelJamis Buck2013-01-081-2/+2
* | Remove :yaml related tests and fix other related to parsing empty arraysCarlos Antonio da Silva2013-01-081-43/+0
* | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-0/+13
* | Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-13/+0
* | Merge branch 'master-sec'Aaron Patterson2013-01-081-0/+13
|\ \ | |/ |/|
| * CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-0/+13
* | view_cache_dependency APIJamis Buck2013-01-081-0/+18
* | Revert "unpermitted params" exception -- it's just not going to work. See the...David Heinemeier Hansson2013-01-081-43/+0
* | Never treat action or controller as unpermitted paramsDavid Heinemeier Hansson2013-01-081-0/+10
|/
* Namespace HashWithIndifferentAccessAkira Matsuda2013-01-071-3/+2
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-062-14/+10
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-055-15/+15
* Rename the last occurrence of UnexpectedParametersRafael Mendonça França2013-01-051-2/+2
* Rename the configuration to raise_on_unpermitted_parametersRafael Mendonça França2013-01-051-4/+4
* Allow developers to enable raising of exception when unexpected params are pr...Thomas Drake-Brockman2013-01-051-0/+33
* do not append a second slash when usingYves Senn2013-01-021-6/+16
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* Do not use the same tests descriptionRafael Mendonça França2012-12-311-3/+3
* Remove unneeded testsRafael Mendonça França2012-12-312-245/+0
* Merge pull request #8662 from senny/8661_should_not_append_charset_if_already...Santiago Pastorino2012-12-311-1/+12
|\
| * charset should not be appended for `head` responsesYves Senn2012-12-311-1/+12
* | Merge pull request #8546 from hsbt/fix-testcase-strict-warningSantiago Pastorino2012-12-301-1/+2
|\ \ | |/ |/|
| * change spy of after invoked controller action. because ruby-2.0.0 waned unus...SHIBATA Hiroshi2012-12-201-1/+2
* | return Mime::NullType if format is unknownAngelo Capilleri2012-12-221-1/+1
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-10/+0
* | Refactoring the token_and_options method to fix bugsKurtis Rainbolt-Greene2012-12-151-6/+29
|/
* Removed :if and :unless from fragment cache option in favour ofAngelo capilleri2012-12-141-16/+16
* use _action callbacks in actionmailerFrancesco Rodriguez2012-12-081-5/+5
* use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-072-5/+5
* update documentation and code to use _action callbacksFrancesco Rodriguez2012-12-0711-18/+18
* Allow fragment cache to accept :if and :unless optionsFabrizio Regini2012-12-051-0/+64
* Adding filter capability to ActionController logsFabrizio Regini2012-12-051-0/+22
* Override <%== to always behave as literal text rather than toggling based on ...Jeremy Kemper2012-12-031-2/+8
* hash filters should be accessed with symbols or stringsFrancesco Rodriguez2012-11-301-0/+25
* Remove observers and sweepersRafael Mendonça França2012-11-282-57/+0
* Merge pull request #8318 from Empact/fixture-fileRafael Mendonça França2012-11-271-0/+12
|\
| * Use File.join to better integrate fixture_path in fixture_file_upload.Ben Woosley2012-11-261-0/+12
* | Accept symbols as #send_data :disposition valueElia Schito2012-11-271-0/+12
* | Merge pull request #8316 from roberto/assert_template_validate_optionsCarlos Antonio da Silva2012-11-261-0/+6
|\ \
| * | assert_template: validating option keysRoberto Soares2012-11-251-0/+6
* | | Merge pull request #8317 from latortuga/cache-digest-opt-outDavid Heinemeier Hansson2012-11-261-0/+12
|\ \ \ | |/ / |/| |
| * | Add explicit opt-out for fragment cache digestingDrew Ulmer2012-11-251-0/+12
| |/
* | `assert_template` fails with empty string.Roberto Soares2012-11-231-0/+7
* | `assert_template` fails with empty string when a template has been renderedRoberto Soares2012-11-231-0/+7
|/