itzsaga/my-fave-food

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/items.js0
A
0 mins
app/assets/javascripts/places.js0
A
0 mins
app/assets/stylesheets/application.scss
app/assets/stylesheets/custom.scss
app/assets/stylesheets/items.scss
app/assets/stylesheets/places.scss
app/channels/application_cable/channel.rb4
A
0 mins
app/channels/application_cable/connection.rb4
A
0 mins
app/controllers/application_controller.rb9
A
0 mins
app/controllers/items_controller.rb54
A
0 mins
app/controllers/places_controller.rb61
A
0 mins
app/controllers/registrations_controller.rb6
A
0 mins
app/controllers/static_controller.rb8
A
0 mins
app/controllers/users/omniauth_callbacks_controller.rb15
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/devise_helper.rb17
A
0 mins
app/helpers/items_helper.rb2
A
0 mins
app/helpers/places_helper.rb59
A
2 hrs
app/helpers/static_helper.rb2
A
0 mins
app/jobs/application_job.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/models/application_record.rb3
A
0 mins
app/models/item.rb7
A
0 mins
app/models/place.rb13
A
0 mins
app/models/place_item.rb4
A
0 mins
app/models/user.rb18
A
0 mins
app/views/items/_form.html.erb
app/views/items/_item.html.erb
app/views/items/edit.html.erb
app/views/items/index.html.erb
app/views/items/new.html.erb
app/views/items/show.html.erb
app/views/layouts/_form_messages.html.erb
app/views/layouts/_messages.html.erb
app/views/layouts/_nav.html.erb
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/places/_form.html.erb
app/views/places/_index.html.erb