-
Notifications
You must be signed in to change notification settings - Fork 188
Issues: rails/activerecord-session_store
New issue
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
ArgumentError: string contains null byte when using postgresql and session_id is set to %00
#79
opened May 23, 2016 by
yskkin
updated May 23, 2016
errors when trying to migrate the sessions table that seem to relate to the schema prefix
#81
opened Jun 13, 2016 by
cmendla
updated Jun 13, 2016
updated_at only changes after post or delete
#98
opened Jan 18, 2017 by
iamdriz
updated May 11, 2017
Session does not get saved if the session data has not been loaded
#93
opened Dec 13, 2016 by
sudoremo
updated Dec 6, 2017
Session is not saved on rails 4.2.10 and devise 3.4.1
#118
opened Nov 23, 2017 by
ajinkyapisal
updated Feb 2, 2018
Drops validation from belongs_to relations in Rails 5
#94
opened Dec 18, 2016 by
mvz
updated Oct 5, 2018
assets:precompile tries to establish a database connection
#69
opened Feb 10, 2016 by
moritzschepp
updated Apr 25, 2019
Intermittent success with Devise sign in after installing activerecord-session_store in rails 4.2.6
#83
opened Jun 25, 2016 by
abrambailey
updated Sep 1, 2019
ActionDispatch::Session::ActiveRecordStore failed to save session
#153
opened Jan 16, 2020 by
camiloabrilth1999
updated Jan 16, 2020
Solution for encrypted session data and silenced logs
#150
opened Nov 28, 2019 by
mediafinger
updated Jan 24, 2020
Impossible to silence session logs on development
#155
opened Mar 6, 2020 by
breim
updated Mar 6, 2020
While executing gem… (Errno::ENETUNREACH)
#156
opened Mar 8, 2020 by
Woodpecker2020
updated Mar 8, 2020
Cookie not set when secure option is given in session_store.
#132
opened Aug 10, 2018 by
khajabhanu
updated Apr 2, 2020
SqlBypass holds onto old connection, resulting in ActiveRecord::ConnectionNotEstablished: connection is closed error
#182
opened Apr 12, 2021 by
oliverguenther
updated Apr 12, 2021
Write query attempted while in readonly mode: INSERT INTO "sessions
#185
opened May 26, 2021 by
jamienourish
updated Feb 7, 2022
uninitialized constant ActionDispatch::Session::AbstractSecureStore
#184
opened Apr 21, 2021 by
map7
updated May 9, 2022
Don't override belongs_to_required_by_default
#116
opened Oct 18, 2017 by
masaru-tech
updated Aug 23, 2022
Invalid authenticity token when paired with Devise
#186
opened Jun 10, 2021 by
alecvn
updated Aug 23, 2022
websocket requests also create a sessions table record
#165
opened Oct 20, 2020 by
aksharj
updated Aug 23, 2022
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.