openstreetmap-website/test
Andy Allan 10a4c5cf6e Rename Feeds::ChangesetCommentsController to ChangesetComments::FeedsController
We usually create nested controllers with the main controller as the module,
and the nested controller as the specialization, e.g. Users::DeletionsController
or Traces::IconsController.

This then leaves the topic of whether the feed resource is plural, and whether we
are then showing a singular feed or showing a list (index) of objects.

The routes are carefully named so that we have `changesets_comments_feed_path` (the
comments feed for all changesets) vs `changeset_comment_feed_path(changeset)` (the
comments for a singular changeset).
2024-08-28 18:31:36 +01:00
..
abilities Add update block ability with conditions 2024-08-22 14:01:54 +03:00
controllers Rename Feeds::ChangesetCommentsController to ChangesetComments::FeedsController 2024-08-28 18:31:36 +01:00
factories Remove duration controls for blocks that can only be revoked by editing 2024-08-22 14:01:54 +03:00
gpx/fixtures Remove unused directories 2020-03-18 15:04:18 +01:00
helpers Move auth provider icons to auth_providers subdirectory 2024-07-19 20:24:46 +03:00
http Simplify handling of geocoder URLs 2024-06-25 17:57:38 +01:00
integration Update block-api integration test to revoke block by editing 2024-08-23 13:11:32 +03:00
javascripts Replace querystring parser with qs yarn module 2020-08-06 20:51:55 +01:00
jobs Send trace import result notification immediately 2019-07-15 21:45:07 +01:00
lib Skip paragraphs with no text when looking for richtext description 2024-08-07 08:02:19 +03:00
mailers Test plaintext trace emails 2024-08-01 19:07:00 +03:00
models Use assert_not_predicate instead of assert_not next to assert_predicate 2024-07-25 04:56:57 +03:00
system Add turbo to Issues page 2024-08-27 11:50:43 +04:00
validators Use assert_not_predicate in tests that have assert_predicate 2024-01-03 16:01:17 +03:00
application_system_test_case.rb Replace "Login" labels with "Log in" when used as a verb 2024-03-14 15:34:12 +00:00
test_helper.rb Move changeset show action to changesets controller 2024-03-01 10:48:30 +03:00