aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* use _action callbacks in actionmailerFrancesco Rodriguez2012-12-081-5/+5
* add tests to aliased _filter callbacksFrancesco Rodriguez2012-12-071-0/+46
* use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-073-26/+24
* update documentation and code to use _action callbacksFrancesco Rodriguez2012-12-0711-18/+18
* Rename all action callbacks from *_filter to *_actionDavid Heinemeier Hansson2012-12-071-5/+5
* Revert "Invert precedence of content in ActionDispatch::Static"Andrew White2012-12-071-10/+5
* Invert precedence of content in ActionDispatch::StaticAndrew White2012-12-061-5/+10
* 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
* Fixed issue where routes with globs caused constraints on that glob toMaura Fitzgerald2012-12-041-0/+29
* Override <%== to always behave as literal text rather than toggling based on ...Jeremy Kemper2012-12-032-4/+10
* More descriptive error when rendering a partial with `:layout => true`Yves Senn2012-12-021-0/+5
* hash filters should be accessed with symbols or stringsFrancesco Rodriguez2012-11-301-0/+25
* Remove observers and sweepersRafael Mendonça França2012-11-283-58/+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
* | No sort Hash options in #grouped_options_for_selectSergey Kojin2012-11-271-1/+1
* | Accept symbols as #send_data :disposition valueElia Schito2012-11-271-0/+12
* | Improve clarity of routing testsAndrew White2012-11-261-634/+1081
* | 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-262-0/+15
|\ \ \ | |/ / |/| |
| * | Add explicit opt-out for fragment cache digestingDrew Ulmer2012-11-252-0/+15
| |/
* | `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
|/
* Allow setting a symbol as path in scope on routesGuillermo Iguaran2012-11-211-0/+20
* 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
* | Correct the use of params options when given to url_forCarlos Antonio da Silva2012-11-191-9/+3
* | Fix issue with params in url_fortumayun2012-11-191-0/+8
* | Refactor request tests, remove #with_set methodCarlos Antonio da Silva2012-11-191-8/+3
* | render every partial with a new `PartialRenderer`.Yves Senn2012-11-191-0/+10
* | Fix failing template testsCarlos Antonio da Silva2012-11-161-2/+2
* | Introduce `ActionView::Template::Handlers::ERB.escape_whitelist`.Joost Baaij2012-11-161-1/+15
* | Remove extra whitespaceSantiago Pastorino2012-11-151-1/+1
* | Merge pull request #8112 from rails/encrypted_cookiesSantiago Pastorino2012-11-154-11/+38
|\ \
| * | Move ensure_secret_secure to DummyKeyGeneratorSantiago Pastorino2012-11-031-1/+1
| * | Allow users to change the default salt if they want, shouldn't be necessarySantiago Pastorino2012-11-031-1/+4
| * | Use derived keys everywhere, http_authentication was missing itSantiago Pastorino2012-11-031-1/+3
| * | Add cookie.encrypted which returns an EncryptedCookieJarSantiago Pastorino2012-11-031-0/+15
| * | Sign cookies using key deriverSantiago Pastorino2012-11-033-9/+16
| |/
* | Merge pull request #8222 from marcandre/avoid_slashRafael Mendonça França2012-11-141-0/+5
|\ \
| * | Avoid using Integer#/, as it is redefined by the 'mathn' stdlibMarc-Andre Lafortune2012-11-141-0/+5
* | | start using options objectAaron Patterson2012-11-131-1/+1
* | | Ruby 2.0.0 defaults source encoding to utf-8 so we need to specifically tag t...Aaron Patterson2012-11-121-0/+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
| |/
* | Merge pull request #8115 from senny/7842_handle_trailing_slash_with_enginesRafael Mendonça França2012-11-081-0/+5
|\ \
| * | test case to lock down the behavior of #7842Yves Senn2012-11-041-0/+5
| |/