|
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 |
|---|
|
|
| Gemfile |
|---|
| Gemfile.lock |
|---|
| config/initializers/session_store.rb |
|---|
| db/migrate/20181024120747_add_sessions_table.rb 0 → 100644 |
|---|
| db/schema.rb |
|---|