Skip to content

Commit

Permalink
No need to store sessions in db, closes #415, closes #416
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja committed Mar 12, 2021
1 parent a5b3528 commit 97ee98b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ group :production, :development, :test do
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder'

gem 'activerecord-session_store'
gem 'blacklight-locale_picker'
gem 'bootstrap', '4.1.3'
gem 'devise-guests'
Expand Down
12 changes: 2 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ GEM
jdbc-postgres (>= 9.4, < 43)
activerecord-nulldb-adapter (0.7.0)
activerecord (>= 5.2.0, < 6.3)
activerecord-session_store (2.0.0)
actionpack (>= 5.2.4.1)
activerecord (>= 5.2.4.1)
multi_json (~> 1.11, >= 1.11.2)
rack (>= 2.0.8, < 3)
railties (>= 5.2.4.1)
activestorage (6.0.3.5)
actionpack (= 6.0.3.5)
activejob (= 6.0.3.5)
Expand Down Expand Up @@ -226,9 +220,8 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.4)
multi_json (1.15.0)
multipart-post (2.1.1)
namae (1.0.2)
namae (1.1.0)
net-http-persistent (3.1.0)
connection_pool (~> 2.2)
nio4r (2.5.7)
Expand Down Expand Up @@ -437,7 +430,6 @@ DEPENDENCIES
activerecord-jdbc-adapter (~> 60.2)
activerecord-jdbcpostgresql-adapter
activerecord-nulldb-adapter
activerecord-session_store
blacklight (~> 7.15)
blacklight-citeproc (>= 0.0.4)
blacklight-locale_picker
Expand Down Expand Up @@ -484,4 +476,4 @@ RUBY VERSION
ruby 2.5.7p0 (jruby 9.2.9.0)

BUNDLED WITH
2.2.13
2.2.14
9 changes: 0 additions & 9 deletions app/views/catalog/_brief_item_info.html.erb

This file was deleted.

8 changes: 0 additions & 8 deletions config/initializers/session_store.rb

This file was deleted.

0 comments on commit 97ee98b

Please sign in to comment.