]> git.openstreetmap.org Git - rails.git/commit
Refactor the account edit/update pages out into a separate accounts controller
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 2 Dec 2021 11:51:04 +0000 (11:51 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 8 Dec 2021 15:17:50 +0000 (15:17 +0000)
commita8e8ba1a64d4f82c74003b5fc05c6fc89a10cc65
treecab44a4b7b5e898f520eb0ac3e5b4f534daa168e
parent6ccd57961698c3cd7892e7d522ac0cd34ea2f050
Refactor the account edit/update pages out into a separate accounts controller
18 files changed:
.rubocop_todo.yml
app/abilities/ability.rb
app/controllers/accounts_controller.rb [new file with mode: 0644]
app/controllers/concerns/user_methods.rb [new file with mode: 0644]
app/controllers/confirmations_controller.rb
app/controllers/users_controller.rb
app/views/accounts/edit.html.erb [moved from app/views/users/account.html.erb with 90% similarity]
app/views/application/_settings_menu.html.erb
app/views/layouts/_header.html.erb
app/views/sessions/new.html.erb
app/views/site/edit.html.erb
app/views/users/show.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/accounts_controller_test.rb [new file with mode: 0644]
test/controllers/confirmations_controller_test.rb
test/controllers/users_controller_test.rb
test/integration/client_applications_test.rb