-
Notifications
You must be signed in to change notification settings - Fork 53
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
Rails 4.2 compatability #6
Comments
Not yet. I will work on this on the next few days and I will use a travis build matrix in specs to ensure it's working on all released rails versions. |
👍 Thanks for the heads up |
Hi @fabn are there any progress in Rails 4.2 compatibility? I will happy to test a dev branch if you like. |
Status update on the Rails 4.2 support? |
I relaxed dependencies to work with rails 4.2. Now you should be able to install this gem in rails 4.2 using the develop branch. |
@fabn Is Rails 5 already on the roadmap? |
@besi not yet. I'm pretty busy with work in this period and I don't know when I'll be able to handle that. Meanwhile if you want to sketch a PR it would be very welcome 😉 |
Actually the This is an excerpt from my Gemfile: I'm using ruby 2.4.1.p111 gem 'rails', '~> 5.1.4'
gem 'activeadmin'
gem 'activeadmin-sortable'
gem 'globalize', git: 'https://github.com/globalize/globalize', branch: 'master'
gem 'activemodel-serializers-xml'
gem 'activeadmin-globalize', github: 'fabn/activeadmin-globalize', branch: 'develop'
gem 'globalize-versioning', github: 'besi/globalize-versioning', branch: 'patch-1' Sidenote: I am using the globalize-versioning which isn't fully compatible yet. See this issue globalize/globalize-versioning#14 |
I want to update my project from Rails 4.1 to Rails 4.2.
The globalize Readme states:
So I also updated the globalize gem from 4 to 5. However when I do this I get a dependency error:
Is there generally a way to get
activeadmin-globalize
to work with rails 4.2The text was updated successfully, but these errors were encountered: