activerecord-session_store

Active Record's Session Store extracted from Rails

MIT License

Downloads
38.3M
Stars
529
Committers
51

Bot releases are hidden (Show)

activerecord-session_store - Version 2.0.0 Latest Release

Published by sikachu over 3 years ago

  • Drop support to Rails < 5.2 and Ruby < 2.2 (5db9171)
  • Fix compatibility issue with ruby-head (#159)
  • Fix CVE-2019-25025 vulnerability (#151)
  • Add db:sessions:upgrade rake task to upgrade all existing sessions to the secure version (c23358c)

Please see CVE-2019-25025 mitigation section in the README file for more information about security vulnerability and mitigation.

activerecord-session_store - Version 1.1.3

Published by sikachu over 5 years ago

  • Fix backward compatibility issue introduced in 1.1.2 regarding to Session class lazy-loading. (#143)
activerecord-session_store - Version 1.1.2

Published by sikachu over 5 years ago

  • Use lazy-load hook to hook into Active Record (#126)
  • Improved performance of delete_session in case there is no sessions record (#131)
  • Remove the supports_migrations? check (#119)
  • Migration generator now compatible with Rails 5.1+ (#115)
  • Now testing against Ruby 2.6.
activerecord-session_store - Version 1.1.1

Published by rafaelfranca over 6 years ago

  • Support Rails 5.2
activerecord-session_store - Version 1.1.0

Published by rafaelfranca over 7 years ago

  • Support to Rails 5.1
  • Fix db:sessions:create task
  • Add NullSerializer to support PostgreSQL json and jsonb columns
activerecord-session_store - Version 1.0.0

Published by sikachu over 8 years ago

  • Add rake task to trim old sessions.
  • Fix compatibility with Syslog::Logger.
  • Add configurable serializer.
  • Fix compatibility issue with Rails 5.0.
  • Fix Thread.exclusive deprecation warning in Ruby 2.3.
activerecord-session_store - Version 1.0.0.pre

Published by sikachu over 8 years ago

  • Fix Rails 5.0.0.beta3 and Ruby 2.3.0 compatibility.
  • Fix Syslog::Logger compatibility.
Package Rankings
Top 1.2% on Rubygems.org
Related Projects