Skip to content

Commit

Permalink
Generate qr codes for urls
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hank committed Aug 18, 2023
1 parent 545f423 commit 5411597
Show file tree
Hide file tree
Showing 10 changed files with 413 additions and 11 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem 'mini_racer', '~> 0.4.0'
gem 'pg'
gem 'rack-mini-profiler', require: ['enable_rails_patches', 'rack-mini-profiler']
gem 'rails', '~> 7.0'
gem 'rqrcode'
gem 'sprockets-rails'
gem 'will_paginate'

Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
chunky_png (1.4.0)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
Expand Down Expand Up @@ -222,6 +223,10 @@ GEM
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
rubocop (1.43.0)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -316,6 +321,7 @@ DEPENDENCIES
pg
rack-mini-profiler
rails (~> 7.0)
rqrcode
rubocop
rubocop-rails
sass-rails
Expand Down
1 change: 1 addition & 0 deletions app/assets/images/delete.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
353 changes: 353 additions & 0 deletions app/assets/images/edit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/images/qr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5411597

Please sign in to comment.