chantellebecker/ecommerce

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/cable.js4
A
0 mins
app/assets/javascripts/carts.coffee
app/assets/javascripts/homes.coffee
app/assets/javascripts/products.coffee
app/assets/stylesheets/application.scss
app/assets/stylesheets/carts.scss
app/assets/stylesheets/homes.scss
app/assets/stylesheets/products.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/carts_controller.rb36
A
0 mins
app/controllers/concerns/current_cart.rb9
A
0 mins
app/controllers/homes_controller.rb5
A
0 mins
app/controllers/products_controller.rb55
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/carts_helper.rb2
A
0 mins
app/helpers/homes_helper.rb2
A
0 mins
app/helpers/products_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/cart.rb16
A
0 mins
app/models/line_item.rb8
A
0 mins
app/models/product.rb22
A
0 mins
app/models/user.rb9
A
0 mins
app/views/carts/order_complete.html.erb
app/views/carts/show.html.erb
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/password_change.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/homes/index.html.erb
app/views/layouts/application.html.erb