Skip to content

LeadsPlus/taxis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxis

Taxis is a simple Rails 3 plugin that will give you a taxonomy structure for your rails application. It was written with the intent of providing a category tree for e-commerce solutions. It is in early development right now so please feel free to submit issues and provide any feedback.

Installation

gem install taxis

rails g taxis:install

Dependencies

Taxis provides a very simple interface for administrating the taxonomy. This interface uses the jsTree javascript library, which is a plugin for jQuery. As such, the taxis:install generator installs the jquery-rails gem which removes the prototype framework from your application. If this is not desired, use the --skip-jquery option when you run the generator. The gem also depends on:

  • stringex
  • nested_set

Credit

Taxis is heavily based off the taxonomy system originally written by Sonny Cook as currently implemented in Spree (http://spreecommerce.com/). While much of the views are the same, the admin controllers and models have been written from the ground up to isolate functionality only needed for the gem.

Contributing

Fork, modify, send me a pull request

About

Rails Taxonomy Plugin for e-commerce systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published