-
Notifications
You must be signed in to change notification settings - Fork 465
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
test rails 5.0 #495
test rails 5.0 #495
Conversation
mtparet
commented
Oct 17, 2016
- update rubies to last version
- test rails 5.0
test rails 5.0
I suppose we should get it also fixed at the same PR, right? |
Ok, let's get this in to make the train moving |
The only thing is all the tests are failling on all rails versions now |
Yes, tests should passed before merging. (some works are required) |
Rails 5.x.x.x has introduced several changes that impact apipie compatibility. 11 compatibility issues need to be resolved before apipie will pass all the specs that have been written. The following (forked) branch resolves 8 of these 11 issues. It isn't the most elegant code, but it illustrates how to fix these 8 issues. https://github.com/raisin/apipie-rails/tree/raisin-rails-5.x-compatibility If no one is actively working on this, I can improve the code and make it worthy of a pull request. However, a decision needs to be made on how to handle Rails version based forks in the code. Should one gem handle all Rails versions. Or, should a separate gem be created to handle Rails 5.x.x.x? Here is a breakdown of the remaining 3 issues, which correspond to 7 failing specs. For 2 of the remaining 3 issues, I wrote comments describing the problem within the branch linked above. These 2 issues correspond to 2 failing specs each for a total of 4 failing specs.
That leaves 1 issue that corresonds to 3 failing specs. |
Closing in favour of #527 |
Aand it has been merged, the release will follow over the weekend |