• Sales: 1-800-961-2888
  • Support: 1-800-961-4454

ruby on rails


Uncategorized

Note: The instructions in this article refer to a deprecated package for managing Cloud Files with Ruby.  While these instructions should work for now, going forward the preferred package for ruby is fog, which is forked in our...
2 Comments
Filed in: Cloud Files

ruby on rails

Phusion's Passenger (mod_rails) is an exciting development in serving your Ruby on Rails application with the Apache web server.
Incredibly simple to install and use, you can have a rails application up and running in no time....
0 Comments
Filed in: Cloud Servers
There are variety of options open to the sysadmin when serving Ruby applications.
One of them is thin. This is a 3rd party web server that is proxied to from the main web server (similar to mongrels in a general setup). Let's...
0 Comments
Filed in: Cloud Servers
In the Ubuntu Hardy setup article Ubuntu Hardy - Setup we secured, updated and personalised the install ready to add some working software.
We also installed the build-essential package. Now we can go ahead and install Ruby on...
0 Comments
Filed in: Cloud Servers
Following from the Ubuntu Hardy - Mongrel and mongrel cluster installation, we can now look at configuring Nginx to proxy to a mongrel cluster so we can serve our Ruby on Rails application.
The process is very easy and can simply...
0 Comments
Filed in: Cloud Servers
There are variety of options open to the sysadmin when serving Ruby applications.
One of the original ways is to use mongrel web server. Requests are proxied to the mongrel(s) from the main web server (Apache, Nginx, etc).
The...
0 Comments
Filed in: Cloud Servers
Following from the Ubuntu Hardy - Thin web server for Ruby article, let's look at creating and configuring Apache to proxy to thin so we can serve our Ruby on Rails application.

Contents
1 Prerequisites
2 Rails application
3...
0 Comments
Filed in: Cloud Servers
Following from the Ubuntu Hardy - Mongrel and mongrel cluster installation article, we can now look at creating and configuring Apache to proxy to a mongrel cluster so we can serve our Ruby on Rails application.

Contents
1...
0 Comments
Filed in: Cloud Servers
Following from the first article, we now have passenger (mod_rails) installed.
As such, we can move on and create a Ruby on Rails application and see how easy it is to serve using passenger.

Contents
1 Rails application
2...
0 Comments
Filed in: Cloud Servers
There are variety of options open to the sysadmin when serving Ruby applications.
One of them is thin. This is a 3rd party web server that is proxied to from the main web server (similar to mongrels in a general setup). Let's...
0 Comments
Filed in: Cloud Servers
In the Ubuntu Intrepid setup articles (Ubuntu Intrepid - Setup) we secured, updated and personalised the install ready to add some working software.
Ubuntu Intrepid setup - page 2

Contents
1 Update
2 Process
3 Ruby
4 Symlink
5...
4 Comments
Filed in: Cloud Servers
There are variety of options open to the sysadmin when serving Ruby applications.
One of the original ways is to use the mongrel web server. Requests are proxied to the mongrel(s) from the main web server (Apache, Nginx, etc)....
0 Comments
Filed in: Cloud Servers
Following from the Ubuntu Intrepid - Thin web server for Ruby article, let's look at creating and configuring Apache to proxy to thin so we can serve our Ruby on Rails application.

Contents
1 Prerequisites
2 Rails application
3...
6 Comments
Filed in: Cloud Servers
Following from the Ubuntu Intrepid - Mongrel and mongrel cluster article, we can now look at creating and configuring Apache to proxy to a mongrel cluster so we can serve our Ruby on Rails application.

Contents
1 Prerequisites
2...
0 Comments
Filed in: Cloud Servers
Following from the first article Ubuntu Hardy - mod_rails installation, we now have passenger (mod_rails) installed.
As such, we can move on and create a Ruby on Rails application and see how easy it is to serve using passenger...
0 Comments
Filed in: Cloud Servers

Apache

There are variety of options open to the sysadmin when serving Ruby applications.
One of them is thin. This is a 3rd party web server that is proxied to from the main web server (similar to mongrels in a general setup). Let's...
0 Comments
Filed in: Cloud Servers
There are variety of options open to the sysadmin when serving Ruby applications.
One of them is thin. This is a 3rd party web server that is proxied to from the main web server (similar to mongrels in a general setup). Let's...
0 Comments
Filed in: Cloud Servers