]> git.openstreetmap.org Git - rails.git/commit
Fixed tests + Altered migration file + Added reporting strings + Added update method
authorShrey <shrey14099@iiitd.ac.in>
Thu, 4 Jun 2015 18:56:24 +0000 (00:26 +0530)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 22 Aug 2016 15:17:54 +0000 (16:17 +0100)
commitd5f02968f6f2dd153c74844e818a4d2b2ae24991
tree458bed2de96866876e8f6ab7f6817063875e9e24
parentfaf4c5aa7a3c75b89d32b7d2205d004f9aa99cb7
Fixed tests + Altered migration file + Added reporting strings + Added update method
14 files changed:
app/assets/stylesheets/common.scss
app/controllers/issues_controller.rb
app/models/issue_comment.rb
app/models/report.rb
app/views/diary_entry/_diary_comment.html.erb
app/views/diary_entry/_diary_entry.html.erb
app/views/issues/_reports.html.erb
app/views/issues/new.html.erb
app/views/issues/show.html.erb
db/migrate/20150516073616_create_issues_and_reports.rb [moved from db/migrate/20150516073616_create_issues.rb with 53% similarity]
db/migrate/20150516075620_create_reports.rb [deleted file]
db/migrate/20150526130032_create_issue_comments.rb
db/structure.sql
test/controllers/issues_controller_test.rb