-
Notifications
You must be signed in to change notification settings - Fork 142
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
Release version 3? #338
Comments
I should have mentioned:
|
I forgot about #245. I think any fix for that could go with a minor release since it would only add functionality. |
Give me a bit to think about what other stuff might be good to include if anything. |
We might want to consider dropping support for Ruby 1.9. |
That would have to go along with a major release. Honestly I don't mind continuing to support Ruby 1.9.3. I stand by what I said in #246. |
It's not a big thing but I'm wondering if we should take the opportunity. |
Is there anything you would like to do that you can't because of Ruby 1.9.3 compatibility? There are a few things that would be nice, but I don't have a strong opinion about them:
I feel like we'd be dropping support for no good reason. If we wanted to do something that required Ruby >=2 I could get behind dropping support for 1.9.3. |
Maybe we should officially drop support for Ruby 1.9 but continue to unofficially support it. In other words, change the documentation and the gem spec, but don't make any backwards-incompatible changes to the code. |
The advantage being that we can then change it later without a major version bump? |
Yes. |
I'm fine with that approach. |
We could also take this opportunity to (officially) drop support for ActiveModel 3.2. |
Probably a good idea. |
We should add a note to the README about using ActiveInteraction with older versions of Ruby and Rails. Something like:
|
I think that's reasonable. What section? |
I was thinking the "Installation" section. That's where we talk about supported versions. |
Works for me. |
I've added it in #348. |
I've started a branch to prep for the 3.0 release. Should we wait until Rails 5 is officially out so we can make sure everything's good? |
I don't want to. They don't have a release date set and we already work with the beta. I think we'll be fine with respect to Rails 5. |
Works for me. If you're ready we can merge #348, update the release date in the changelog, and I think it's ready to go. |
Since #217 is going into a minor release, the only big-ticket thing associated with the v3.0.0 milestone is #87. #333 fixes that and is ready to go. Is there anything else we want to include with version 3? Nothing else comes to mind for me. What about you, @AaronLasseigne?
The text was updated successfully, but these errors were encountered: