hi -
i have a hosted app on dreamhost, i made some change to environment.rb
and it totally screwed up my app. I cannot remember what i did. So,
i decided to recreate it by deleting environment.rb and running rails
myapp. everything works fine, except when use one of my controllers,
it dies. the error is that it cannot locate blackbook (a gem).
blackbook is there and the GEM_PATH and GEM_ROOT both point to the
right place. In irb, i do:
require ''rubygems''
require ''blackbook''
the first returns true, the second returns this:
LoadError: no such file to load -- openssl
So, I screwed something up. I don''t have root access and I''m
90% sure
this can be fixed by correcting something in environment.rb, but I
don''t know what. Can anyone give me a push in the right direction?
Thanks,
Dino
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---