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/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/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
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/index.html
public/robots.txt
app/assets/javascripts/application.js0
app/controllers/application_controller.rb3
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
app/helpers/categories_helper.rb2
app/helpers/products_helper.rb2