bisscomm/refinerycms-products

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
Gemfile
LICENSE
README.md
Rakefile
app/assets/stylesheets/refinery/products/backend.css.scss
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
app/views/refinery/products/categories/index.html.erb
app/views/refinery/products/categories/show.html.erb
app/views/refinery/products/products/index.html.erb
app/views/refinery/products/products/show.html.erb
app/views/refinery/products/shared/_categories_menu.html.erb
app/views/refinery/products/shared/_product.html.erb
app/views/refinery/products/shared/_products_fast_nav.html.erb
app/views/refinery/products/shared/_promoted_root_categories.html.erb
bin/rails
bin/rake
lib/generators/refinery/products/templates/config/initializers/refinery/products.rb.erb
lib/tasks/refinery/products.rake
refinerycms-products.gemspec
tasks/rspec.rake
tasks/testing.rake
app/assets/javascripts/refinery/products/backend.js16
app/controllers/refinery/products/admin/categories_controller.rb72
A
2 hrs