crispgm/holy-images

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/FUNDING.yml
.gitignore
.travis.yml
Gemfile
LICENSE
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/image.coffee
app/assets/javascripts/notification.coffee
app/assets/javascripts/user.coffee
app/assets/stylesheets/application.scss
app/assets/stylesheets/image.scss
app/assets/stylesheets/notification.scss
app/assets/stylesheets/user.scss
app/controllers/api/v1/base_controller.rb2
A
0 mins
app/controllers/api/v1/images_controller.rb74
B
4 hrs
app/controllers/application_controller.rb22
A
0 mins
app/controllers/image_controller.rb142
A
2 hrs
app/controllers/index_controller.rb26
A
55 mins
app/controllers/notification_controller.rb44
A
1 hr
app/controllers/user_controller.rb64
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/image_helper.rb5
A
0 mins
app/helpers/notification_helper.rb2
A
0 mins
app/helpers/time_helper.rb13
A
0 mins
app/helpers/user_helper.rb15
A
0 mins
app/jobs/application_job.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/mailers/user_mailer.rb36
A
0 mins
app/models/application_record.rb3
A
0 mins
app/models/comment.rb11
A
0 mins
app/models/image.rb102
A
0 mins
app/models/like.rb11
A
0 mins
app/models/notification.rb22
A
0 mins
app/models/user.rb19
A
0 mins
app/views/image/_comment.html.erb
app/views/image/_image.html.erb
app/views/image/explore.html.erb
app/views/image/item.html.erb
app/views/image/upload.html.erb
app/views/index/_flash.html.erb
app/views/index/index.html.erb
app/views/index/landing.html.erb
app/views/layouts/_user.html.erb
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/notification/list.html.erb