aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/routes.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* `ast` is no longer to be `nil` since #33118Ryuta Kamizono2019-04-051-1/+0
* Merge pull request #33054 from jboler/masterRafael França2018-07-031-0/+1
|\
| * Only build routes simulator when there is an ASTJonathan Boler2018-06-041-0/+1
* | Fix bug with eager_load in development environmentDan Jensen2018-06-111-1/+1
|/
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* move route allocation to a factory method on the mapping objectAaron Patterson2015-08-151-8/+1
* only keep one hash of named routesAaron Patterson2015-08-141-4/+1
* rm add_route2Aaron Patterson2015-08-141-7/+1
* pass pass the mapping object down the add_route stackAaron Patterson2015-08-141-2/+12
* extract required_defaults from the conditions hash before constructing the routeAaron Patterson2015-06-081-2/+2
* ActionDispatch::Journey::Routes#empty? test casesValentine Valyaeff2015-05-191-1/+1
* Added ActionDispatch::Journey::Routes#empty?juggernaut-2015-05-181-0/+4
* Partition routes during setup.Guo Xiang Tan2015-02-261-7/+12
* Clear named routes when routes.rb is reloadedAndrew White2013-07-211-0/+1
* access `@path` and `@routes` via reader methods in journeyGosha Arinich2013-01-071-2/+2
* refactor Journey::RoutesGosha Arinich2013-01-071-12/+11
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-201-8/+8
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-191-5/+4
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+77