]> git.openstreetmap.org Git - rails.git/commit
Prepare to drop the intermediate objects
authorPablo Brasero <pablo@pablobm.com>
Thu, 30 Jul 2026 11:39:08 +0000 (12:39 +0100)
committerPablo Brasero <pablo@pablobm.com>
Thu, 30 Jul 2026 14:11:00 +0000 (15:11 +0100)
commit5b27282ab8665120119687cf4ca34953fbfa1bf0
tree4febbe480dc6e69d9cc121b6013799404c226a3d
parent8471c565fd0f890eba2906d6d4859d3c3e08b2cd
Prepare to drop the intermediate objects
15 files changed:
app/helpers/notifications_helper.rb [new file with mode: 0644]
app/models/user_notifications.rb
app/views/notifications/_changeset_comment.html.erb
app/views/notifications/_diary_comment.html.erb
app/views/notifications/_gpx_import_failure.html.erb
app/views/notifications/_gpx_import_success.html.erb
app/views/notifications/_new_follower.html.erb
app/views/notifications/_note_comment.html.erb
app/views/notifications/_page.html.erb
test/controllers/notifications/changeset_comment_view_test.rb
test/controllers/notifications/diary_comment_view_test.rb
test/controllers/notifications/gpx_import_failure_view_test.rb
test/controllers/notifications/gpx_import_success_view_test.rb
test/controllers/notifications/new_follower_view_test.rb
test/controllers/notifications/note_comment_view_test.rb