[Rails] Re: gems not loading and causing Internal Server Error

2008-11-11 Thread Marli Ba
To get "Internal Server Error" to go away I needed to fix the shebang line on my public/dispatch.fcgi file. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:

[Rails] Re: gems not loading and causing Internal Server Error

2008-11-10 Thread Marli Ba
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

[Rails] Re: gems not loading and causing Internal Server Error

2008-11-10 Thread Marli Ba
Freddy Andersen wrote: > I have seen stuff like this before and it was environment issues... > The rake command was running from a different install of ruby than the > console/server scripts... > > Did you install ruby from source and maybe you have the rpms for ruby > installed... I didn't inst

[Rails] Re: gems not loading and causing Internal Server Error

2008-11-07 Thread comopasta Gr
Hi, I think I'm having a very similar problem as you have. I have it with openid plugin: http://www.ruby-forum.com/topic/170134#new I can use the gem after setting ENV['GEM_PATH'] = '/home/mydomain/ruby/gems' But rake is broken, I can't migrate, or do anything with it, even script/about comp

[Rails] Re: gems not loading and causing Internal Server Error

2008-11-07 Thread Freddy Andersen
I have seen stuff like this before and it was environment issues... The rake command was running from a different install of ruby than the console/server scripts... Did you install ruby from source and maybe you have the rpms for ruby installed... --~--~-~--~~~---~--~-