TalentBox / sequel-rails

A gem for using Sequel with Rails 5.x, 6.x, 7.x
http://talentbox.github.io/sequel-rails/
MIT License
326 stars 81 forks source link

Rails 5 integration tests with SequelStore #167

Open mjc-gh opened 5 years ago

mjc-gh commented 5 years ago

We're using Rails 5 with sequel-rails and recently started to use the SequelStore feature. Does this session storage class work with Rails 5 integration tests?

It seems like cookies/sessions are not persisted between requests. I've isolated this issue to SequelStore and just curious if there are any known workarounds to this issue.

Thanks!