aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #8183 from jcoglan/objectless_sessionsJon Leighton2012-11-211-0/+21
|\
| * Store FlashHashes in the session as plain hashes rather than custom objects w...James Coglan2012-11-091-0/+21
* | render every partial with a new `PartialRenderer`.Yves Senn2012-11-191-0/+10
* | Remove extra whitespaceSantiago Pastorino2012-11-151-1/+1
* | Merge pull request #8112 from rails/encrypted_cookiesSantiago Pastorino2012-11-152-4/+8
|\ \
| * | Move ensure_secret_secure to DummyKeyGeneratorSantiago Pastorino2012-11-031-1/+1
| * | Use derived keys everywhere, http_authentication was missing itSantiago Pastorino2012-11-031-1/+3
| * | Sign cookies using key deriverSantiago Pastorino2012-11-031-2/+4
| |/
* | start using options objectAaron Patterson2012-11-131-1/+1
* | Revert "Merge pull request #8017 from jcoglan/objectless_sessions"Jon Leighton2012-11-091-21/+0
* | Merge pull request #8017 from jcoglan/objectless_sessionsJon Leighton2012-11-081-0/+21
|\ \
| * | Store FlashHashes in the session as plain hashes rather than custom objects w...James Coglan2012-11-031-0/+21
| |/
* | Test that permitted? is sticky on accessors, mutators, and mergesBenjamin Quorning2012-11-061-0/+24
* | Test that not permitted is sticky on #exceptBenjamin Quorning2012-11-061-0/+1
* | Current tests are testing stickiness of non-permitted parametersBenjamin Quorning2012-11-061-3/+3
* | Fix buggy testsBenjamin Quorning2012-11-061-4/+4
* | Add ensure block to make sure the state is properly restoredCarlos Antonio da Silva2012-11-041-1/+1
|/
* No need for the debuggerDavid Heinemeier Hansson2012-10-311-1/+0
* Allow #permit to take its list of permitted parameters as an arrayDavid Heinemeier Hansson2012-10-311-0/+5
* cleanup, remove trailing whitespace within actionpackYves Senn2012-10-276-8/+8
* Permit string and float values in the multiparameter attributesRafael Mendonça França2012-10-181-9/+14
* Cleanup trailing whitespacesdfens2012-10-121-1/+1