Also, you can change Ruby version on Heroku by choosing a different stack. You can see a list of avail. stacks using "heroku stack" in command line (locally).
You can change the stack by using "heroku stack:migrate <chosen stack>" and git pushing. (Personally, I have had problems with that; solution is to "heroku destroy" an app and recreate it specifying the stack: "heroku create <appname> --stack <stack>".) Bamboo and Aspen stacks differ in preinstalled gems (Bamboo has none, Aspen lots). Different Bamboo differ only by specific Ruby version. -- Matma Rex _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

