aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey
Commit message (Expand)AuthorAgeFilesLines
...
* Catch InvalidURIError on bad paths on redirect.Arthur Neves2015-06-161-0/+7
* extract required_defaults from the conditions hash before constructing the routeAaron Patterson2015-06-083-48/+48
* Prefer assert_not over refuteRafael Mendonça França2015-05-181-1/+1
* ActionDispatch::Journey::Routes#empty? test casesValentine Valyaeff2015-05-191-0/+2
* Silence ambiguous first argument warningPrem Sichanugrist2015-05-041-1/+1
* Merge pull request #18392 from brainopia/fix_route_requirementsArthur Nogueira Neves2015-04-271-0/+8
|\
| * Correct route requirements by overriding defaultls (fixes #18373)brainopia2015-01-081-0/+8
* | sort_by instead of sortYang Bo2015-04-081-0/+27
* | Merge pull request #15806 from tgxworld/partition_routes_during_setupAaron Patterson2015-03-021-0/+21
|\ \
| * | Partition routes during setup.Guo Xiang Tan2015-02-261-0/+21
* | | Remove unneeded comment. [ci skip]Zoltan Kiss2015-03-021-1/+0
|/ /
* / Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
|/
* make OR in journey patterns compile to a valid regular expressionKonstantin Haase2014-11-291-0/+2
* 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 Journey compliance to RFC 3986Nicolas Cavigneaux2014-10-141-6/+19
* Improve router test.Guo Xiang Tan2014-08-211-6/+11
* Avoid duplicating routes for HEAD requests.Guo Xiang Tan2014-08-211-1/+20
* Force encoding of US-ASCII to UTF-8 in unescape_uri.Karl Entwistle2014-07-101-0/+5
* remove warningsKuldeep Aggarwal2014-06-121-2/+0
* no more is_a checks on instantiationAaron Patterson2014-05-291-4/+0
* Path::Pattern is instantiated internally, so make the contructor require a st...Aaron Patterson2014-05-294-39/+43
* Strexp#names is only used in a test, so rmAaron Patterson2014-05-291-32/+0
* add an alternate constructor to Strexp that takes a stringAaron Patterson2014-05-294-31/+31
* 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-202-1/+16
* Always escape string passed to url helper.edogawaconan2014-04-201-2/+2
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-2/+2
* Correct error in Utils.normalize_path that changed paths improperlyJosh Symonds2013-10-231-0/+8
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-9/+13
* Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti...zires2013-02-271-0/+4
* Change the behavior of route defaultsAndrew White2013-01-151-5/+8
* 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-3113-13/+13
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-317-17/+17
* Integrate Journey into Action DispatchAndrew White2012-12-1913-0/+1615