I get the following error when I try to deploy my first application.
/usr/lib/ruby/gems/1.8/gems/mongrel-1.1/bin/mongrel_rails:18:
uninitialized
constant Mongrel::GemPlugin (NameError)
I have a script in /etc/init.d that restarts mongrel and uses the reaper
script to do so. Any ideas?
Nate,
Sounds like your script doesn’t define the correct path. I compile ruby
so
it’s under /usr/local/lib/ruby.
Michael
Thanks for the response. I have check the path and as far as I can tell
it
is all set. I did try adding default_environment to my capfile to define
the
path to ruby with no change.
Should I be define the path in my reaper script?
On Mon, Feb 11, 2008 at 9:11 AM, Michael D’Auria
[email protected]
I would check that you have all the proper gems installed on the
server. Is your dev machine the same os and version as your
production?
All of our dev machines are Macs and our production machine is Ubuntu
6.06 server.
Thanks,
Nate Vick
Technical Ministry
New Heights Church
On Feb 15, 2008, at 7:57 AM, “Michael D’Auria”