]> git.openstreetmap.org Git - rails.git/commit
Move user images to Active Storage with paperclip as a fallback
authorTom Hughes <tom@compton.nu>
Tue, 2 Jul 2019 21:31:31 +0000 (22:31 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 9 Jul 2019 18:17:30 +0000 (19:17 +0100)
commit6c202448ade514cd5ecca7175555011c851735e9
tree0a13ab62fc21d87c4aa785949ce31bc9768e54d5
parentba627420a3e183fcee7ce38b2f68a0ff7663c647
Move user images to Active Storage with paperclip as a fallback
14 files changed:
Gemfile
Gemfile.lock
app/assets/images/avatar_large.png [moved from app/assets/images/users/images/large.png with 100% similarity]
app/assets/images/avatar_small.png [moved from app/assets/images/users/images/small.png with 100% similarity]
app/assets/images/avatars.svg [moved from app/assets/images/users/images/user-icons.svg with 100% similarity]
app/assets/javascripts/user.js
app/controllers/users_controller.rb
app/helpers/user_helper.rb
app/mailers/notifier.rb
app/models/user.rb
app/views/api/users/_user.builder
app/views/users/account.html.erb
test/controllers/users_controller_test.rb
test/helpers/user_helper_test.rb