]> git.openstreetmap.org Git - rails.git/commit
Lazy loading relation members
authormmd-osm <mmd.osm@gmail.com>
Fri, 15 Aug 2025 15:29:43 +0000 (17:29 +0200)
committermmd-osm <mmd.osm@gmail.com>
Sun, 17 Aug 2025 18:57:23 +0000 (20:57 +0200)
commitde51ec959644154e7b1564fd96b4ddbb120a1209
tree96f539a50c3f9ea0d0858076c56b1855f824730b
parent5c006452082bea037c31e827555563d62ba152af
Lazy loading relation members
16 files changed:
app/abilities/ability.rb
app/controllers/old_relation_members_controller.rb [new file with mode: 0644]
app/controllers/old_relations_controller.rb
app/controllers/relation_members_controller.rb [new file with mode: 0644]
app/controllers/relations_controller.rb
app/views/browse/_relation.html.erb
app/views/browse/_relation_member.html.erb
app/views/browse/_relation_member_frame.html.erb [new file with mode: 0644]
app/views/old_relation_members/_not_found_message.html.erb [new file with mode: 0644]
app/views/old_relation_members/timeout.html.erb [new file with mode: 0644]
app/views/relation_members/_not_found_message.html.erb [new file with mode: 0644]
app/views/relation_members/timeout.html.erb [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
test/controllers/old_relation_members_controller_test.rb [new file with mode: 0644]
test/controllers/relation_members_controller_test.rb [new file with mode: 0644]