-
Notifications
You must be signed in to change notification settings - Fork 123
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
"undefined method `type_cast'" on active_record 4.2.0.beta1 #46
Comments
same here |
|
FYI (as mentioned in the referencing issue): This can be solved atm by pulling the master brach into your Gemfile like
|
Rails 5.0.0.1 Keep showing error |
Rails 5.0.2 Same error here at migrating my migrations:
Could I be of any help ? |
activeuuid raises follwing error on inclusion:
NameError: undefined method``type_cast' for class``ActiveRecord::ConnectionAdapters::Column'
The offending line seems to be activeuuid-0.5.0/lib/activeuuid/patches.rb:36
From what I figured out, the api was changed completely in the Column class:
Amongst this and other commits:
rails/rails@0b682e4
type_cast
seems to be replaced bytype_cast_for_database
simplified_type seems to be gone altogether...
The text was updated successfully, but these errors were encountered: