Skip to content

Commit 97ee98b

Browse files
committed
No need to store sessions in db, closes #415, closes #416
1 parent a5b3528 commit 97ee98b

4 files changed

Lines changed: 2 additions & 28 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ group :production, :development, :test do
2525
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2626
gem 'jbuilder'
2727

28-
gem 'activerecord-session_store'
2928
gem 'blacklight-locale_picker'
3029
gem 'bootstrap', '4.1.3'
3130
gem 'devise-guests'

Gemfile.lock

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ GEM
7272
jdbc-postgres (>= 9.4, < 43)
7373
activerecord-nulldb-adapter (0.7.0)
7474
activerecord (>= 5.2.0, < 6.3)
75-
activerecord-session_store (2.0.0)
76-
actionpack (>= 5.2.4.1)
77-
activerecord (>= 5.2.4.1)
78-
multi_json (~> 1.11, >= 1.11.2)
79-
rack (>= 2.0.8, < 3)
80-
railties (>= 5.2.4.1)
8175
activestorage (6.0.3.5)
8276
actionpack (= 6.0.3.5)
8377
activejob (= 6.0.3.5)
@@ -226,9 +220,8 @@ GEM
226220
mini_mime (1.0.2)
227221
mini_portile2 (2.5.0)
228222
minitest (5.14.4)
229-
multi_json (1.15.0)
230223
multipart-post (2.1.1)
231-
namae (1.0.2)
224+
namae (1.1.0)
232225
net-http-persistent (3.1.0)
233226
connection_pool (~> 2.2)
234227
nio4r (2.5.7)
@@ -437,7 +430,6 @@ DEPENDENCIES
437430
activerecord-jdbc-adapter (~> 60.2)
438431
activerecord-jdbcpostgresql-adapter
439432
activerecord-nulldb-adapter
440-
activerecord-session_store
441433
blacklight (~> 7.15)
442434
blacklight-citeproc (>= 0.0.4)
443435
blacklight-locale_picker
@@ -484,4 +476,4 @@ RUBY VERSION
484476
ruby 2.5.7p0 (jruby 9.2.9.0)
485477

486478
BUNDLED WITH
487-
2.2.13
479+
2.2.14

app/views/catalog/_brief_item_info.html.erb

Lines changed: 0 additions & 9 deletions
This file was deleted.

config/initializers/session_store.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)