]> git.openstreetmap.org Git - rails.git/commit
Update get/post etc to remove use of deprecated syntax
authorTom Hughes <tom@compton.nu>
Mon, 5 Jun 2017 21:27:06 +0000 (22:27 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 27 Jun 2017 07:26:44 +0000 (08:26 +0100)
commit03408b6294e0aa56d46823c1f44d47aaf69e226b
tree6642f3cfe0d1f403074ae063fdda4845391aa91a
parent81deb3533118f8a14b632a4ad05213b896a892f8
Update get/post etc to remove use of deprecated syntax
35 files changed:
.rubocop_todo.yml
test/controllers/api_controller_test.rb
test/controllers/browse_controller_test.rb
test/controllers/changeset_controller_test.rb
test/controllers/diary_entry_controller_test.rb
test/controllers/export_controller_test.rb
test/controllers/geocoder_controller_test.rb
test/controllers/message_controller_test.rb
test/controllers/node_controller_test.rb
test/controllers/notes_controller_test.rb
test/controllers/oauth_clients_controller_test.rb
test/controllers/old_node_controller_test.rb
test/controllers/old_relation_controller_test.rb
test/controllers/old_way_controller_test.rb
test/controllers/redactions_controller_test.rb
test/controllers/relation_controller_test.rb
test/controllers/search_controller_test.rb
test/controllers/site_controller_test.rb
test/controllers/swf_controller_test.rb
test/controllers/trace_controller_test.rb
test/controllers/user_blocks_controller_test.rb
test/controllers/user_controller_test.rb
test/controllers/user_preference_controller_test.rb
test/controllers/user_roles_controller_test.rb
test/controllers/way_controller_test.rb
test/integration/client_applications_test.rb
test/integration/oauth_test.rb
test/integration/page_locale_test.rb
test/integration/user_blocks_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