]> git.openstreetmap.org Git - rails.git/commit
Rename user_controller to users_controller
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 3 Oct 2018 13:31:10 +0000 (15:31 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 3 Oct 2018 13:31:10 +0000 (15:31 +0200)
commit3ec67ea2d395f9ae78f806f8e583e10d691861de
tree269e1df97106af80c8bfb580111546f17642546c
parentc77429000c55af95056572206a99774711c8d22b
Rename user_controller to users_controller
58 files changed:
.rubocop.yml
.rubocop_todo.yml
app/controllers/application_controller.rb
app/controllers/messages_controller.rb
app/controllers/notes_controller.rb
app/controllers/users_controller.rb [moved from app/controllers/user_controller.rb with 90% similarity]
app/helpers/changeset_helper.rb
app/helpers/note_helper.rb
app/helpers/user_helper.rb
app/helpers/user_roles_helper.rb
app/models/notifier.rb
app/views/browse/changeset.html.erb
app/views/changeset/_user.atom.builder
app/views/diary_entry/show.html.erb
app/views/layouts/_header.html.erb
app/views/users/_api_user.builder [moved from app/views/user/_api_user.builder with 100% similarity]
app/views/users/_auth_association.html.erb [moved from app/views/user/_auth_association.html.erb with 100% similarity]
app/views/users/_contact.html.erb [moved from app/views/user/_contact.html.erb with 80% similarity]
app/views/users/_popup.html.erb [moved from app/views/user/_popup.html.erb with 100% similarity]
app/views/users/_terms.html.erb [moved from app/views/user/_terms.html.erb with 100% similarity]
app/views/users/_user.html.erb [moved from app/views/user/_user.html.erb with 89% similarity]
app/views/users/account.html.erb [moved from app/views/user/account.html.erb with 94% similarity]
app/views/users/api_read.builder [moved from app/views/user/api_read.builder with 100% similarity]
app/views/users/api_users.builder [moved from app/views/user/api_users.builder with 100% similarity]
app/views/users/blocked.html.erb [moved from app/views/user/blocked.html.erb with 100% similarity]
app/views/users/confirm.html.erb [moved from app/views/user/confirm.html.erb with 100% similarity]
app/views/users/confirm_email.html.erb [moved from app/views/user/confirm_email.html.erb with 100% similarity]
app/views/users/index.html.erb [moved from app/views/user/index.html.erb with 100% similarity]
app/views/users/login.html.erb [moved from app/views/user/login.html.erb with 94% similarity]
app/views/users/logout.html.erb [moved from app/views/user/logout.html.erb with 100% similarity]
app/views/users/lost_password.html.erb [moved from app/views/user/lost_password.html.erb with 100% similarity]
app/views/users/make_friend.html.erb [moved from app/views/user/make_friend.html.erb with 100% similarity]
app/views/users/new.html.erb [moved from app/views/user/new.html.erb with 100% similarity]
app/views/users/no_such_user.html.erb [moved from app/views/user/no_such_user.html.erb with 100% similarity]
app/views/users/remove_friend.html.erb [moved from app/views/user/remove_friend.html.erb with 100% similarity]
app/views/users/reset_password.html.erb [moved from app/views/user/reset_password.html.erb with 100% similarity]
app/views/users/show.html.erb [moved from app/views/user/show.html.erb with 97% similarity]
app/views/users/suspended.html.erb [moved from app/views/user/suspended.html.erb with 100% similarity]
app/views/users/terms.html.erb [moved from app/views/user/terms.html.erb with 100% similarity]
config/locales/en.yml
config/routes.rb
test/controllers/changeset_controller_test.rb
test/controllers/diary_entry_controller_test.rb
test/controllers/messages_controller_test.rb
test/controllers/site_controller_test.rb
test/controllers/traces_controller_test.rb
test/controllers/user_blocks_controller_test.rb
test/controllers/user_roles_controller_test.rb
test/controllers/users_controller_test.rb [moved from test/controllers/user_controller_test.rb with 95% similarity]
test/integration/client_applications_test.rb
test/integration/user_changeset_comments_test.rb
test/integration/user_creation_test.rb
test/integration/user_diaries_test.rb
test/integration/user_login_test.rb
test/integration/user_roles_test.rb
test/integration/user_terms_seen_test.rb
test/system/issues_test.rb
test/system/report_user_test.rb