Sha256: f70f9b84d23e0b3b06a161fe14fd4ad3cc444cd8bdab73175857fed69f54cd8d
Contents?: true
Size: 709 Bytes
Versions: 17
Compression:
Stored size: 709 Bytes
Contents
= Tips for using \Rainbows! with Sandbox installation tools Most {tips for Unicorn}[http://unicorn.bogomips.org/Sandbox.html] for Bundler and Isolate apply to \Rainbows! as well. == TLDR (Bundler) You need to add "rainbows" to your Gemfile for Bundler and start \Rainbows! with: bundle exec rainbows ... == TLDR (Isolate) Isolate "rainbows" and execute the "rainbows" launcher in your isolated GEM_PATH: $APP_ROOT/tmp/ruby-1.9/bin/rainbows ... == Explanation Due to the variety of potential dependencies, \Rainbows! lazy loads many of its internals, often after the application itself is loaded. This results in more potential to interact badly with sandbox tools that modify the gem environment.
Version data entries
17 entries across 17 versions & 1 rubygems