aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-3/+1
* 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
* Fix Encoding::CompatibilityError when public path is UTF-8Andrew White2013-12-291-3/+16
* 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
* | 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
* | 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