0.01
A long-lived project that still receives updates
Spree Developer Tools
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Project Readme

Spree Developer Tools

This is a Spree development tools gem. It helps you work with Spree applications, both extensions and standard Rails applications.

Installation

Add it to your Gemfile:

gem 'spree_dev_tools', group: [:development, :test]

Run:

bundle install

And finally run the generator:

bundle exec rails g spree_dev_tools:install

Configuring

If you want to disable Simplecov set the SPREE_DEV_TOOLS_DISABLE_SIMPLECOV ENV variable to any value.

Contributing

If you'd like to contribute, please take a look at the instructions for installing dependencies and crafting a good pull request.

Copyright (c) 2020 Spark Solutions, released under the New BSD License