When deploying an older Lalala website (Rails 2 / Ruby 1.9.*):
- Make sure you're running Ruby 1.9.3 (neccessary for development on OS X 10.9+ anyway)
- Add
gem 'platform-api', '~>0.2.0'
to your Gemfile. There's a version 0.3.0 that breaks the deploy rake task. $ bundle update
to update to the latest Lalala & the correctplatform-api
version- Make sure you're not using the Heroku gem (
$ gem uninstall heroku
)