devise_token_auth and rails 5.2.0 Compatibility

271 Views Asked by At

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 ?

1

There are 1 best solutions below

4
On