[Rails] Re: rake gems:build when deploying code that requires native gems

2009-10-20 Thread Jacob Helwig
On Tue, Oct 20, 2009 at 15:07, Tim Harding wrote: > Thanks Jacob, > can you explain what's going on with the BUILD_GEMS environment variable? > Is that set somewhere already or is that there so I can call: > BUILD_GEMS=0 cap deploy > to avoid building the gems? > -Tim Option B. --~--~-~

[Rails] Re: rake gems:build when deploying code that requires native gems

2009-10-20 Thread Tim Harding
Thanks Jacob, can you explain what's going on with the BUILD_GEMS environment variable? Is that set somewhere already or is that there so I can call: BUILD_GEMS=0 cap deploy to avoid building the gems? -Tim On Tue, Oct 20, 2009 at 10:48 PM, Jacob Helwig wrote: > > On Tue, Oct 20, 2009 at 12:5

[Rails] Re: rake gems:build when deploying code that requires native gems

2009-10-20 Thread Jacob Helwig
On Tue, Oct 20, 2009 at 12:58, Tim Harding wrote: > > Hi, > > I've vendored my gems using rake gems:unpack:dependencies and can rake > gems:build on my development machine to take care of the gems > (rdiscount, nokogiri) with native code. > > When it comes to production deployment is it expected