ScrappyAcademy/store_engine

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
Guardfile
README.md
Rakefile
app/assets/images/rails.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/categories.js.coffee
app/assets/javascripts/products.js.coffee
app/assets/javascripts/users.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/categories.css.scss
app/assets/stylesheets/products.css.scss
app/assets/stylesheets/scaffolds.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/categories_controller.rb58
A
2 hrs
app/controllers/products_controller.rb58
A
2 hrs
app/controllers/users_controller.rb58
A
2 hrs
app/helpers/application_helper.rb2
A
0 mins
app/helpers/categories_helper.rb2
A
0 mins
app/helpers/products_helper.rb2
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/models/categories.rb8
A
0 mins
app/models/categorization.rb4
A
0 mins
app/models/category.rb9
A
0 mins
app/models/product.rb22
A
0 mins
app/models/user.rb9
A
0 mins
app/views/categories/_form.html.haml
app/views/categories/edit.html.haml
app/views/categories/index.html.haml
app/views/categories/new.html.haml
app/views/categories/show.html.haml
app/views/layouts/application.html.haml
app/views/products/_form.html.haml
app/views/products/edit.html.haml
app/views/products/index.html.haml
app/views/products/new.html.haml
app/views/products/show.html.haml
app/views/users/_form.html.haml
app/views/users/edit.html.haml
app/views/users/index.html.haml
app/views/users/new.html.haml
app/views/users/show.html.haml
config.ru
doc/README_FOR_APP