-
Notifications
You must be signed in to change notification settings - Fork 152
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
Add compatibility for rails4 #310
Comments
+1 I'm experimenting to see if this works: https://github.com/bluemont/ripple/commit/a9b5bad4c8f3fe06271ea7e25c9576cd25c2f9d4 |
Work needs to done regarding Observers and strong_parameters. Both are changed in Rails 4. |
@bluemont it looks like your fork is gone. Any idea if anyone is actively working on this issue, now that Rails 4 is GA? |
Would any of you @seancribbs or @myronmarston or @adamhunter please give me an idea of:
Thanks |
I have no idea. I've barely used rails 3.0, have never used rails 3.1 or 3.2, and will probably never use rails 4. |
We're looking to update to rails 4, but this issue is blocking us; is anyone actively working on this? |
+1 on updating ripple to work with rails 4. |
I spoke in person to a Basho employee a couple of weeks ago, who said that ripple is considered abandoned. The ruby library is under active development, however, so you may be able to cobble something together with ActiveModel. |
This is unfortunate. Is there a technical reason why Ripple is bandoned, or is it lack of time/interest from basho? |
Currently rails4 depends on activemodel v4 and ripple requires v3
The text was updated successfully, but these errors were encountered: