angelakuo/citydogshare

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
zcc
.byebug_history
.codeclimate.yml
.gitignore
.rspec
.travis.yml
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
app/controllers/application_controller.rb10
A
0 mins
app/controllers/dog_form_filler.rb35
A
45 mins
app/controllers/dogs_controller.rb187
A
3 hrs
app/controllers/events_controller.rb102
A
1 hr
app/controllers/layouts_controller.rb2
A
0 mins
app/controllers/mixes_controller.rb2
A
0 mins
app/controllers/sessions_controller.rb57
A
0 mins
app/controllers/starred_dogs_controller.rb32
A
25 mins
app/controllers/users_controller.rb86
A
2 hrs
app/controllers/welcome_controller.rb4
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/home_helper.rb2
A
0 mins
app/helpers/layouts_helper.rb2
A
0 mins
app/helpers/sessions_helper.rb2
A
0 mins
app/helpers/welcome_helper.rb2
A
0 mins
app/models/admin.rb5
A
0 mins
app/models/bark.rb7
A
0 mins
app/models/dog.rb231
B
4 hrs
app/models/dog_bark_linker.rb4
A
0 mins
app/models/dog_like_linker.rb4
A
0 mins
app/models/dog_mix_linker.rb4
A
0 mins
app/models/dog_personality_linker.rb4
A
0 mins
app/models/energy_level.rb6
A
0 mins
app/models/event.rb65
A
2 hrs
app/models/like.rb7
A
0 mins
app/models/location.rb6
A
0 mins
app/models/mix.rb13
A
0 mins
app/models/personality.rb7
A
0 mins
app/models/picture.rb14
A
0 mins
app/models/size.rb6
A
0 mins
app/models/star.rb5
A
0 mins
app/models/user.rb55
A
0 mins
app/views/dogs/_dog_card.html.erb
app/views/dogs/_dog_form.html.erb
app/views/dogs/edit.html.erb
app/views/dogs/index.html.erb
app/views/dogs/new.html.erb
app/views/dogs/show.html.erb
app/views/events/_event_card.html.erb