[Radiant] Re: Radiant 1.0.0rc3 rake production db:bootstrap

2011-10-18 Thread john
does using `bundle exec` to run bootstrap help?

[Radiant] Re: Radiant 1.0.0rc3 rake production db:bootstrap

2011-10-18 Thread Nicholas Henry
That works, thank you. Not sure if this is a common occurrence or not. I 
can't imagine it was an issue with my environment, I created a brand new rvm 
gemset and installed the Radiant gem. Might be a bit of a turnoff for new 
comers to Radiant.

Re: [Radiant] Re: Radiant 1.0.0rc3 rake production db:bootstrap

2011-10-18 Thread Jim Gay
On Tue, Oct 18, 2011 at 4:43 PM, Nicholas Henry nicholas.he...@gmail.comwrote:

 That works, thank you. Not sure if this is a common occurrence or not. I
 can't imagine it was an issue with my environment, I created a brand new rvm
 gemset and installed the Radiant gem. Might be a bit of a turnoff for new
 comers to Radiant.


I'd love to kill that, but I believe it's an artifact of using Bundler.

-- 
Jim Gay
Saturn Flyer LLC
http://www.saturnflyer.com
571-403-0338


Re: [Radiant] Re: Radiant 1.0.0rc3 rake production db:bootstrap

2011-10-18 Thread William Ross

On 18 Oct 2011, at 21:48, Jim Gay wrote:

 On Tue, Oct 18, 2011 at 4:43 PM, Nicholas Henry nicholas.he...@gmail.com 
 wrote:
 That works, thank you. Not sure if this is a common occurrence or not. I 
 can't imagine it was an issue with my environment, I created a brand new rvm 
 gemset and installed the Radiant gem. Might be a bit of a turnoff for new 
 comers to Radiant.
 
 I'd love to kill that, but I believe it's an artifact of using Bundler.

The need to use bundle exec rake? Yes, it does lead to some ugly command lines. 
Perhaps we could work round that with new options to the radiant binary? 
radiant bootstrap,  radiant update...

will