Rafael Mendonça França
3b50fb6b2f
Remove all Journey constant from public API
...
There were never public API only there by mistake.
[ci skip]
2016-10-26 15:25:45 -02:00
Xavier Noria
628e51ff10
applies new string literal convention in actionpack/lib
...
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 18:51:43 +02:00
Aaron Patterson
aaaa67902e
pull up path parsing
...
`add_route` needs the AST, so rather than shove it in a hash and delete
later, lets move parsing up the stack so we can pass down later
2015-08-14 10:39:33 -07:00
Francesco Rodriguez
eb493f5ac8
update AD::Journey to follow Rails coding conventions
2012-12-20 15:42:39 -05:00
Francesco Rodriguez
a36ae63d07
:nodoc: Journey because is not part of the public API [ci skip]
2012-12-19 19:24:25 -05:00
Andrew White
56fee39c39
Integrate Journey into Action Dispatch
...
Move the Journey code underneath the ActionDispatch namespace so
that we don't pollute the global namespace with names that may
be used for models.
Fixes rails/journey#49 .
2012-12-19 22:13:08 +00:00