Closed
Description
Using the activerecord-session_store
gem on a Rails 6.1 application with latest Ruby 3.0 seems to break the web-console on development environment and instead renders the public/500.html error page.
How to reproduce:
- Create a fresh Rails 6.1 application with Ruby 3.0, start webserver and make sure web-console works (e.g. triggering a 404 by entering an unknown URL)
The console does not show anything suspicious:
Started GET "/asdf" for 127.0.0.1 at 2021-03-07 16:38:37 +0100
(3.4ms) SELECT sqlite_version(*)
ActionController::RoutingError (No route matches [GET] "/asdf"):
Downgrading the Ruby version to 2.7.2 fixes the issue.
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels