]> git.openstreetmap.org Git - rails.git/commit
Pluralize diary entries controller
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 7 Nov 2018 15:31:04 +0000 (16:31 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 7 Nov 2018 15:31:04 +0000 (16:31 +0100)
commit26777c44648f908b723c0c74b65972f75ac5fd3d
tree128dbe47a9f4dec36e6fce64120df5f5a84bd356
parente85c56d151a88a69f878ce4ed5bfdf4bbe695fbb
Pluralize diary entries controller
19 files changed:
app/controllers/diary_entries_controller.rb [moved from app/controllers/diary_entry_controller.rb with 82% similarity]
app/views/diary_entries/_diary_comment.html.erb [moved from app/views/diary_entry/_diary_comment.html.erb with 100% similarity]
app/views/diary_entries/_diary_entry.html.erb [moved from app/views/diary_entry/_diary_entry.html.erb with 95% similarity]
app/views/diary_entries/_diary_index_entry.html.erb [moved from app/views/diary_entry/_diary_index_entry.html.erb with 100% similarity]
app/views/diary_entries/_location.html.erb [moved from app/views/diary_entry/_location.html.erb with 100% similarity]
app/views/diary_entries/comments.html.erb [moved from app/views/diary_entry/comments.html.erb with 100% similarity]
app/views/diary_entries/edit.html.erb [moved from app/views/diary_entry/edit.html.erb with 96% similarity]
app/views/diary_entries/index.html.erb [moved from app/views/diary_entry/index.html.erb with 87% similarity]
app/views/diary_entries/no_such_entry.html.erb [moved from app/views/diary_entry/no_such_entry.html.erb with 100% similarity]
app/views/diary_entries/rss.rss.builder [moved from app/views/diary_entry/rss.rss.builder with 100% similarity]
app/views/diary_entries/show.html.erb [moved from app/views/diary_entry/show.html.erb with 100% similarity]
app/views/users/show.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/diary_entries_controller_test.rb [moved from test/controllers/diary_entry_controller_test.rb with 94% similarity]
test/helpers/application_helper_test.rb
test/integration/user_diaries_test.rb
test/system/report_diary_comment_test.rb
test/system/report_diary_entry_test.rb