Skip to content

Commit

Permalink
Gems: reinstate Blazer
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jan 10, 2024
1 parent fc10361 commit 15b7ee7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ gem 'devise-guests', '~> 0.6'
gem 'devise_invitable', '~> 2.0.0'

# Reporting
# gem 'blazer'
gem 'blazer'

gem 'haml'
gem 'chronic'
Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ GEM
jquery-rails
rails (>= 3.0)
tether-rails
blazer (3.0.3)
activerecord (>= 6.1)
chartkick (>= 5)
csv
railties (>= 6.1)
safely_block (>= 0.4)
bootsnap (1.9.4)
msgpack (~> 1.0)
bootstrap (4.6.2)
Expand All @@ -182,6 +188,7 @@ GEM
capybara-selenium (0.0.6)
capybara
selenium-webdriver
chartkick (5.0.5)
chosen-rails (1.10.0)
coffee-rails (>= 3.2)
railties (>= 3.0)
Expand All @@ -205,6 +212,7 @@ GEM
connection_pool (2.4.1)
content_disposition (1.0.0)
crass (1.0.6)
csv (3.2.8)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.1.0)
Expand Down Expand Up @@ -621,6 +629,7 @@ GEM
ruby-vips (2.2.0)
ffi (~> 1.12)
rubyzip (2.3.2)
safely_block (0.4.0)
sanitize (6.1.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -766,6 +775,7 @@ DEPENDENCIES
blacklight (~> 7.33.0)
blacklight_advanced_search!
blacklight_range_limit (~> 7.0.0)
blazer
bootsnap (~> 1.9.3)
bootstrap (~> 4.0)
byebug
Expand Down
6 changes: 3 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@
mount ActionCable.server => "/cable"

# @TODO
# authenticate :user, ->(user) { user } do
# mount Blazer::Engine, at: "blazer"
# end
authenticate :user, ->(user) { user } do
mount Blazer::Engine, at: "blazer"
end
end

# Blog redirects
Expand Down

0 comments on commit 15b7ee7

Please sign in to comment.