aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Modify the session serializer implementationGuillermo Iguaran2014-01-301-9/+3
* Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-0/+33
* Clear filtered request attributes between requests in testsAndrew White2014-01-272-0/+19
* Add additional tests for #13824Andrew White2014-01-251-0/+26
* Transform dashes to underscores in resource route namesByron Bischoff2014-01-251-3/+13
* Remove unused argument.Francesco Rodriguez2014-01-241-1/+1
* Merge pull request #13811 from mdesantis/issue-13810Yves Senn2014-01-241-0/+21
|\
| * Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...Maurizio De Santis2014-01-241-0/+21
* | Merge pull request #13819 from arthurnn/one_require_testGuillermo Iguaran2014-01-232-10/+8
|\ \
| * | unify param.require testsArthur Neves2014-01-232-10/+8
| |/
* / test boolean and number json param parsingArthur Neves2014-01-231-0/+7
|/
* Tidy up tests and CHANGELOG for #12598Andrew White2014-01-203-5/+24
* Automatically convert dashes to underscores in shorthand routesMikko Johansson2014-01-201-0/+10
* Automatically convert dashes to underscores for url helpersAmr Tamimi2014-01-202-1/+5
* Revert "Don't remove trailing slash from PATH_INFO for mounted apps"Piotr Sarnacki2014-01-161-5/+0
* Add failing test for #13369Piotr Sarnacki2014-01-161-0/+18
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-132-3/+10
* Merge branch 'master' into laurocaetano-fix_send_fileAaron Patterson2014-01-1036-117/+690
|\
| * Allow an absolute controller path inside a module scopeAndrew White2014-01-051-0/+12
| * Unique the segment keys array for non-optimized url helpersAndrew White2014-01-051-0/+18
| * Show full route constraints in error messageAndrew White2014-01-051-0/+25
| * Use a custom route vistor for optimized route generationAndrew White2014-01-051-0/+12
| * Allow engine root relative redirects using an empty string.Andrew White2014-01-011-41/+111
| * Merge pull request #13470 from strzalek/variants-all-anyDavid Heinemeier Hansson2013-12-313-0/+145
| |\
| | * Add any/all support for variantsŁukasz Strzałkowski2013-12-263-0/+145
| * | Fix Encoding::CompatibilityError when public path is UTF-8Andrew White2013-12-296-3/+23
| |/
| * Unused classes in AP testsAkira Matsuda2013-12-252-14/+0
| * AC::Parameters#permit! permits hashes in array valuesXavier Noria2013-12-231-3/+11
| * Move the null mime type to request.formatCarlos Antonio da Silva2013-12-231-1/+1
| * optimizes array conversion in AC::ParametersXavier Noria2013-12-211-0/+5
| * converts hashes in arrays of unfiltered params to unpermitted params [fixes #...Xavier Noria2013-12-211-0/+7
| * Merge pull request #13188 from imanel/skip_deep_mungeJeremy Kemper2013-12-191-0/+15
| |\
| | * Add configuration option to optionally disable deep_mungeBernard Potocki2013-12-051-0/+15
| * | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
| |\ \
| | * | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
| * | | Fix assertions for testing unknown formats using Mime::NullTypeCarlos Antonio da Silva2013-12-191-5/+5
| * | | Show routes defined under assets prefixRyunosuke SATO2013-12-191-0/+12
| * | | Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-20/+9
| * | | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-181-5/+5
| * | | Clearly limit new CSRF protection to GET requestsJeremy Kemper2013-12-171-0/+10
| * | | Merge pull request #13345 from jeremy/get-csrfJeremy Kemper2013-12-173-12/+72
| |\ \ \
| | * | | CSRF protection from cross-origin <script> tagsJeremy Kemper2013-12-173-12/+72
| * | | | Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
| |/ / /
| * | | Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-1/+1
| * | | Make ActionDispatch::Request::Session#fetch behave like Hash#fetchTrent Ogren2013-12-111-3/+2
| * | | Fix mounting engines inside a resources blockPiotr Sarnacki2013-12-101-1/+12
| * | | Inline variants syntaxŁukasz Strzałkowski2013-12-102-1/+39
| * | | Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l...David Heinemeier Hansson2013-12-081-13/+1
| * | | Inline variants syntaxŁukasz Strzałkowski2013-12-081-1/+13
| * | | Variants can be declared without a block to signify their presence in the con...David Heinemeier Hansson2013-12-072-1/+2