0.0
No commit activity in last 3 years
No release in over 3 years
Automatically keeps your .gems file up to date any time you change your Isolated dependencies and run the application locally
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
This gem will rebuild your .gems file for Heroku to match the current
contents of your Isolate file each time it is loaded.

Note: Due to Aspen having an outdated version of RubyGems, Isolate
      will only install cleanly on the Bamboo stacks. In theory, it
      should be possible to only load Isolate if you're not running
      under heroku, but it's probably easier just to migrate up.

Recommended installation is:

  # Isolate
  gem "isolate-heroku"

  # early in your app loading cycle
  require "isolate/now"
  require "isolate/heroku"

Note that this plugin will only make changes to your local .gems file,
you still need to commit it yourself.

See http://www.jbarnette.com/2010/06/26/isolate-on-heroku.html for
original motivation.