Open benjaminh opened 8 years ago
FWIW I had a similar issue on an installation. I downgraded model_active_serializers (originally 0.10.0), and that seemed to fix the problem
$ grep serializer Gemfile
gem 'active_model_serializers', '~>0.9.4'
gem 'mongoid-serializer', '~>0.0.5'
That did fix the problem. Thank you !
@qjhart Thanks bro! You saved my website.
When I try to start the server
rails s
, I get the following error :mongoid-serializer
is installed, and I did not get errors during previous setup steps (except those indicated in #587 that I managed to get rid of on an Ubuntu 14.04 64 bits distro)