Trellis and Heroku
Posted by Brian Sam-Bodden
Currently, Trellis v0.1.1 requires Ruby 1.8.7 due to my usage of blocks as parameters (for the filters feature). This prevents Trellis applications to be deployed to Heroku using the default stack.
To migrate applications to 1.8.7 see http://blog.heroku.com/archives/2010/3/5/public_beta_deployment_stacks/
To create a new Heroku app for Trellis use heroku create –stack bamboo-ree-1.8.7

