bisscomm/refinerycms-products

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
Gemfile
LICENSE
README.md
Rakefile
app/assets/javascripts/refinery/products/backend.js16
A
0 mins
app/assets/stylesheets/refinery/products/backend.css.scss
app/controllers/refinery/products/admin/categories_controller.rb72
A
2 hrs
app/controllers/refinery/products/admin/products_controller.rb42
A
0 mins
app/controllers/refinery/products/admin/properties_controller.rb21
A
0 mins
app/controllers/refinery/products/categories_controller.rb38
A
0 mins
app/controllers/refinery/products/products_controller.rb29
A
0 mins
app/controllers/refinery/products/shop_controller.rb13
A
0 mins
app/helpers/refinery/products/admin/categories_helper.rb17
A
0 mins
app/helpers/refinery/products/admin/products_helper.rb17
A
0 mins
app/helpers/refinery/products/admin/properties_helper.rb11
A
0 mins
app/helpers/refinery/products/controller_helper.rb28
A
0 mins
app/helpers/refinery/products/products_helper.rb31
A
1 hr
app/models/refinery/products/categorization.rb9
A
0 mins
app/models/refinery/products/category.rb154
A
0 mins
app/models/refinery/products/product.rb67
A
0 mins
app/models/refinery/products/propertization.rb10
A
0 mins
app/models/refinery/products/property.rb16
A
0 mins
app/views/refinery/products/admin/_submenu.html.erb
app/views/refinery/products/admin/categories/_actions.html.erb
app/views/refinery/products/admin/categories/_category.html.erb
app/views/refinery/products/admin/categories/_form.html.erb
app/views/refinery/products/admin/categories/_sortable_list.html.erb
app/views/refinery/products/admin/categories/edit.html.erb
app/views/refinery/products/admin/categories/index.html.erb
app/views/refinery/products/admin/categories/new.html.erb
app/views/refinery/products/admin/products/_actions.html.erb
app/views/refinery/products/admin/products/_form.html.erb
app/views/refinery/products/admin/products/_form_part.html.erb
app/views/refinery/products/admin/products/_product.html.erb
app/views/refinery/products/admin/products/_products.html.erb
app/views/refinery/products/admin/products/_records.html.erb
app/views/refinery/products/admin/products/_sortable_list.html.erb
app/views/refinery/products/admin/products/edit.html.erb
app/views/refinery/products/admin/products/index.html.erb
app/views/refinery/products/admin/products/new.html.erb
app/views/refinery/products/admin/products/uncategorized.html.erb
app/views/refinery/products/admin/properties/_actions.html.erb
app/views/refinery/products/admin/properties/_form.html.erb
app/views/refinery/products/admin/properties/_property.html.erb
app/views/refinery/products/admin/properties/_sortable_list.html.erb
app/views/refinery/products/admin/properties/edit.html.erb
app/views/refinery/products/admin/properties/index.html.erb
app/views/refinery/products/admin/properties/new.html.erb