aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey
Commit message (Expand)AuthorAgeFilesLines
* Revert "Don't remove trailing slash from PATH_INFO for mounted apps"Piotr Sarnacki2014-01-161-7/+1
* Show full route constraints in error messageAndrew White2014-01-051-2/+2
* Use a custom route vistor for optimized route generationAndrew White2014-01-051-4/+24
* Spelling and Grammar checksAkshay Vishnoi2013-12-121-1/+1
* Revert "Merge pull request #12990 from vipulnsward/remove_visualizer_param"Rafael Mendonça França2013-11-211-1/+1
* Remove unused param `title`to `TransitionTable#visualizer`Vipul A M2013-11-221-1/+1
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-5/+3
* Correct error in Utils.normalize_path that changed paths improperlyJosh Symonds2013-10-231-1/+1
* Make GTG::TransTable thread safe.thedarkone2013-09-281-12/+23
* Replace global Hash with TS::Cache.thedarkone2013-09-281-1/+4
* No need the else clauseRafael Mendonça França2013-09-241-2/+0
* Use join to concat the both side of the ASTRafael Mendonça França2013-09-241-1/+2
* Merge pull request #9155 from bogdan/route-formatterAndrew White2013-09-221-23/+23
|\
| * Rewrite journey routes formatter for performanceBogdan Gusiev2013-08-281-23/+23
* | [ci skip] Add some comment about downcase url encoded string.kennyj2013-09-221-0/+2
* | Remove 1.8 compatible codekennyj2013-09-191-1/+1
* | Fix an issue where router can't recognize downcased url encoding path.kennyj2013-09-191-0/+1
|/
* Clear named routes when routes.rb is reloadedAndrew White2013-07-211-0/+1
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-162-1/+17
* store a symbol directly inside DISPATCH_CACHE for extra roflscaleCharlie Somerville2013-06-301-1/+1
* Don't remove trailing slash from PATH_INFO for mounted appsPiotr Sarnacki2013-06-211-1/+7
* rails -> Rails [ci skip]Prathamesh Sonpatki2013-05-091-1/+1
* add missing semicolon to journey parser.yBen Holley2013-04-301-0/+1
* Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...Derek Watson2013-04-181-0/+4
* make [] method in router more readablebuddhamagnet2013-04-151-1/+3
* Mark unused variables and make some style fixesAgis Anastasopoulos2013-04-081-1/+1
* Use custom visitor class for optimized url helpersAndrew White2013-03-032-0/+12
* Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti...zires2013-02-271-1/+1
* 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