7 articles Ruby on Rails

How to Install Ruby On Rails on Ubuntu 12.04 LTS with Rbenv

Introduction   Ruby on Rails is an open source web framework that runs on Ruby programming language. The integrated use of Ruby programming language and Rails development framework makes it popular among developers creating sites and web apps, especially for SaaS apps. I assume that you have already done the Ubuntu server set up. Also…

How to Create Nagios Plugins With Ruby On CentOS 6

Introduction   Nagios is an open source monitoring software application that helps organizations to prevent IT infrastructure problems. It can be used with Linux as well as other Unix variants. In this tutorial, you will learn how to create Nagios plugins with Ruby on CentOS 6.   Initial Set Up   Before getting into the…

How to Create Nagios Plugins With Ruby On Ubuntu 12.10

Introduction   Nagios is an open source monitoring software application that helps organizations to prevent IT infrastructure problems. It can be used with Linux as well as other Unix variants. In this tutorial, you will learn how to create Nagios plugins with Ruby. Here, I will be using Ubuntu 12.10.   Initial Set Up  …

How to Install Ruby on Rails on Ubuntu 12.04 with RVM

Introduction   Ruby on Rails is an open source web framework that runs on Ruby programming language. The integrated use of Ruby programming language and Rails development framework makes it popular among developers creating sites and web apps. Installing Ruby on Rails on to a virtual private server does take some time. There are quite…

How to Install Ruby on Rails on Arch Linux with RVM

Introduction   Ruby on Rails is an open source web framework that runs on Ruby programming language. The integrated use of Ruby programming language and Rails development framework makes it popular among developers creating sites and web apps. Installing Ruby on Rails on to a virtual private server does take some time and that’s what…

How to Install Ruby on Rails on Ubuntu 14.04 using RVM

Introduction   Ruby on Rails is an open source web framework that runs on Ruby programming language. The integrated use of Ruby programming language and Rails development framework makes it popular among developers creating sites and web apps. Installing Ruby on Rails on to a virtual private server does take some time and that’s what…

How to Install Ruby on Rails on CentOS 6 with RVM

Ruby on Rails is an open source web framework that runs on Ruby programming language. Installing Ruby on Rails on to a virtual private server does take some time and that’s what we’ll be sharing with you in this particular tutorial. I assume that you have already done the CentOS server set up.   Installation…