aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* When executing permit with just a key that points to a hash, DO NOT allow all...Santiago Pastorino2012-10-121-1/+5
* can't pass :locals to #assert_template without a view test case. Closes #3415Yves Senn2012-10-061-0/+11
* Allow parameter filters to match multi-parameter attributesRafael Mendonça França2012-10-051-0/+33
* ActionController::Parameters#permit! is recursiveBrendan Loudermilk2012-10-041-0/+7
* rename page_cache_extension option to default_static_extensionFrancesco Rodriguez2012-10-031-0/+15
* extract AP Page and Action caching to actionpack-deprecated_caching gemFrancesco Rodriguez2012-10-032-739/+16
* Failsafe exception returns text/plain.Steve Klabnik2012-10-011-0/+16
* `assert_template` no more passing with what ever string that matches.Hugo Roque2012-09-291-0/+22
* move metal/caching_test into controller/caching_testFrancesco Rodriguez2012-09-271-5/+42