spree_sexy_taxonomies

Spree Extension to add and display enriched information for taxons and taxonomies

Last updated on: February 12 at 07:53 PM

source code bug tracker
Opensource
2 2 2
owner:  kylemacey

SpreeSexyTaxonomies

spree_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.

Installation

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

Testing

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

compatible spree versions
tags spree versions
master ~> 2.2.0
authors
Kyle Macey