aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/route.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-0/+12
* Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...Derek Watson2013-04-181-0/+4
* Use custom visitor class for optimized url helpersAndrew White2013-03-031-0/+4
* Change the behavior of route defaultsAndrew White2013-01-151-4/+7
* Add support for other types of routing constraintsAndrew White2013-01-151-5/+24
* access `@path` and `@routes` via reader methods in journeyGosha Arinich2013-01-071-1/+1
* Refactor to not call path.ast twiceCarlos Antonio da Silva2013-01-061-2/+3
* refactor Route#ast to use or-equals and block, instead of return with a condGosha Arinich2013-01-061-5/+4
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-201-4/+4
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-191-2/+2
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+94