Sha256: a4e5f51daa403bfea1bc1d1ba01ea0ad61587464941a6266eb1ec2e4193295b4
Contents?: true
Size: 884 Bytes
Versions: 2
Compression:
Stored size: 884 Bytes
Contents
# 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 ```ruby 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](http://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spring_engine-0.0.2 | README.md |
spring_engine-0.0.1 | README.md |