0.0
No commit activity in last 3 years
No release in over 3 years
spring_engine is a configuration utility for setting up Spring on a Rails engine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
>= 0
~> 10.0
~> 3.0
>= 0
 Project Readme

SpringEngine

SpringEngine is a configuration utility for setting up Spring on a Rails engine.

Installation

Add spring_engine, spring, and any other spring command gems to your Rails engine Gemfile and bundle

gem 'spring'
gem 'spring_engine'
$ bundle

Usage

First ensure your engine has a test app. You may create one manually or use a generator such as EngineCart.

Now in the root directory of your Rails engine, execute the following with the path to your test app:

    $ bundle exec spring_engine *path_to_dummy_folder*

SpringEngine runs spring binstub --all for you. You are now ready to use Spring.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/murjax/spring_engine.

License

The gem is available as open source under the terms of the MIT License.