Originally forked from paulcc/spree-blog, this extension intends to offer a more complete blogging solution for use within the Spree E-Commerce application. It currently consists of a blog, news archive, and a news archive widget written in jQuery.
See the issue tracker for future plans.
script/extension install git://github.com/jaymendoza/spree-blogging-spree.git
sudo rake gems:install
rake db:migrate
- Spree 0.9.99 (edge)
- is_taggable
- jQuery
- nicEdit (included)
- shoulda
- factory_girl
- Spork
The included spec_helper.rb is configured for use with Spork due to Spree's extended loading time.
Following the lead of the Spree development team, all tests have been converted to shoulda from RSpec.