You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
Does this gem not work in Rails 3.1? The README says Rails apps 3.2+ so it looks like no. If not, what's the reason? If I see how to fix it for 3.1, I'll go ahead and fix it, because I want to use it.
The text was updated successfully, but these errors were encountered:
Looks like it is requiring the route_inspector file which came in Rails 3.2. OK, I get it now. Might want to add a clarification for that to the README. I'm going to close this issue now.
Does this gem not work in Rails 3.1? The README says Rails apps 3.2+ so it looks like no. If not, what's the reason? If I see how to fix it for 3.1, I'll go ahead and fix it, because I want to use it.
Reply to this email directly or view it on GitHub: #36
It's such a minor point. I'd just add a section to Install that says something like: This gem is for Rails apps 3.2 up to 4.0 (and for 4.0+, use rails/info/routes). The reason it doesn't work in Rails 3.1 and under is that it uses the RouteInspector.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does this gem not work in Rails 3.1? The README says Rails apps 3.2+ so it looks like no. If not, what's the reason? If I see how to fix it for 3.1, I'll go ahead and fix it, because I want to use it.
The text was updated successfully, but these errors were encountered: