aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
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
* Fixed test for Mime::VCFArun Agrawal2013-12-061-3/+3
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+13
* Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-0/+15
* 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
* | 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
* | Skip test which is broken on jrubyGaurish Sharma2013-11-091-0/+4
* | Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...Guillermo Iguaran2013-11-021-6/+0
* | Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...Guillermo Iguaran2013-11-011-0/+6
|\ \
| * | Change ActionController::Parameters#require behavior when value is emptySebastian Sogamoso2013-03-111-0/+6
* | | 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
* | | Respect `SCRIPT_NAME` when using `redirect` with a relative pathAndrew White2013-10-101-0/+100
* | | add test_scoped_root_as_nameSam Ruby2013-09-241-0/+13
| |/ |/|
* | Merge pull request #11912 from jonkessler/respond-to-signature-fixesRafael Mendonça França2013-08-311-0/+5
|\ \
| * | update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...Jon Kessler2013-08-161-0/+5
* | | Display exceptions in text format for xhr requestKir Shatrov2013-08-221-0/+41
|/ /
* | Allow overriding of all headers from passed environment hashAndrew White2013-07-251-0/+30
* | Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-0/+53
* | Use Request#raw_post instead Request#bodyPaul Nikitochkin2013-07-081-0/+7
* | Merge pull request #11313 from gsamokovarov/url-encoded-params-testRafael Mendonça França2013-07-061-25/+27
|\ \
| * | Cleanup ul_encoded_params_parsing_testGenadi Samokovarov2013-07-051-25/+27
* | | Space is not required for Set-Cookie headerYamagishi Kazutoshi2013-07-051-0/+29
|/ /
* | use bytesize rather than force encodingAaron Patterson2013-06-281-2/+1
* | test-case => failingYves Senn2013-06-251-0/+13
* | Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-caseGuillermo Iguaran2013-06-241-0/+14
|\ \
| * | Flag cookies as secure with ignore case in ActionDispatch::SSLYamagishi Kazutoshi2013-06-241-0/+14
* | | ActionDispatch:SSL: don't include STS header in non-https responsesGeoff Buesing2013-06-231-0/+5
|/ /
* | Don't remove trailing slash from PATH_INFO for mounted appsPiotr Sarnacki2013-06-211-0/+5
* | Don't set X-UA-Compatible header by defaultGuillermo Iguaran2013-06-131-3/+1
* | Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were...kennyj2013-06-022-21/+0
* | `RoutesInspector` deals with routes using regexp as `:controller` optionYves Senn2013-05-301-0/+9
* | Add has_named_route? to the mapper APIJosé Valim2013-05-201-0/+13
* | Fix named routing regression from 3.2.13schneems2013-05-161-0/+11
* | Replace multi_json with jsonErik Michaels-Ober2013-05-111-1/+1
* | Fix failing AP testCarlos Antonio da Silva2013-05-011-1/+1
* | Merge pull request #9857 from yyyc514/bad_params_should_400Aaron Patterson2013-04-301-0/+6
|\ \
| * | failure to parse params should trigger a 400 Bad RequestJosh Goebel2013-03-211-0/+6
* | | Add test for `format: false` with resources - closes #10323Andrew White2013-04-241-0/+29
* | | Return a 405 response for unknown HTTP methodsLewis Marshall2013-04-222-0/+12
* | | Refactor ActionDispatch::Http::URL.build_host_urlAndrew White2013-04-181-0/+41
* | | Add url generation tests for #10185Andrew White2013-04-181-0/+2
* | | Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...Derek Watson2013-04-181-0/+20
* | | Merge pull request #10074 from trevorturk/remove-fixme-comments-about-legacy-...Rafael Mendonça França2013-04-032-2/+0
|\ \ \