Re: [Radiant] Designing the Radiant Way?

2010-02-02 Thread Charlie Robbins
I've got a template that might be helpful for you: http://github.com/indexzero/radiant-scribbish-theme It uses several content parts as well as the . Hope that helps you! Charlie On Tue, Feb 2, 2010 at 9:41 PM, Anton Aylward wrote: > Daniel O'Connell said the following on 02/02/2010 08:18 PM:

Re: [Radiant] Passenger vs thin/mongrel/ebb

2009-09-15 Thread Charlie Robbins
wrote: > On Tue, Sep 15, 2009 at 10:20 AM, Charlie Robbins < > charlie.robb...@gmail.com > > wrote: > > > > > (...)/mysite > > (...)/mysite/tmp -r > > (...)/mysite/environment.rb > > (...)/mysite/public/assets (for paperclipped) > > (...)/mysite/pub

Re: [Radiant] Passenger vs thin/mongrel/ebb

2009-09-15 Thread Charlie Robbins
Passenger does work well with Radiant, but in some instances you might need to chown or chgrp certain directories to the DefaultPassengerUser that you've specified in your respective config file (Apache or nginx). Some places I've had to do this recently (assuming radiant mysite) (...)/mysite (..

Re: [Radiant] Sandboxing

2009-09-01 Thread Charlie Robbins
There was an extension called Backdoor that I used about a year ago that allowed the evaluation of ERB inside Radius tags. It didn't do any sandboxing though, so you left yourself wide open (I guess that's why it was called backdoor). Hope that helps some. Charlie On Tue, Sep 1, 2009 at 9:03 AM,

Re: [Radiant] Quotes extension

2009-08-03 Thread Charlie Robbins
Sweet deal. I've been wanting to write that for a while. +1 for quirky french name too. Charlie On Thu, Jul 30, 2009 at 1:07 AM, Andrew vonderLuft wrote: > A new extension to display random quotes on a page: > > http://ext.radiantcms.org/extensions/141-quote-du-jour > > Best, > Andrew >

Re: [Radiant] Radiant In Herolu

2009-07-29 Thread Charlie Robbins
I had also had this thought. It seems that with an s3 (or cloudfiles) enabled paperclipped extension along with SnS, it could be possible to run Radiant seamlessly in the cloud. Anyone want to get down on this project? You fork? I fork? We all can fork fork. Charlie On Wed, Jul 29, 2009 at 9:15 A

[Radiant] NYC Radiant Meetup #3

2009-07-28 Thread Charlie Robbins
Hey All, We had a really good turn out at last month's NYC Radiant Meetup. Revival was a good, low-key place to hang out and talk shop so lets do it again. These meetups will be held the last Wednesday of every month from 630-830 PM to gather ideas, meet other RadiantCMS developers, and talk

[Radiant] Reminder: Radiant NYC Meetup 2 tomorrow

2009-06-23 Thread Charlie Robbins
All, Just a friendly reminder that there is a Radiant meetup tomorrow in NYC. http://anyvite.com/events/home/ymepaqnrbe/ Charlie ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http

[Radiant] NYC Radiant Meetup 2

2009-06-15 Thread Charlie Robbins
All, It's that time of the month again. We had a good turn-out at the last meetup. So if you're in the NYC area and you want to meet up and chat about Radiant (and whatever might be on your mind) come through: NYC Radiant Meetup 2 Wednesday, June 24 at 6:00 PM Location: TBD http://anyvite.com

Re: [Radiant] Backdating posts when moving to Radiant

2009-06-02 Thread Charlie Robbins
The edit published_at field is disabled by default in the Admin interface. You can enable it by changing a config value. Radiant::Config['page.edit.published_date?'] = true More on the wiki: http://wiki.github.com/radiant/radiant/change-a-pages-publication-date On Sun, May 31, 2009 at 12:03 PM,

Re: [Radiant] At my wit's end with Mailer --> (see Mailer.valid_config?) SOLVED: incompatible with Twitter extension

2009-05-25 Thread Charlie Robbins
Nate, You should thinkg about posting that information to the Wiki of either the Mailer or Twitter extension. This is exactly the type of information that we were discussing at the NYC Radiant Meetup last Thursday. Which Twitter extension in particular did it not work with? I know that there are

Re: [Radiant] How can I uninstall Database_Mailer extension?

2009-05-20 Thread Charlie Robbins
rake production radiant:extensions:database_mailer:migrate VERSION=0 that should git 'er done for ya. On Wed, May 20, 2009 at 5:46 PM, N. Turnage wrote: > When you migrate the extension into existence, it takes fields from the > environment for use in migrations. Like others here I had to migra