aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey/router_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix cases where the wrong name is passed to `Formatter#generate`Godfrey Chan2014-11-231-1/+1
* fix url generation error messageAccessd2014-10-211-0/+10
* Improve router test.Guo Xiang Tan2014-08-211-6/+11
* Avoid duplicating routes for HEAD requests.Guo Xiang Tan2014-08-211-1/+20
* remove warningsKuldeep Aggarwal2014-06-121-2/+0
* Path::Pattern is instantiated internally, so make the contructor require a st...Aaron Patterson2014-05-291-15/+19
* add an alternate constructor to Strexp that takes a stringAaron Patterson2014-05-291-16/+16
* Remove TODO.Guo Xiang Tan2014-05-281-11/+1
* pass the request object to the applicationAaron Patterson2014-05-251-2/+5
* push is_a?(Dispatcher) check in to one placeAaron Patterson2014-05-241-0/+1
* glob_param is never used, so rmAaron Patterson2014-05-231-1/+5
* decouple the router object from the request classAaron Patterson2014-05-231-14/+6
* pass the correct custom request to the recognize methodAaron Patterson2014-05-231-13/+10
* switch to the `serve` method so we can remove the request class (eventually)Aaron Patterson2014-05-231-2/+6
* remove NullRequest and just always pass a request classAaron Patterson2014-05-231-3/+7
* use the request object since we have itAaron Patterson2014-05-231-1/+3
* middle variable is never used, so rmAaron Patterson2014-05-211-14/+14
* we don't use this parameter for anything, so rmAaron Patterson2014-05-201-20/+19
* Make URL escaping more consistentAndrew White2014-04-201-1/+12
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-9/+13
* Raise correct exception now Journey is integrated.Andrew White2013-01-151-4/+4
* Use ActiveSupport::TestCase in the journey testsRafael Mendonça França2012-12-311-1/+1
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+575