]>
author | Shrey <shrey14099@iiitd.ac.in> | |
Thu, 28 May 2015 18:21:54 +0000 (23:51 +0530) | ||
committer | Matt Amos <zerebubuth@gmail.com> | |
Mon, 22 Aug 2016 15:15:12 +0000 (16:15 +0100) | ||
commit | 683722ed5c1b3224a04c23b4d175a0638964f713 | |
tree | f4b41a88af0ba90ce99646e0ae0b9eb9d59ee900 | tree | snapshot |
parent | d49922eb630abb73c7faffb650ab97b3c5d94c52 | commit | diff |
app/controllers/issues_controller.rb | diff | blob | history | |
app/models/issue.rb | diff | blob | history | |
app/models/issue_comment.rb | [new file with mode: 0644] | blob |
app/models/user.rb | diff | blob | history | |
app/views/diary_entry/_diary_entry.html.erb | diff | blob | history | |
app/views/issues/_comments.html.erb | [new file with mode: 0644] | blob |
app/views/issues/_reports.html.erb | diff | blob | history | |
app/views/issues/new.html.erb | diff | blob | history | |
app/views/issues/show.html.erb | diff | blob | history | |
config/routes.rb | diff | blob | history | |
db/migrate/20150526130032_create_issue_comments.rb | [new file with mode: 0644] | blob |
db/migrate/20150528113100_add_foreign_keys_for_issues.rb | [new file with mode: 0644] | blob |
db/migrate/20150528114520_add_indexes_for_issues.rb | [new file with mode: 0644] | blob |
db/structure.sql | diff | blob | history | |
test/fixtures/issue_comments.yml | [new file with mode: 0644] | blob |
test/models/issue_comment_test.rb | [new file with mode: 0644] | blob |