]> git.openstreetmap.org Git - rails.git/commit
Restructure notes URLs according to standard rails conventions
authorTom Hughes <tom@compton.nu>
Sat, 10 Mar 2012 15:45:33 +0000 (15:45 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 10 Mar 2012 17:04:57 +0000 (17:04 +0000)
commitc9fb1466085e7822a5dff22b2a2006d02b804178
tree4749dc20cec5bc42701cbf43796ceaa1d139acce
parent6aca6cfabf21da48567e8197457dae8785b7324d
Restructure notes URLs according to standard rails conventions
21 files changed:
app/controllers/notes_controller.rb [moved from app/controllers/note_controller.rb with 96% similarity]
app/views/notes/_description.html.erb [moved from app/views/note/_description.html.erb with 100% similarity]
app/views/notes/_note.gpx.builder [moved from app/views/note/_note.gpx.builder with 100% similarity]
app/views/notes/_note.json.jsonify [moved from app/views/note/_note.json.jsonify with 100% similarity]
app/views/notes/_note.rss.builder [moved from app/views/note/_note.rss.builder with 100% similarity]
app/views/notes/_note.xml.builder [moved from app/views/note/_note.xml.builder with 100% similarity]
app/views/notes/_notes_paging_nav.html.erb [moved from app/views/note/_notes_paging_nav.html.erb with 100% similarity]
app/views/notes/_user.html.erb [moved from app/views/note/_user.html.erb with 100% similarity]
app/views/notes/feed.rss.builder [moved from app/views/note/rss.rss.builder with 100% similarity]
app/views/notes/index.gpx.builder [moved from app/views/note/list.gpx.builder with 100% similarity]
app/views/notes/index.json.jsonify [moved from app/views/note/list.json.jsonify with 100% similarity]
app/views/notes/index.rss.builder [moved from app/views/note/list.rss.builder with 100% similarity]
app/views/notes/index.xml.builder [moved from app/views/note/list.xml.builder with 100% similarity]
app/views/notes/mine.html.erb [moved from app/views/note/mine.html.erb with 100% similarity]
app/views/notes/show.gpx.builder [moved from app/views/note/read.gpx.builder with 100% similarity]
app/views/notes/show.json.jsonify [moved from app/views/note/read.json.jsonify with 100% similarity]
app/views/notes/show.rss.builder [moved from app/views/note/read.rss.builder with 100% similarity]
app/views/notes/show.xml.builder [moved from app/views/note/read.xml.builder with 100% similarity]
config/routes.rb
test/functional/browse_controller_test.rb
test/functional/notes_controller_test.rb [moved from test/functional/note_controller_test.rb with 53% similarity]