简体   繁体   中英

devise_token_auth and rails 5.2.0 Compatibility

Hi i'm using devise_token_auth with rails 5.1.6 .When i updated my rails version to 5.2.1 so i can use acts_as_favoritor 2.1.0 , i got the error in my elasticbeanstalk environment log:

Column `tokens` of type ActiveRecord::Type::Json does not support `serialize` feature. Usually it means that you are trying to use `serialize`

is there any specific version of devise_token_auth that i can use with rails 5.2.1 ?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM