aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | 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
|/
* Support :multiple option on input tags with :indexDaniel Fox, Grant Hutchins & Trace Wax2012-11-021-0/+13
* Add test to avoid regression of 1bfc5b4Rafael Mendonça França2012-11-021-0/+8
* Revert "Merge pull request #7668 from Draiken/fix_issue_6497"Rafael Mendonça França2012-11-021-7/+0
* Fix #8086 (BestStandardsSupport rewrites app X-UA-Compatible header, now appe...Nikita Afanasenko2012-11-011-0/+34
* Add test to ensure data attributes are properly escaped with tag helpersCarlos Antonio da Silva2012-11-011-2/+7
* 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
* Revert "if format is unknown NullMimeTypeObject is returned"Guillermo Iguaran2012-10-311-11/+1
* if format is unknown NullMimeTypeObject is returnedAngelo capilleri2012-10-311-1/+11
* Fix failing tests and use new hash style in deprecation messagesCarlos Antonio da Silva2012-10-292-12/+12
* Improve the deprecation message of link_to_function andRafael Mendonça França2012-10-271-6/+6
* cleanup, remove trailing whitespace within actionpackYves Senn2012-10-279-15/+15
* give access to the original exception raised in case of a parse errorAaron Patterson2012-10-251-0/+14
* do not lose backtrace information from the raised exceptionAaron Patterson2012-10-251-4/+5
* check_box value can be not only an object of Array classVasiliy Ermolovich2012-10-201-0/+6
* Add i18n scope to disance_of_time_in_words.Steve Klabnik2012-10-191-10/+19
* add test for fetch with a blockAaron Patterson2012-10-181-0/+4
* prefer composition over inheritenceAaron Patterson2012-10-181-0/+16
* Merge pull request #7975 from butcher/extend_date_select_helper_functionalityRafael Mendonça França2012-10-181-0/+16
|\
| * Extend date_select helper functionality.Pavel Nikitin2012-10-181-0/+16