Welcome Guest | Login

What happened?

Greetings,

I just noticed that my Radiant-powered website is down and for the life of me, I can't figure out why nor can I seem to get it back up. I read that Rails was updated, but none of the things I've read so far seem to fix things.

Help greatly appreciated.

P.S. For what it's worth, I haven't changed anything on the site in a while.....

2008-02-28 08:27 PM

I've made the following modifications in your config/boot.rb file.
--------
require_gem "rails", "=#{version}" and require_gem "rails"
to
gem "rails", "=#{version}" and gem "rails"

Your site is now working fine. It seems to have related to the recent rails update.


2008-02-29 05:56 AM

Thanks, I hadn't touched that file due to the warning at the top in the comments about not touching that file.  :-)

2008-02-29 02:53 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up today!