Skip to content
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

Extract ActiveRecord::SessionStore from Rails #7436

Merged

Commits on Aug 24, 2012

  1. Extract ActiveRecord::SessionStore from Rails

    This functionality will be available from gem
    `active_record-session_store` instead.
    sikachu committed Aug 24, 2012
    Copy the full SHA
    0ffe190 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aa46558 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    19a3eda View commit details
    Browse the repository at this point in the history
  4. Raise more helpful error message on missing gem

    Tell people to install `activerecord-session_store` gem when it's not
    installed instead ofraising `NameError` on missing
    `ActionDispatch::Session::ActiveRecordStore`.
    sikachu committed Aug 24, 2012
    Copy the full SHA
    1807384 View commit details
    Browse the repository at this point in the history