aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/formatter.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove AD::Journey::Formatter#verify_required_parts!Viktar Basharymau2014-05-231-5/+0
* Merge pull request #15254 from DNNX/formatter-refactoring-3Rafael Mendonça França2014-05-221-4/+4
|\
| * Rename `stack` to `queue`Viktar Basharymau2014-05-221-4/+4
* | Merge pull request #15252 from DNNX/formatter-refactoring-2Rafael Mendonça França2014-05-221-1/+1
|\ \
| * | Remove unnecessary `Hash#to_a` callViktar Basharymau2014-05-221-1/+1
| |/
* / Use `break` instead of `next` in AD::Journey::Formatter#match_routeViktar Basharymau2014-05-221-1/+1
|/
* do not mutate parameters, let the caller do mutationsAaron Patterson2014-05-211-0/+6
* we don't use this parameter for anything, so rmAaron Patterson2014-05-201-1/+1
* Replace map.flatten(1) with flat_mapErik Michaels-Ober2014-02-281-2/+2
* Show full route constraints in error messageAndrew White2014-01-051-2/+2
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-1/+5
* rails -> Rails [ci skip]Prathamesh Sonpatki2013-05-091-1/+1
* Mark unused variables and make some style fixesAgis Anastasopoulos2013-04-081-1/+1
* Raise correct exception now Journey is integrated.Andrew White2013-01-151-1/+6
* remove another unnecessary dupGosha Arinich2013-01-021-5/+3
* remove unnecessary #dupGosha Arinich2013-01-021-2/+1
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-201-84/+82
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-191-6/+5
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+147