Add ActiveRecord Session storage (#1969)
* Add ActiveRecord Session storage

* Update Gemfile to fix failing tests

Moved Dotenv to dev and test group

* Add length limit to session_id for MySQL databases

* Update session_id column length to 64

* Update schema with new constraints on session_id
dev
1 parent db25309 commit 06450e49ce5a246916fe2afd40993bea0070ede4
@Gavin Morrice Gavin Morrice authored on 24 Oct 2018
GitHub committed on 24 Oct 2018
Showing 5 changed files
View
Gemfile
View
Gemfile.lock
View
config/initializers/session_store.rb
View
db/migrate/20181024120747_add_sessions_table.rb 0 → 100644
View
db/schema.rb