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] Re: Error after updating to 1.0 RC2

2011-06-01 Thread Sam Whited
Wow. Took me ages to find, but I forgot to remove the old "assets" extension. Nevermind, silly mistake on my part. —Sam On Wed, Jun 1, 2011 at 20:49, Sam Whited wrote: > After updating to Radiant 1.0 RC2 I've begun having the following error > > "Duplicate config definition for 'assets.additional

[Radiant] Error after updating to 1.0 RC2

2011-06-01 Thread Sam Whited
After updating to Radiant 1.0 RC2 I've begun having the following error "Duplicate config definition for 'assets.additional_thumbnails'. Are you loading something twice?" when running most rake tasks (including migrations for new extensions). Has anyone else encountered this? A trace points me a

[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

Re: [Radiant] Editing Radiant settings

2011-06-01 Thread William Ross
On 1 Jun 2011, at 19:38, Wes Gamble wrote: > Should we still use the Radiant settings extension with 1.0.0 if we want to > edit settings easily? They won't conflict, but I hope you'll find most extension developers bring their configuration into the new interface. I'm about to make it a bit ea

[Radiant] Editing Radiant settings

2011-06-01 Thread Wes Gamble
Should we still use the Radiant settings extension with 1.0.0 if we want to edit settings easily? Thanks, Wes

Re: [Radiant] Announcing Radiant 1.0 Release Candidate 2

2011-06-01 Thread Wes Gamble
False alarm. It fixed itself. Sorry for the noise. W On 6/1/11 12:46 PM, Wes Gamble wrote: I'm seeing an undefined mixin error for "box-shadow" on line 6 of public/stylesheets/sass/admin/assets.sass Does "@import base" not pull in the box-shadow mixin from Compass? Wes On 6/1/11 10:27 AM,

Re: [Radiant] Announcing Radiant 1.0 Release Candidate 2

2011-06-01 Thread Wes Gamble
I'm seeing an undefined mixin error for "box-shadow" on line 6 of public/stylesheets/sass/admin/assets.sass Does "@import base" not pull in the box-shadow mixin from Compass? Wes On 6/1/11 10:27 AM, Jim Gay wrote: There's a new RC out for Radiant 1.0. To get it, run "gem install radiant --pr

Re: [Radiant] Announcing Radiant 1.0 Release Candidate 2

2011-06-01 Thread Jim Gay
I'm trying to make it easy to deploy on a mostly read-only filesystem. My hope is that RC2 will work just fine for that, but please let me know if you run into any problems. On Wed, Jun 1, 2011 at 11:41 AM, Tom Brooke wrote: > Thanks Jim > >  just getting ready to start on a Radiant site and I th

Re: [Radiant] Overriding the default admin layout

2011-06-01 Thread Jim Gay
You shouldn't need to turn off caching for this. I'm working now to bake this into the next release of radiant, but here's a start: Inside config/initializers/compass.rb place this code - require 'fileutils' FileUtils.mkdir_p(Rails.root.join("tmp", "stylesheets")) Sass::Plugin.options[:templ

Re: [Radiant] Announcing Radiant 1.0 Release Candidate 2

2011-06-01 Thread Tom Brooke
Thanks Jim just getting ready to start on a Radiant site and I think I'll start with RC2 I'm debating, with myself, between heroku and a vps. I saw the /tmp/ fix for heroku in environment.rb - but are their separate issues with the sass support writing to the file system - anything else involv

Re: [Radiant] Using a Gem

2011-06-01 Thread Jim Gay
It depends on how you want to use these. Wes pointed you to a good resource for building extensions. You can create a view in an extension of the same path of any standard view and it will be chosen first. For example, if you want to make your own "application.html.haml" (or erb, whatever) by just

Re: [Radiant] Questions about using multi_site extension

2011-06-01 Thread Jim Gay
I haven't looked at multi-site in a little while, but from what I recall there were links to the different sites which would should the different page trees. I need to get back to cleaning up vhost a bit. The gotcha with it is that you'll need to set a user as a site_admin to be able to control th

[Radiant] Announcing Radiant 1.0 Release Candidate 2

2011-06-01 Thread Jim Gay
There's a new RC out for Radiant 1.0. To get it, run "gem install radiant --pre" Thank you everyone for reporting and fixing errors with with the first release candidate. We're much closer to a final release now. If you have a site or extensions please start testing against this new release candi