Skip to content

boomerdigital/solidus_wishlist

 
 

Repository files navigation

Solidus Wishlist

Build Status

The Solidus Wishlist extension enables multiple wishlists per user, as well as managing those as public (sharable) and private.


Installation

Add the following to your Gemfile

gem 'solidus_wishlist', github: 'boomerdigital/solidus_wishlist', branch: 'master'

If you want to disable defacing of product/user views, add the following to your Gemfile

gem 'solidus_wishlist', github: 'boomerdigital/solidus_wishlist', branch: 'master', require: 'solidus_wishlist_no_deface'

If you want to include the ability to email a friend your wishlist, add the following to your Gemfile

gem 'solidus_email_to_friend', github: 'boomerdigital/solidus_email_to_friend', branch: 'master'

Run

$ bundle install
$ bundle exec rails g solidus_wishlist:install

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs, and Rubocop static code analysis. The dummy app can be regenerated by using rake test_app.

You need at least PhantomJS, see the README for install instruction.

bundle
bundle exec rake

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'solidus_whishlist/factories'

Contributing

See corresponding guidelines


Copyright (c) 2009-2015 Spree Commerce Inc. and contributors, released under the New BSD License

Packages

 
 
 

Languages

  • Ruby 84.1%
  • HTML 14.2%
  • CoffeeScript 1.3%
  • Other 0.4%