aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Provide friendlier access to request variantsGeorge Claghorn2015-03-241-19/+30
* Fix handling of empty X_FORWARDED_HOST header.adam2015-03-201-0/+3
* Merge pull request #19309 from f1sherman/dont-set-session-options-idGuillermo Iguaran2015-03-123-4/+4
|\
| * Use request.session.id instead of request.session_options[:id]Brian John2015-03-123-4/+4
* | Also skip Content-Encoding and Vary header if 304Kohei Suzuki2015-03-121-1/+2
* | 304 response should not include Content-Type headerKohei Suzuki2015-03-101-0/+9
|/
* Revert "Revert integration test refactoring that caused app test regressions"eileencodes2015-03-091-4/+0
* Drop request class from RouteSet constructor.Aaron Patterson2015-03-041-1/+5
* Merge pull request #19147 from gsamokovarov/work-around-ruby-10695Eileen M. Uchitelle2015-03-021-1/+1
|\
| * Work around for upstream Ruby bug #10685Genadi Samokovarov2015-03-011-1/+1
* | Avoid accurate assertions on error messagesRobin Dupret2015-03-021-2/+2
|/
* Fix segmentation fault in ActionPack testseileencodes2015-02-281-1/+1
* Revert integration test refactoring that caused app test regressionsJeremy Kemper2015-02-261-0/+4
* Revert "Merge pull request #18764 from tsun1215/master"Jeremy Kemper2015-02-261-4/+5
* Merge pull request #18434 from brainopia/change_filter_on_rails_info_routesRichard Schneeman2015-02-261-8/+0
|\
| * Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-231-8/+0
* | Add a failing test demonstrating regression with HEAD requests to Rack apps, ...Jeremy Kemper2015-02-241-3/+9
|/
* Prefer request_id over uuid and test the aliasRafael Mendonça França2015-02-201-4/+8
* Merge pull request #18218 from brainopia/fix_match_shorthand_in_routesRafael Mendonça França2015-02-201-0/+9
|\
| * Improve shorthand matching for routesbrainopia2015-01-251-0/+9
* | lazily create the integration sessionAaron Patterson2015-02-121-4/+0
* | Explicitly ignored wildcard verbs from head_routesTerence Sun2015-02-081-0/+12
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-032-2/+0
* | Show proper traces on Windows for the error pagesGenadi Samokovarov2015-02-011-0/+17
* | 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
|/ / /