Required middlewares for RailsAdmin are not added
To fix tihs, add
config.middleware.use ActionDispatch::Session::RedisStore, {:redis_server=>{:host=>"127.0.0.1", :port=>6379, :password=>nil, :namespace=>"spacious:development:sessions"}, :key=>"_spacious_development_sessions_v2017_01_04_1426"}
to config/application.rb.
Just updated to
rails_admin1.4.2and got this error on start up:instruction is followed, but error still appears
error raised from
https://github.com/sferik/rails_admin/blob/v1.4.2/lib/rails_admin/engine.rb#L46
related issue raised in
redis-actionpack