[Radiant] Re: Third-party hosting for Radiant 0.9.1

2011-07-17 Thread Cleverlemming
I host several sites with Webbynode. You need to be comfortable administrating your own server. They support their infrastructure but not your app. Heroku is also a good choice, if you don't need an SSL cert, and is a little easier to use. Pete

[Radiant] Re: undefined method `name' for RedCloth:String

2011-07-05 Thread Cleverlemming
Not sure if you solved this one yet or not but here's the link I used to solve it: http://stackoverflow.com/questions/6065015/undefined-method-name-for-systemtimerstring/6282459#6282459 Pete

[Radiant] Re: Error with Paperclip 2.3.12

2011-07-05 Thread Cleverlemming
Looks like a problem with rails trying to autoload a missing constant that's already loaded. You don't mention the version of Radiant that you're using, but the simplest fix is probably to load up the version of Radiant that you're not using (rc 2 or .91) with a default template and using RVM to

[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

[Radiant] Re: Mailer extension error when submitting form

2011-06-20 Thread Cleverlemming
I think the radiant mailer extension creates a mail object, which the actionmailer gem sends. If Actionmailer doesn't write a sent mail message to the log file ( logger.info Sent mail to #{Array(recipients).join(', ')} ) and there are no subsequent Net::SMTP errors, it seems like the issue is in

[Radiant] Re: How-To on disabling caching in Radiant

2011-06-18 Thread Cleverlemming
I use the the PageOptions extension to handle caching on a per-page basis: https://github.com/sandipransing/radiant-page_options-extension/tree/

[Radiant] Re: Mailer extension error when submitting form

2011-06-18 Thread Cleverlemming
I'd start by taking a look at log/development.log and seeing if there's some useful information you can post there. Also, it'd be good to know if the page is actually sending an email before it throws an error. If the mail is being sent, it could be an issue with redirect_to: on the mailer page

[Radiant] Re: Howto integrate Radiant in existing application

2011-06-17 Thread Cleverlemming
I have a site that's about to launch that runs both Radiant and Spree. I used a shop.domain.com subdirectory for the Spree store and the same graphic theme for both. It appears to be a single application to end- users, and the lack of shared authentication isn't a problem as having two databases

[Radiant] Re: Giving a presentation on Radiant (Boston)

2011-06-17 Thread Cleverlemming
I'd mention that one of the first companies to start producing commercial sites for national brands with Radiant was Digital Pulp in NY, way back in 2008. The fact that the early adopters were talented designers who needed to launch beautiful sites quickly speaks volumes about how easy it is to

[Radiant] Radiant Tags and Tiny Paper RTF Editor

2011-06-16 Thread Cleverlemming
Hail Caesars, Is there a trick to prevent the Tiny Paper RTF Editor from turning Radiant tags into gibberish? I have no problem turning off filters to add a custom tag but it's too much to ask of my end users. For example, entering h2r:title //h2 in the html source editor for Tiny Paper/RTF

[Radiant] Re: Conditional on URL Subdomain?

2011-01-23 Thread Cleverlemming
Good catch. Looks like I can start with it as a basis for my extension. Thanks. Pete On Jan 23, 12:00 am, William Ross w...@spanner.org wrote: On 23 Jan 2011, at 02:30, Cleverlemming wrote: Hail Caesars, I see how to use the r:if_url matches tag to server content conditionally based

[Radiant] Error Creating New Page 0.91 ArgumentError (interning empty string):

2011-01-23 Thread Cleverlemming
Hail Caesars! I received a 500 Internal Server Error when trying to create a new page. Looking through the stack trace, the problem turned out to be that there was no default page.status set in Radiant::Config. I set it back to draft and all is well again. Maybe it makes sense to default to

[Radiant] Conditional on URL Subdomain?

2011-01-22 Thread Cleverlemming
Hail Caesars, I see how to use the r:if_url matches tag to server content conditionally based on URL, but what about subdomains in the base URL? I have a site with several, like military.mysite.com and oregon.mysite.com. I'd like the header image and a few other little details to change, based on