On 1/16/07, Andrew Klein <[EMAIL PROTECTED]> wrote:
> Okay. Got the fix started. Here's the problem (Again) -- It nags that
> bluecloth does not exist. I've dropped bluecloth.rb in RAILS_ROOT, no
> avail. vendor/, nope. vendor/plugins/, nope again. GEM_PATH, nope again.
> Can't access GEM_HOME. I've ran out of ideas. radiant and radius is
> seen, as is everything else. Just not seeing bluecloth. My previous fix
> by tossing bluecloth into RAILS_ROOT isn't working now. Ideas?
>

This could sound stupid: tried RAILS_ROOT/lib ?

They are added at the beginning of environment loading...

> Just as an FYI, I've tossed the following two lines into my dispatch.cgi
> and dispatch.fcgi. No luck:
>
> ENV['GEM_HOME']='/usr/lib/ruby/gems/1.8'
> ENV['GEM_PATH']='/usr/lib/ruby/gems/1.8:/home/bladedthoth/.gems'
>

Maybe adjusting your .htaccess file instead?

SetEnv GEM_HOME /usr/lib/ruby/gems/1.8
SetEnv GEM_PATH /usr/lib/ruby/gems/1.8:/home/bladedthoth/.gems

Maybe this wiki page could help you on your quest:

http://wiki.rubyonrails.com/rails/pages/HowToUseMultipleGemRepositories

-- 
Luis Lavena
Multimedia systems
-
Leaders are made, they are not born. They are made by hard effort,
which is the price which all of us must pay to achieve any goal that
is worthwhile.
Vince Lombardi
_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to