简体   繁体   English

devise_token_auth和rails 5.2.0兼容性

[英]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: 嗨,我在rails 5.1.6使用devise_token_auth。当我将rails版本更新到5.2.1以便可以使用acts_as_favoritor 2.1.0 ,我在我的elasticbeanstalk环境日志中遇到了错误:

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 ? 我可以在rails 5.2.1使用任何特定版本的devise_token_auth吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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