Skip to content

2beDigital/spree_tobe_improvements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

146 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpreeToBeImprovements

Improvements for Spree implemented by 2BeDigital.

Installation

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:

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. The dummy app can be regenerated by using rake test_app.

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 'spree_tobe_improvements/factories'

Copyright (c) 2015 [name of extension creator], released under the New BSD License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors