aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | | | Fix stream closing when sending file with `ActionController::Live` included.Lauro Caetano2013-11-301-0/+14
|/ / / / / / /
* | | | | | | 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
* | | | | Removing unused fake models from actionpack testsThiago Pradi2013-10-161-95/+0
* | | | | Respect `SCRIPT_NAME` when using `redirect` with a relative pathAndrew White2013-10-101-0/+100
* | | | | Fixing repond_with working directly on the options hashBlueHotDog2013-10-092-0/+15
* | | | | Merge pull request #12354 from kennyj/fix_12293Rafael Mendonça França2013-09-281-0/+15
|\ \ \ \ \
| * | | | | Strong parameters should permit nested number as key. Closes #12293kennyj2013-09-271-0/+15
* | | | | | Merge pull request #12233 from claudiob/delete-actionpack-unused-fixtureYves Senn2013-09-271-5/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove HelperyTestHelper not used in any testclaudiob2013-09-141-5/+0
* | | | | | add test_scoped_root_as_nameSam Ruby2013-09-241-0/+13
* | | | | | Fix incorrect assert_redirected_to failure messageDerek Prior2013-09-191-0/+18
* | | | | | NullSessionHash#destroy should be a no-opJonathan Baudanza2013-09-181-0/+10
* | | | | | Fix an issue where router can't recognize downcased url encoding path.kennyj2013-09-191-0/+4
|/ / / / /
* | | | | Custom flash should be defined only for the class that defines it and it's su...Ricardo de Cillo2013-09-131-0/+12