Gosha Arinich
2467ec8b5c
refactor Journey::Routes
...
* prefer do-end for multiline blocks
* prefer or-equals over returns with checks
2013-01-07 01:24:29 +03:00
Carlos Antonio da Silva
94ecbb7e7b
Refactor to not call path.ast twice
2013-01-06 10:52:36 -02:00
Gosha Arinich
c730bef3d8
refactor Route#ast to use or-equals and block, instead of return with a cond
2013-01-06 15:38:00 +03:00
Gosha Arinich
8ef780c3e2
remove another unnecessary dup
2013-01-02 19:29:50 +03:00
Gosha Arinich
aca0c6d315
remove unnecessary #dup
2013-01-02 18:33:52 +03:00
Carlos Antonio da Silva
9e7bcaa9b3
Fix indentation issuing warning
2012-12-20 20:19:36 -02: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
Francesco Rodriguez
a1cffa6d58
remove code for Ruby 1.8.x support
2012-12-19 17:52:50 -05:00
Andrew White
f0129da385
Remove the actual extension file as well [ci skip]
2012-12-19 22:32:59 +00:00
Andrew White
dc0542f809
Remove obsolete Hash extension needed for Ruby 1.8.x support
...
[ci skip]
2012-12-19 22:28:43 +00: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