-
Notifications
You must be signed in to change notification settings - Fork 468
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
Replace #before_filter with #before_action #420
Conversation
Hm, the test suite fails on rails 3.2, because Relevant code in rails: actionpack/lib/abstract_controller/callbacks.rb |
Maybe it's time to drop Rails 3 support? @iNecas |
I'm ok with dropping rails 3, provided we bump a version number. Maybe it's time for v1.0.0? |
@iNecas, @Pajk maybe it could be an idea to wait a little bit for Rails 5 and see if there are any things that needs to be addressed. If there is anything it could be fixed and then v1.0 could be stable for a long time. Otherwise there is a risk you would need to release a v2 in order to make the braking changes to support Rails 5. On the other hand I've actually tried running apipie-rails under Rails 5 and everything seems to be working :) See: justarrived/just_match_api#155 |
Revising my above comment, I actually think a v1.0.0 might be a good idea @iNecas. Can't really see what Rails 5 would brake, since its already in beta2 and an rc is probably coming any day now. Dropping Rails 3 doesn't seem unreasonable at this stage either, since it soon will be 2 versions old when Rails 5 comes out. Those on Rails 3 can probably live with the current version a while longer :) |
Related to Rails 5 and might be something that would be nice to fix before a v1.0.0: #437 I'll see if that is something I can look at and fix :) Not sure when I'll find the time though, let me know if you have any particular goals to get v1.0.0 out the door 🚀 |
Hey guys, what is the hold up with the above pull request? |
@teaspoon basically its up to @Pajk and @iNecas to decide about:
and then remove Rails 3 from the Travis CI build matrix |
#473 is probably duplicate of this, although it suggests more universal solution ... |
+1 dropping rails 3 and maybe keeping a branch for that ("for rails 3, use the |
Someone please merge this 👍 |
@iNecas do you need help from the community to get it merged? |
Just reminding is ok: we are close to get us more compatible with rails 5 (including tests) #527, after that is merged, this will just become green and can be next to go, I expect the release by the end of the week |
apipie-rails-0.4.0 has just been released, including this fix. Thanks @buren for help! |
Fixes