-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
Gemspec in 1.3.1 doesn't allow usage with rails 4 #244
Comments
Thanks Fabian, @aslakhellesoy @mattwynne should we try to see if it is possible to support both rails 3 and 4 in the same master branch, or make a different branch for rails 4 as suggested before? |
On 21 Mar 2013, at 09:25, Kosmas Chatzimichalis [email protected] wrote:
@alindeman how do you manage this in rspec-rails? |
I'm already using cucumber-rails 1.3.0 with rails 4 and haven't run into any issues so far, besides the deprecation warnings. I'm using database_cleaner 1.0.0.RC1, which claims to be compatible with rails 4. |
I just tried to put the dependency to rails >= 3.0 and use the appraisal with rails 4 gems but 17 out of the 20 tests fail. Will have a closer look. @alindeman thanks. Is there a reason that you have activesupport,actonpack and railties separated instead of rails? |
This is an issue for me also, it was working fine with rails 4 and cucumber-rails 1.3.0 |
There is a branch called master_rails4_test that is set up to make the current master version work with rails 4 and rails 3, by using the appraisal created gemfiles. Anyone wishing to help with this please make a pull request in that branch (master_rails4_test). |
rails 4 has been released, any news on merging this branch to master and releasing a gem compatible with both? |
Hi @miketheman there is a discussion here about the current issues to get the gem working with rails 4: https://groups.google.com/forum/?fromgroups=#!topic/cukes-devs/FGXiTvf1vkg |
@Kosmas thanks for the link. From the thread, it looks like thing are going ok? |
Any progress? |
Hi @greg606 the progress is in the latest travis build here: https://travis-ci.org/cucumber/cucumber-rails As you can see the rails 4 tests are failing. |
Very concerned about it,Looking forward someone can solve this problem. |
version 1.4.0 is rails 4 compatible now. |
Hi,
I just wanted to update to 1.3.1 to get rid of the
ActionController::Integration
-deprecation warnings, but it won't work. I see that you added rails as a runtime dependency to the gemspec (which makes sense), but it is defined asCould you relax it to
or
or something similar? That would make it possible to use that version with rails 4.
Best regards,
Fabian
The text was updated successfully, but these errors were encountered: