aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Take Hash with options inside Array in #url_forAndrey Ognevsky2013-11-151-0/+18
* | Skip test which is broken on jrubyGaurish Sharma2013-11-091-0/+4
* | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-055-21/+24
* | Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...Guillermo Iguaran2013-11-023-32/+1
* | Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...Guillermo Iguaran2013-11-013-1/+32
|\ \
| * | Change ActionController::Parameters#require behavior when value is emptySebastian Sogamoso2013-03-113-1/+32
* | | session#fetch doesn't behave exactly like Hash#fetch.Damien Mathieu2013-10-301-1/+5
* | | add the fetch method to sessionsDamien Mathieu2013-10-291-0/+13
* | | don't mutate hash with fetchDoug Cole2013-10-261-0/+6
* | | pass app config to controller helper proxyTima Maslyuchenko2013-10-241-0/+6
* | | Correct error in Utils.normalize_path that changed paths improperlyJosh Symonds2013-10-231-0/+8