Seriously, you do not need root permissions to install and use gems.
Did you ever try it without?
^ manveru
Hi all, this is my first message to the list.
You can set the env var GEM_HOME to any user writable directory to
install gems without root permissions.
It depends.
A common way to run anything sitting behind Mongrel (or Thin) is to have
Apache do proxying to the Mongrel server(s).
What do you have available? Do you have apache? Can you alter any
configuration?
--
James Britt
www.jamesbritt.com - Playing with Better Toys
www.ruby-doc.org - Ruby Help & Documentation
www.rubystuff.com - The Ruby Store for Ruby Stuff
Have you asked the hosting company about this?
Or asked them about running a Rails app?
Handlers define how a request for a file with a particular extension are
managed (for example, .php or .rb) but not that useful for running a
Ramaze app.
If you already have mongrel in place I would imagine the hosting service
has some sort of set-up for running Rails apps.
One can run a Ramaze app the same way; Apache connecting to Mongrel, and
Mongrel talking the Rails|Ramaze app.
What hosting company are you using?
--
James Britt
www.jamesbritt.com - Playing with Better Toys
www.ruby-doc.org - Ruby Help & Documentation
www.rubystuff.com - The Ruby Store for Ruby Stuff
But using Ramaze with FCGI should be just fine if it's easier for you.
^ manveru