Aaron Patterson
da2cf937aa
no more is_a checks on instantiation
2014-05-29 15:45:42 -07:00
Aaron Patterson
bb207ea7b6
Path::Pattern is instantiated internally, so make the contructor require a strexp object
2014-05-29 15:44:54 -07:00
Aaron Patterson
15ffbedf3b
add an alternate constructor to Strexp that takes a string
2014-05-29 15:23:30 -07:00
zires
35f38b71df
Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful exception message.
2013-02-27 08:26:51 +08:00
Rafael Mendonça França
dc8091b88f
Use ActiveSupport::TestCase in the journey tests
2012-12-31 14:40:43 -03:00
Rafael Mendonça França
5294ad82c6
Alias refute methods to assert_not and perfer assert_not on tests
2012-12-31 13:58:52 -03: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