]> git.openstreetmap.org Git - rails.git/commit
Create traces feed resource
authorAnton Khorev <tony29@yandex.ru>
Sat, 18 Jan 2025 20:01:47 +0000 (23:01 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 18 Jan 2025 20:15:43 +0000 (23:15 +0300)
commitf2a0f53cf5bd366452ee1923398d5064e7a0e738
tree5161df5270cfd1bb7cbff1c90ba4d87e9e558936
parent2626c763b5b2309f957c9a6dea12be70c503e90b
Create traces feed resource
app/abilities/ability.rb
app/controllers/traces/feeds_controller.rb [new file with mode: 0644]
app/controllers/traces_controller.rb
app/views/traces/feeds/_description.html.erb [moved from app/views/traces/_description.html.erb with 100% similarity]
app/views/traces/feeds/show.rss.builder [moved from app/views/traces/georss.rss.builder with 88% similarity]
app/views/traces/index.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/traces/feeds_controller_test.rb [new file with mode: 0644]
test/controllers/traces_controller_test.rb