Skip to content

Instantly share code, notes, and snippets.

@pieterbeulque
Created July 30, 2015 12:43
Show Gist options
  • Save pieterbeulque/3363681d7f24df81d63a to your computer and use it in GitHub Desktop.
Save pieterbeulque/3363681d7f24df81d63a to your computer and use it in GitHub Desktop.
Deploying older Lalala setups

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 correct platform-api version
  • Make sure you're not using the Heroku gem ($ gem uninstall heroku)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment