aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Allow code execution in case no variant has been set with variant.noneDavid Heinemeier Hansson2013-12-071-0/+16
* | | Fixed test for Mime::VCFArun Agrawal2013-12-061-3/+3
* | | Remove missing integration points of AV extractionCarlos Antonio da Silva2013-12-052-3/+1
| |/ |/|
* | Action Pack VariantsŁukasz Strzałkowski2013-12-044-1/+69
* | Merge branch 'master-sec'Aaron Patterson2013-12-031-0/+15
|\ \
| * | Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-0/+15
* | | Merge branch 'format_localized_template' of https://github.com/acapilleri/railsGuillermo Iguaran2013-12-032-0/+12
|\ \ \ | |/ / |/| |
| * | Fix header Content-Type: #<Mime::NullType:...> in localized templateAngelo capilleri2013-12-032-0/+12
* | | Merge pull request #12123 from aredondo/masterCarlos Antonio da Silva2013-12-021-0/+8
|\ \ \
| * | | Add regression test for IpSpoofAttackError issueAlvaro Redondo2013-09-031-0/+8
* | | | Try to escape each part of a path redirect route correctlyAndrew White2013-12-021-0/+10
* | | | Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
* | | | fixed-case when invalid action name has passedKuldeep Aggarwal2013-11-281-0/+3
* | | | fixed typo `destory` => `destroy` [ci skip]Kuldeep Aggarwal2013-11-281-1/+1
| |/ / |/| |
* | | Better error message for typos in assert_response argument.Victor Costan2013-11-251-0/+8
* | | Raise RuntimeErrors with inspectable and MRI-independent messages.Federico Ravasio2013-11-242-4/+4
| |/ |/|
* | Build fix for Routing InspectorArun Agrawal2013-11-221-2/+2
* | Fix for routes taskSıtkı Bağdat2013-11-211-16/+16
* | `skiping` => `skipping`Kuldeep Aggarwal2013-11-191-1/+1