aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-2911-53/+53
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-2913-80/+81
* Fix name_for_action in routingrono232015-01-191-0/+38
* No need of requiring `rbconfig`, it is by-default loadedKuldeep Aggarwal2015-01-101-1/+0
* Remove deprecated usage of string keys in URL helpersRafael Mendonça França2015-01-041-20/+0
* Remove deprecated `only_path` option on `*_path` helpersRafael Mendonça França2015-01-041-44/+0
* Remove deprecated support to define routes with `:to` option thatRafael Mendonça França2015-01-041-30/+4
* Remove deprecated `ActionDispatch::Response#to_ary`Rafael Mendonça França2015-01-041-16/+2
* Merge pull request #10380 from JonRowe/test_all_domain_2_letter_tldRafael Mendonça França2015-01-021-0/+7
|\
| * add test asserting that 2 letter tlds with 3 letter domain names work when op...Jon Rowe2013-04-301-0/+7
* | Use released rackGodfrey Chan2014-12-191-1/+1
* | allow reseting of request variantsTimo Schilling2014-12-161-0/+7
* | 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
|\ \ \ \