-
Notifications
You must be signed in to change notification settings - Fork 162
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
Support for Rails 3.2 #15
base: master
Are you sure you want to change the base?
Conversation
- Removed several deprecation warnings on APIs like set_table_name - Incorporated Behaviors InstanceMethods submodule methods into Behaviors
Made clone_versioned_model check for existence of versioned type columns.
Does actually the current version work on Rails 3.2.2? I have been able to install it but when I try to save a model I got TypeError: can't convert String into Integer The SQL queries work fineif I run them directly. Thanks for any help. |
@chuyihuang I'm using these patches in production without problems |
Thank you and it works fine for me now. |
I updated rails from 3.0 to 3.2.11 and when I run bundle update I got message: Bundler could not find compatible versions for gem "activerecord":
Thanks for any help. |
I add to gemfile source from github and problem was solved. |
Is this project dead, considering that this pull request is over a year old, and the author has not even chimed in? |
@skandragon You might want to try https://github.com/jwhitehorn/acts_as_versioned. |
any fork for rails 4 support? |
No description provided.