rails / journey

A router for rails
221 stars 57 forks source link

Routing error when updating to journey 1.0.4 #61

Closed lucascaton closed 11 years ago

lucascaton commented 11 years ago

With journey 1.0.3, all specs pass. With 1.0.4 version, I got some routing errors.

I think this issue is the same case: http://stackoverflow.com/questions/11466917/routing-error-when-updating-to-rails-3-2-6-or-rspec-2-11-0

rafaelfranca commented 11 years ago

Could you try the 1-0-stable branch?

lucascaton commented 11 years ago

I put this in my Gemfile:

gem 'journey', git: 'git://github.com/rails/journey.git', branch: '1-0-stable'

But the error persists:

ActionController::RoutingError:
  No route matches {:controller=>"api/whatever"}
rafaelfranca commented 11 years ago

See https://github.com/rails/journey/issues/59#issuecomment-13351280