Sha256: 899fdc1d5d03e59d64e5a132fb434f6059b79aff6bd02fd34acdd275d5c68a37
Contents?: true
Size: 1.31 KB
Versions: 5
Compression:
Stored size: 1.31 KB
Contents
# Spree <%= human_name %> This is a <%= human_name %> extension for [Spree Commerce](https://spreecommerce.org), an open source e-commerce platform built with Ruby on Rails. ## Installation 1. Add this extension to your Gemfile with this line: ```ruby bundle add <%= file_name %> ``` 2. Copy & run migrations ```ruby bundle exec rails g <%= file_name %>:install ``` 3. Restart your server If your server was running, restart it so that it can find the assets properly. ## Developing 1. Create a dummy app ```bash bundle update bundle exec rake test_app ``` 2. Add your new code 3. Run tests ```bash bundle exec rspec ``` When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper: ```ruby require '<%= file_name %>/factories' ``` ## Releasing a new version ```shell bundle exec gem bump -p -t bundle exec gem release ``` For more options please see [gem-release README](https://github.com/svenfuchs/gem-release) ## Contributing If you'd like to contribute, please take a look at the [instructions](CONTRIBUTING.md) for installing dependencies and crafting a good pull request. Copyright (c) <%= Time.now.year %> [name of extension creator], released under the New BSD License
Version data entries
5 entries across 5 versions & 1 rubygems