-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update to ActiveRecord 4.2 #26
base: main
Are you sure you want to change the base?
Conversation
activerecord-4
, which is currently 4.2.11.3
Hi @hammerhead. You added two commits here, but I accidentally destroyed them, apologies. Can you have a look at your local repository, if you still have it, and just |
No problem, I just force-pushed. |
Now, not to make the same mistake again, pulling stuff first ;]. Thanks!
Those are really valuable updates. It would have been so sad if they would have been lost. I am really relieved about it, that you have been able to restore them. Thanks and sorry again. |
96a8da2
to
f801076
Compare
Baby steps, trying to update to the most recent ActiveRecord 4 series here, which is currently 4.2.11.3. Right now, it breaks with
<module:Visitors>': superclass mismatch for class ToSql (TypeError)
. Can you help here, @hammerhead?