Re: [Radiant] Moving forward

2013-01-11 Thread Jim Gay
Thanks, Mohit! I remember how much effort you put into the Radiant wiki years ago. Radiant was often lauded for its great docs and your contributions were a big reason for that. On Thu, Jan 10, 2013 at 9:02 PM, Mohit Sindhwani t...@onghu.com wrote: Hi Jim As Joel said, thanks to the core team

Re: [Radiant] Security Update to Rails 2.3.15?

2013-01-11 Thread Mark L.
Hey guys, hoping I can piggy back on this thread. I have a server that is running ruby 1.8.7, rails 2.3.14, and Radiant 0.9.1. I just wanted to confirm that I can do as Kevin and add ActionController::Base.param_parsers.delete(Mime::XML) to config/initializers, and this will negate the

Re: [Radiant] Security Update to Rails 2.3.15?

2013-01-11 Thread Jim Gay
As far as I understand the fix, the initializer to remove the XML parser should do it. Additionally, if you've set you project to parse yaml, there are these instructions: -- For 2.x apps, check whether your app sets `ActionController::Base.param_parsers[Mime::YAML] = :yaml` and snip that out

Re: [Radiant] Security Update to Rails 2.3.15?

2013-01-11 Thread Jim Gay
As far as I understand the fix, the initializer to remove the XML parser should do it. Additionally, if you've set you project to parse yaml, there are these instructions: -- For 2.x apps, check whether your app sets `ActionController::Base.param_parsers[Mime::YAML] = :yaml` and snip that out

[Radiant] Re: Security Update to Rails 2.3.15?

2013-01-11 Thread Carl Youngblood
How about for those running 0.8.0 somewhere? I don't see an intializers directory in my config dir. Thanks, Carl On Wednesday, January 9, 2013 10:28:00 AM UTC+1, Toine Diepstraten wrote: Hi, an important security update for Rails 2.3 was released, read more about it here:

[Radiant] Re: Security Update to Rails 2.3.15?

2013-01-11 Thread Jim Gay
Create it. I think Radiant 0.8.0 can be easily upgraded to 0.8.2 which is on Rails 2.3.4 I don't recall what version of rails is in 0.8.0 but it's probably a Rails 2.3.x which uses config/initializers On Friday, January 11, 2013 11:53:26 AM UTC-5, Carl Youngblood wrote: How about for those

Re: [Radiant] Unicorn and/or Thin and assets - not displaying in production

2013-01-11 Thread Lou Brothers
A View Source on my site shows that assets are resolving as: /system/assets/8/original/20100314-logo.png. Going to 0.0.0.0:3000/system/assets/8/original/20100314-logo.png shows a Radiant CMS Page Not Found. Viewing the Assets tab shows broken links for every previously uploaded image