|
Common Paths:
- /usr/bin/ruby
- /usr/bin/rails
Versions:
Usage:
If your account has SSH access, you can install rails yourself by simply typing "rails /path/to/rails" where '/path/to/rails'
is a directory of your choosing under your home directory. If your account does not have SSH access enabled, just let us know
and we'll be happy to setup a copy of rails under your account.
E.g., if your username is USER, these are the steps to setting up rails under your account:
cd /home/USER
rails /home/USER/railsapp
cd public_html
ln -s ../railsapp/public rails
You could then access your rails app via the web at a URL such as http://www.yourdomain.com/rails/ (Keep the slash at the end!)
NOTE: Rails unfortunately will not work with temporary URLs such as http://wwwX.hostnexus.com/~username/rails/
SCGI / FastCGI:
Looking for a performance boost for your Rails application? We'd be happy to set your site up to work with SCGI.
SCGI is an excellent replacement for FastCGI when it comes to high-speed deployments of Ruby on Rails. See
This Site for more information about SCGI and
how it works with Ruby on Rails.
What is SCGI?
The SCGI protocol is a replacement for the Common Gateway Interface
(CGI) protocol. It is a standard for applications to interface with
HTTP servers (like Apache). It is similar to FastCGI but is designed to be easier
to implement.
Ruby Gems:
If you need to use a GEM that you don't see installed, let us know and we'd be happy
to install it for you.
Resources for Ruby on Rails
Ruby on Rails Web Hosting
All of our hosting packages include support for Ruby on Rails. We offer affordable shared and
dedicated Ruby hosting packages that include many of your favorite add-ons
including cPanel, PHP, MySQL, PostgreSQL, Python,
SSH access and more at unbelievable prices.
Why Host Your Ruby Scripts Here?
We keep up with the latest version of Ruby on Rails. All
of our customer support is handled by real system administrators and developers
with many years of experience. We even offer a 30-day money-back guarantee to
back this up. Go ahead and give us a try, you have nothing to lose!
|