Re: [Radiant] Radiant Paperclip Extension and S3

2010-04-12 Thread Keith Bingman
Hi Gabe, I have a bunch of sites running on Heroku, with no problems. I think your problem is that you are missing the quotes for the radiant config values. It should be: Radiant::Config['assets.storage'] = s3 (Quotes around the assets.storage). I think though the easiest way to do it would

Re: [Radiant] Radiant Paperclip Extension and S3

2010-04-12 Thread Gabe Koss
I have tried installing the Settings extension but it won't process any of the Rake tasks and breaks the app... Gabe Keith Bingman wrote: Hi Gabe, I have a bunch of sites running on Heroku, with no problems. I think your problem is that you are missing the quotes for the radiant config

Re: [Radiant] Radiant Paperclip Extension and S3

2010-04-12 Thread Keith Bingman
Try running RAILS_ENV=production script/console and let me know what happens. Keith On Apr 12, 2010, at 4:22 PM, Gabe Koss wrote: I have tried installing the Settings extension but it won't process any of the Rake tasks and breaks the app... Gabe Keith Bingman wrote: Hi Gabe, I

Re: [Radiant] Radiant Paperclip Extension and S3

2010-04-12 Thread Gabe Koss
I actually just got it working with script/console production. The extra marks seemed to help too. :-) Now, however I am encountering a different problem. It doesn't seem like it is actually tethered to s3. If i upload an asset locally it works like it did before and adds it to

Re: [Radiant] Radiant Paperclip Extension and S3

2010-04-12 Thread Gabe Koss
Correction: when i try and upload an asset via heroku i get an application error Application error Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html Gabe Keith Bingman wrote: Try running