[Radiant] Error upgrading from 0.9.1 to bleeding edge

2011-07-01 Thread jsman
Hello, Today I tried to follow the instructions on http://radiantcms.org/download/ to upgrade to the bleeding edge (1.0.0.rc2) in an existing 0.9.1 project. On the rake db:migrate step I got the following output: $ rake --trace db:migrate (in /home/user/site) ** Invoke db:migrate (first_time)

[Radiant] use compass w/ 1.0.0.RC

2011-07-01 Thread Bob Sleys
Since Radiant now includes compass for it's own use how can it be used to setup the site? I tried including a compass plugin in a .scss file and including that stylesheet into the layout but that didn't work, no include happened. Perhaps I'm missing something obvious.

Re: [Radiant] use compass w/ 1.0.0.RC

2011-07-01 Thread William Ross
On 1 Jul 2011, at 14:47, Bob Sleys wrote: Since Radiant now includes compass for it's own use how can it be used to setup the site? I tried including a compass plugin in a .scss file and including that stylesheet into the layout but that didn't work, no include happened. Perhaps I'm

Re: [Radiant] use compass w/ 1.0.0.RC

2011-07-01 Thread Bob Sleys
I guess my little test didn't go far enough to see it work How do you import one sass style sheet into antoher IE. is is possible to do something like this? // In this file you should write your main styles or centralize your imports // Automatically imports compass/CSS3 and compass/Utilities

Re: [Radiant] use compass w/ 1.0.0.RC

2011-07-01 Thread William Ross
On 1 Jul 2011, at 15:22, Bob Sleys wrote: I guess my little test didn't go far enough to see it work How do you import one sass style sheet into antoher IE. is is possible to do something like this? // In this file you should write your main styles or centralize your imports //

Re: [Radiant] use compass w/ 1.0.0.RC

2011-07-01 Thread Bob Sleys
You bring up another point I'm confused on. It's a been a while since I've done a site and used sass so this scss is new to me. I just checked the sass website and see scss in the new syntax and ya I agree it looks to be a step backward to me at least at first glance. So now the question is

[Radiant] How to unsubscribe from this mailing list

2011-07-01 Thread Artem Zhirkow
How do I unsubscribe from this noisy mailing list? There is no any link for this...

Re: [Radiant] use compass w/ 1.0.0.RC

2011-07-01 Thread Bob Sleys
I'm only seeing none and Sass. If I look at the filter help for sass it hints at working with bosh sass and scss and it appears that if I name the file without an extension it's being interpreted as sass. At the bottom of the help file it talks about partials by naming them to begin with an _

Re: [Radiant] use compass w/ 1.0.0.RC

2011-07-01 Thread Joel Oliveira
Compass and sass (and scss) are supported but I've found that if you want to use a version of compass/sass that's higher than the vendored versions it gets a little tricky. If you're ok with built-in support with compass 0.10.6 and haml (I think?) then you're already clear. I've gotten into the

Re: [Radiant] use compass w/ 1.0.0.RC

2011-07-01 Thread Joel Oliveira
Ooooh that's great news then - thanks Will! On Fri, Jul 1, 2011 at 12:01 PM, William Ross w...@spanner.org wrote: On 1 Jul 2011, at 16:57, Joel Oliveira wrote: Compass and sass (and scss) are supported but I've found that if you want to use a version of compass/sass that's higher than the

Re: [Radiant] How to unsubscribe from this mailing list

2011-07-01 Thread Anton J Aylward
Artem Zhirkow said the following on 07/01/2011 11:16 AM: How do I unsubscribe from this noisy mailing list? There is no any link for this... Yes there is. In the header. All managed lists have that. Some have it in the footer as well, but not the ones on Googlegroups. -- Security, the second

[Radiant] Re: How can I have a foolproof backup?

2011-07-01 Thread Cleverlemming
1. Back up your production database daily locally and to Amazon S3 using DB2s3 (https://github.com/xaviershay/db2s3). 2. Host your images on amazon s3. 3. Write a deployment script for every step involved in redeploying your application to server. Document gem vesions and sources. Uploading your