Spree Extension to add and display enriched information for taxons and taxonomies
Last updated on: February 12 at 07:53 PM
source code bug trackerspree_sexy_taxonomies
is intended to expand upon the possibilities for the display and presentation of
taxonomies and taxons. At this point, it adds a header
image to the Spree::Taxon model and displays it
on the taxons#show page along with its previously existing description
attribute.
Add spree_sexy_taxonomies to your Gemfile:
gem 'spree_sexy_taxonomies', github: 'KyleMacey/spree_sexy_taxonomies'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_sexy_taxonomies:install
Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.
bundle
bundle exec rake test_app
bundle exec rspec spec
When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:
require 'spree_sexy_taxonomies/factories'
Copyright (c) 2013 Kyle Macey, released under the New BSD License
tags | spree versions |
---|---|
master | ~> 2.2.0 |