about summary refs log tree commit homepage
path: root/Sandbox
DateCommit message (Collapse)
2015-04-22doc: update support status for Ruby versions
unicorn 5 will not support Ruby 1.8 anymore. Drop mentions of Rubinius, too, it's too difficult to support due to the proprietary and registration-required nature of its bug tracker. The smaller memory footprint and CoW-friendly memory allocator in mainline Ruby is a better fit for unicorn, anyways. Since Ruby 1.9+ bundles RubyGems and gem startup is faster nowadays, we'll just depend on that instead of not loading RubyGems. Drop the local.mk.sample file, too, since it's way out-of-date and probably isn't useful (I have not used it in a while). [reinstate 1.9 version check for listener_fds in backport]
2013-09-04Sandbox: document SIGUSR2 + bundler issue with 2.0.0
Thanks to Eric Chapweske for the heads up. ref: http://mid.gmane.org/loom.20130904T205308-432@post.gmane.org
2011-04-30Sandbox: update doc for latest Bundler versions
Bundler 1.0.x is much improved :)
2010-09-15doc: update Sandbox document for Bundler
Thanks to Lawrence Pit, Jamie Wilkinson, and Eirik Dentz Sinclair. ref: mid.gmane.org/4C8986DA.7090603@gmail.com ref: mid.gmane.org/5F1A02DB-CBDA-4302-9E26-8050C2D72433@efficiency20.com
2010-05-18doc: Sandbox: updates for Isolate 2.x
Isolate 2.0.0 appears to have quietly released, so update the docs for it. Fix capitalization while we're at it, too.
2010-05-07doc: add Sandbox document for bundler/isolate users
This may be expanded to cover other similar tools, as well, including tools that don't use RubyGems.