Re: [Radiant] Lost some Radiant rake tasks in 1.0.0 RC2

2011-06-02 Thread Jim Gay
On Thu, Jun 2, 2011 at 1:16 AM, Paul Noden wrote: > Hi Jim / Wes, > >> On 6/1/11 9:18 PM, Jim Gay wrote: >>> Paul, I'm not sure I understand, but I missed your offer for >>> debugging: I accept! > > Jim - Am very happy to help however I can - I want to get involved in > Radiant, probably have most

Re: [Radiant] Lost some Radiant rake tasks in 1.0.0 RC2

2011-06-02 Thread William Ross
On 2 Jun 2011, at 06:16, Paul Noden wrote: > Hi Jim / Wes, > > > On 6/1/11 9:18 PM, Jim Gay wrote: > >> Paul, I'm not sure I understand, but I missed your offer for > >> debugging: I accept! > > Jim - Am very happy to help however I can - I want to get involved in > Radiant, probably have most

Re: [Radiant] Lost some Radiant rake tasks in 1.0.0 RC2

2011-06-02 Thread Paul Noden
Hi Jim / Wes, > On 6/1/11 9:18 PM, Jim Gay wrote: >> Paul, I'm not sure I understand, but I missed your offer for >> debugging: I accept! Jim - Am very happy to help however I can - I want to get involved in Radiant, probably have most to contribute to extension development but happy to pitch in

Re: [Radiant] Lost some Radiant rake tasks in 1.0.0 RC2

2011-06-01 Thread Wes Gamble
The answer to my issue is this: In ./lib/tasks/framework.rake, the entire set of rake task definitions is wrapped in this conditional unless File.directory? "#{RAILS_ROOT}/app" ...define :freeze, :unfreeze and friends... end and I had an "app" directory under Rails.root. Anybody know the rea

Re: [Radiant] Lost some Radiant rake tasks in 1.0.0 RC2

2011-06-01 Thread Wes Gamble
On 6/1/11 9:18 PM, Jim Gay wrote: On Wed, Jun 1, 2011 at 9:50 PM, Paul Noden wrote: Wes, On 1 June 2011 23:58, Wes Gamble wrote: My rake -T list now stops after radiant:import:prototype:stylesheets (no unfreeze and no update tasks) A fresh install of a Radiant app. shows all of the Radiant

Re: [Radiant] Lost some Radiant rake tasks in 1.0.0 RC2

2011-06-01 Thread Jim Gay
On Wed, Jun 1, 2011 at 9:50 PM, Paul Noden wrote: > Wes, > > On 1 June 2011 23:58, Wes Gamble wrote: >> >> My rake -T list now stops after radiant:import:prototype:stylesheets (no >> unfreeze and no update tasks) >> >> A fresh install of a Radiant app. shows all of the Radiant tasks I expect, >>

Re: [Radiant] Lost some Radiant rake tasks in 1.0.0 RC2

2011-06-01 Thread Paul Noden
Wes, On 1 June 2011 23:58, Wes Gamble wrote: > My rake -T list now stops after radiant:import:prototype:stylesheets (no > unfreeze and no update tasks) > > A fresh install of a Radiant app. shows all of the Radiant tasks I expect, > including unfreeze and all of the update subtasks. > I can tel

[Radiant] Lost some Radiant rake tasks in 1.0.0 RC2

2011-06-01 Thread Wes Gamble
Radiant 1.0.0 RC2 This is weird. My rake -T list now stops after radiant:import:prototype:stylesheets (no unfreeze and no update tasks) A fresh install of a Radiant app. shows all of the Radiant tasks I expect, including unfreeze and all of the update subtasks. Can anyone think of how my R