Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Using bundler when needed #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Using bundler when needed #1

wants to merge 2 commits into from

Conversation

emoreth
Copy link

@emoreth emoreth commented Sep 27, 2011

Sometimes we have different rake versions on the server, and we just can't deploy because the wrong version is loaded. This is caused by the deploy script that migrates without using bundler.

This fixes rails 2 and 3 apps. Checking when the rails 2 needs to use bundler and always using bundler on rails 3 (the script assumes that the application uses bundler and run bundle install).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant