]> git.openstreetmap.org Git - rails.git/commit
Use a view to build the trace RSS feed and get rid of OSM::GeoRSS
authorTom Hughes <tom@compton.nu>
Wed, 18 Sep 2013 17:23:03 +0000 (18:23 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 18 Sep 2013 17:23:03 +0000 (18:23 +0100)
commit40b452ac7431387979fa2c2cdd2565bae5993f29
treefd1ad88377177dbb6f0621d013ee001cd4a8a524
parent5bb751ca26e72e8a342b06fbe453970f111e0c37
Use a view to build the trace RSS feed and get rid of OSM::GeoRSS
app/controllers/trace_controller.rb
app/views/trace/_description.html.erb [new file with mode: 0644]
app/views/trace/georss.rss.builder [new file with mode: 0644]
config/locales/en.yml
config/routes.rb
lib/osm.rb
test/functional/trace_controller_test.rb