We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The activerecord_session_store plugin we are currently using is really old and not supported any more. Maybe we can switch to an alternative, e.g. https://github.com/rails/activerecord-session_store
The text was updated successfully, but these errors were encountered:
Switch to activerecord-session_store gem; #33
bcab576
Set gem versions; write session_store.rb; #33
053cc92
Migrate sessions after dogu upgrade; #33
b6f5427
Remove session store migration; #33
1808aac
Write session_store.rb in startup and in post_upgrade scripts. Session store migration not necessary, because the sessions table already exists
Execute activerecord session migration on first start; #33
785e164
No branches or pull requests
The activerecord_session_store plugin we are currently using is really old and not supported any more. Maybe we can switch to an alternative, e.g. https://github.com/rails/activerecord-session_store
The text was updated successfully, but these errors were encountered: