ljones140/StieglitzGram

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.hound.yml
.rspec
.rubocop.yml
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/javascripts/application.js6
A
0 mins
app/assets/javascripts/likes.js11
A
0 mins
app/assets/stylesheets/application.css
app/assets/stylesheets/foundation_and_overrides.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/comments_controller.rb15
A
0 mins
app/controllers/likes_controller.rb8
A
0 mins
app/controllers/photos_controller.rb22
A
0 mins
app/models/comment.rb4
A
0 mins
app/models/like.rb5
A
0 mins
app/models/photo.rb12
A
0 mins
app/models/user.rb9
A
0 mins
app/models/with_user_association_extension.rb14
A
0 mins
app/views/comments/_form.html.haml
app/views/comments/new.html.haml
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/sessions/new.html.erb
app/views/devise/shared/_links.html.erb
app/views/devise/unlocks/new.html.erb
app/views/layouts/_topbar.html.haml
app/views/layouts/application.html.haml
app/views/photos/index.html.haml
app/views/photos/new.html.haml
bin/bundle
bin/rails
bin/rake
bin/setup
bin/spring
config.ru
coveralls.yml
public/404.html
public/422.html
public/500.html
public/favicon.ico