I did a manual install of ruby and rails following the "HOWTO: Rails 2 on hostmonster" (google it). Also, I installed my gems using the --install-dir option:
$ gem install acts_as_secure --install-dir /home/my_website/ruby1.8/lib/ruby/gems/1.8 Now I can use script/console with no problem. I still have a "Internal Server Error", but I'm hoping that goes away when they restart the web server. I'm not sure if I could have used the --install-dir option on the original version of ruby installed, but it's possible that might have fixed it too. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

