jmejia/store_engine

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
app/assets/stylesheets/trips.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/application_controller.rb15
A
0 mins
app/controllers/carts_controller.rb35
A
0 mins
app/controllers/categories_controller.rb40
A
0 mins
app/controllers/home_controller.rb6
A
0 mins
app/controllers/line_items_controller.rb39
A
0 mins
app/controllers/orders_controller.rb61
A
0 mins
app/controllers/products_controller.rb66
A
0 mins
app/controllers/search_controller.rb48
A
25 mins
app/controllers/sessions_controller.rb19
A
25 mins
app/controllers/trips_controller.rb30
A
0 mins
app/controllers/users_controller.rb26
A
45 mins
app/helpers/application_helper.rb17
A
0 mins
app/helpers/bootstrap_flash_helper.rb22
A
1 hr
app/helpers/trips_helper.rb2
A
0 mins
app/mailers/user_mailer.rb8
A
0 mins
app/models/ability.rb18
A
0 mins
app/models/cart.rb16
A
0 mins
app/models/category.rb6
A
0 mins
app/models/dashboard.rb28
A
0 mins
app/models/line_item.rb19
A
0 mins
app/models/order.rb34
A
0 mins
app/models/product.rb49
A
0 mins
app/models/product_category.rb5
A
0 mins
app/models/trip.rb81
A
0 mins
app/models/user.rb15
A
0 mins
app/views/carts/_form.html.erb
app/views/carts/edit.html.erb
app/views/carts/index.html.erb
app/views/carts/new.html.erb
app/views/carts/show.html.erb
app/views/categories/_form.html.erb
app/views/categories/edit.html.erb
app/views/categories/index.html.erb
app/views/categories/new.html.erb
app/views/categories/show.html.erb
app/views/home/show.html.erb
app/views/layouts/application.html.erb
app/views/line_items/_form.html.erb
app/views/line_items/edit.html.erb
app/views/line_items/index.html.erb
app/views/line_items/new.html.erb
app/views/line_items/show.html.erb
app/views/orders/_form.html.erb
app/views/orders/_order_table.html.erb
app/views/orders/edit.html.erb
app/views/orders/index.html.erb
app/views/orders/new.html.erb
app/views/orders/show.html.erb