aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Don't convert empty arrays to nils when deep munging paramsChris Sinjakli2014-12-152-4/+4
* Merge pull request #18022 from agrobbin/url-helpers-optional-scopesSantiago Pastorino2014-12-131-0/+12
|\
| * allow URL helpers to work with optional scopesAlex Robbin2014-12-131-0/+12
* | ParameterFilter shouldn't try to dup symbol keysNate Berkopec2014-12-131-2/+2
|/
* Fix handling of positional url helper arguments when format is falseTatiana Soukiassian2014-12-131-0/+28
* Mounted Rack apps should have default named routes based on app nameT.J. Schuck2014-12-061-11/+33
* Merge pull request #17792 from rockrep/masterRafael Mendonça França2014-12-041-0/+10
|\
| * allow 'all' for :domain option in addition to :allrockrep2014-11-261-0/+10
* | Remove "rescue" clause around "require 'openssl'"claudiob2014-12-031-10/+1
* | Fix "nonexistent" typo in testsMelissa Xie2014-12-021-2/+2
* | Refactor debug viewKir Shatrov2014-12-021-0/+23
* | Merge pull request #17823 from byroot/fix-mount-rack-apps-with-asSean Griffin2014-11-291-1/+1
|\ \
| * | Pure rack apps can be mounted with a nameJean Boussier2014-11-291-1/+1
* | | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
|/ /
* | Merge branch 'deprecate-string-options-in-url-helpers'Sean Griffin2014-11-241-0/+20
|\ \
| * | Deprecate string options in URL helpersMelanie Gilman2014-11-241-0/+20
* | | Show source view and backtrace on missing template errorsGenadi Samokovarov2014-11-241-0/+27
|/ /
* | Merge pull request #17642 from tgxworld/fix_template_assertion_on_assignsRafael Mendonça França2014-11-171-1/+13
|\ \
| * | Fix for assigns(:..) resetting template assertionsCalvin Correli2014-11-171-1/+13
* | | Rename #source_extract to #source_extracts in ExceptionWrapperGenadi Samokovarov2014-11-161-2/+2
* | | Don't let #{application,framework,full}_trace be nilGenadi Samokovarov2014-11-161-0/+31
* | | Add basic tests for ActionDispatch::ExceptionWrapperGenadi Samokovarov2014-11-131-0/+66
|/ /
* | Merge branch 'master-sec'Aaron Patterson2014-10-301-2/+20
|\ \
| * | FileHandler should not be called for files outside the rootAaron Patterson2014-10-101-2/+20
* | | Deprecate the `only_path` option on `*_path` helpers.Godfrey Chan2014-10-281-0/+80
* | | Show the user’s application in the source window and select the correct tra...Byron Bischoff2014-10-231-1/+41
* | | fix small typo in routing testAccessd2014-10-211-1/+1
|/ /
* | Request#check_method no longer breaks when :en is not available localeStefan Henzen2014-10-091-0/+16
* | Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-1/+1
* | Revert "Merge pull request #16966 from why-el/symbolize-path-params"Rafael Mendonça França2014-09-251-8/+0
* | Ensure named path params are symbols (Fixes #16958)Mohamed Wael Khobalatte2014-09-251-0/+8
* | Rescue Rack::Utils::ParameterTypeError instead of TypeErrorYuki Nishijima2014-09-131-3/+3
* | Add support for Rack::ContentLength middelwareJavan Makhmali2014-09-061-0/+14
* | Deprecate implicit AD::Response splatting and Array conversionJeremy Kemper2014-09-061-3/+17
* | Add test to assert_recognizes with custom messageRafael Mendonça França2014-09-051-1/+9
* | Merge pull request #14911 from estsauver/14908Rafael Mendonça França2014-09-051-0/+8
|\ \
| * | Propagate test messages through assert_routing helper, Fixes #14908Earl St Sauver2014-04-291-0/+8
* | | Merge pull request #16637 from Agis-/redirect-with-constraint-routeAaron Patterson2014-08-281-0/+24
|\ \ \
| * | | Don't ignore constraints in redirect routesAgis-2014-08-251-0/+24
* | | | Refactor out Dir.glob from ActionDispatch::Staticschneems2014-08-271-0/+4
* | | | Use less iterations for KeyGenerator in testsPeter Suschlik2014-08-271-1/+1
* | | | Address comments on Gzip implementationschneems2014-08-241-2/+24
|/ / /
* | | Avoid duplicating routes for HEAD requests.Guo Xiang Tan2014-08-211-0/+12
* | | Enable gzip compression by defaultschneems2014-08-201-2/+22
* | | Protect against error when parsing parameters with Bad RequestRafael Mendonça França2014-08-191-0/+25
* | | Expectations firstAkira Matsuda2014-08-184-11/+11
* | | Use AS::JSON for (de)serializing cookiesGodfrey Chan2014-08-171-0/+39
* | | Fixed broken reference caused by 14965baGodfrey Chan2014-08-171-2/+2
* | | Merge pull request #16467 from strzalek/cookies-digest-config-option2Godfrey Chan2014-08-171-0/+50
|\ \ \
| * | | Add config option for cookies digestŁukasz Strzałkowski2014-08-121-0/+50