Improvements for Spree implemented by 2BeDigital.
In your Gemfile, add the following dependencies:
gem 'spree_i18n', :git => 'https://github.com/spree/spree_i18n.git', :branch => '2-4-stable'
gem 'spree_static_content', :git => 'https://github.com/spree-contrib/spree_static_content', :branch => '2-4-stable'
gem 'spree_editor', :git => 'https://github.com/spree-contrib/spree_editor', :branch => '2-4-stable'
gem 'spree_tobe_improvements', :git => 'https://github.com/2beDigital/spree_tobe_improvements.git', :branch => 'master'
From Rails.root run:
$ bundle install
$ bundle exec rails g spree_i18n:install
$ bundle exec rails g spree_static_content:install
$ bundle exec rails g spree_editor:install
$ bundle exec rails g spree_tobe_improvements:install
For more information about the externals dependencies, please see:
- https://github.com/spree-contrib/spree_i18n
- https://github.com/spree-contrib/spree_static_content
- https://github.com/spree-contrib/spree_editor
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. The dummy app can be regenerated by using rake test_app.
bundle
bundle exec rakeWhen testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:
require 'spree_tobe_improvements/factories'Copyright (c) 2015 [name of extension creator], released under the New BSD License