]> git.openstreetmap.org Git - rails.git/commit
Added IssueComments + ForeignKeys + Indexes
authorShrey <shrey14099@iiitd.ac.in>
Thu, 28 May 2015 18:21:54 +0000 (23:51 +0530)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 22 Aug 2016 15:15:12 +0000 (16:15 +0100)
commit683722ed5c1b3224a04c23b4d175a0638964f713
treef4b41a88af0ba90ce99646e0ae0b9eb9d59ee900
parentd49922eb630abb73c7faffb650ab97b3c5d94c52
Added IssueComments + ForeignKeys + Indexes
16 files changed:
app/controllers/issues_controller.rb
app/models/issue.rb
app/models/issue_comment.rb [new file with mode: 0644]
app/models/user.rb
app/views/diary_entry/_diary_entry.html.erb
app/views/issues/_comments.html.erb [new file with mode: 0644]
app/views/issues/_reports.html.erb
app/views/issues/new.html.erb
app/views/issues/show.html.erb
config/routes.rb
db/migrate/20150526130032_create_issue_comments.rb [new file with mode: 0644]
db/migrate/20150528113100_add_foreign_keys_for_issues.rb [new file with mode: 0644]
db/migrate/20150528114520_add_indexes_for_issues.rb [new file with mode: 0644]
db/structure.sql
test/fixtures/issue_comments.yml [new file with mode: 0644]
test/models/issue_comment_test.rb [new file with mode: 0644]