-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install into Rails 3 project #15
Comments
I think that #14 doesn't go far enough, it's still got Currently we're running ruby 2.1, but I want to push for a 2.2 upgrade since that will give us compatibility through to rails 5.2. |
@etagwerker yeah, loading it as |
@jamie I guess there are two ways to install |
Just warming this up, I used
I tried with bundle exec and got
Any tips? |
@stoem There's a fork of this gem called next_rails that doesn't have the dependency on activesupport. You might wanna give it a try. The other alternative is to add ten_years_rails to your gemfile, bundle, and try again. |
@etagwerker Thank you, go it. Next_rails works for me. |
I'm trying to add this to a Rails 3 project to start a Rails 4 upgrade, and ignoring #9 it won't even bundle. It seems
ten_years_rails
says it requiresactionview
for something, and that was only introduced as a standalone gem with rails 4 so the install fails:The text was updated successfully, but these errors were encountered: