Rainbows! 4.4.2 - EventMachine async.callback fix
[rainbows.git] / Sandbox
blob56dd29f690e99d8b15cd20cb24ea1d42aa9726f3
1 = Tips for using \Rainbows! with Sandbox installation tools
3 Most {tips for Unicorn}[http://unicorn.bogomips.org/Sandbox.html]
4 for Bundler and Isolate apply to \Rainbows! as well.
6 == TLDR (Bundler)
8 You need to add "rainbows" to your Gemfile for Bundler and start
9 \Rainbows! with:
11         bundle exec rainbows ...
13 == TLDR (Isolate)
15 Isolate "rainbows" and execute the "rainbows" launcher in your isolated
16 GEM_PATH:
18         $APP_ROOT/tmp/ruby-1.9/bin/rainbows ...
20 == Explanation
22 Due to the variety of potential dependencies, \Rainbows! lazy loads many
23 of its internals, often after the application itself is loaded.  This
24 results in more potential to interact badly with sandbox tools that
25 modify the gem environment.