On Wed, Aug 10, 2011 at 8:24 PM, Drew <[email protected]> wrote:

> So the safe approach would be not to pull from the master unless
> there's a new tag. Correct?
>

I suppose it depends what you understand by safe, but the answer is probably
yes. Whenever we create a tag, it signifies that a piece of functionality
has been added. And based on what you'll need to do to upgrade, we'll be
using either patch, minor or major versions.

If you want to run from master, you'll have to determine whether you need
to:
- run bundle install
- run rake db:migrate
- remove cached javascripts/css

*every time you pull.* Sticking to tagged versions means you don't have to.

Cheers,
- Marius

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to