aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey
Commit message (Expand)AuthorAgeFilesLines
* Change the behavior of route defaultsAndrew White2013-01-151-4/+7
* Add support for other types of routing constraintsAndrew White2013-01-152-10/+25
* Raise correct exception now Journey is integrated.Andrew White2013-01-151-1/+6
* access `@path` and `@routes` via reader methods in journeyGosha Arinich2013-01-072-3/+3
* refactor Journey::RoutesGosha Arinich2013-01-071-12/+11
* 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
* remove another unnecessary dupGosha Arinich2013-01-021-5/+3
* remove unnecessary #dupGosha Arinich2013-01-021-2/+1
* Fix indentation issuing warningCarlos Antonio da Silva2012-12-201-1/+1
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-2016-437/+439
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-1920-78/+75
* remove code for Ruby 1.8.x supportFrancesco Rodriguez2012-12-191-7/+2
* Remove the actual extension file as well [ci skip]Andrew White2012-12-191-11/+0
* Remove obsolete Hash extension needed for Ruby 1.8.x supportAndrew White2012-12-191-1/+0
* Integrate Journey into Action DispatchAndrew White2012-12-1925-0/+2333