Install lastest version of ruby on rails for mac

broken image
broken image

Follow the download link, and run the resulting installer. If Ruby is not installed, then download an installation package from. If you don't get an error, skip Install Ruby step.

broken image

If Ruby responds, and if it shows a version number at or above 2.2.2, then type gem -version. Open the command prompt and type ruby -v. Step 1: Check Ruby Versionįirst, check if you already have Ruby installed. Rails Installation on Windowsįollow the steps given below for installing Ruby on Rails.

broken image

Let's look at the installation instructions for Rails on Windows and Linux. Please refer to a corresponding Database System Setup manual to set up your database. Rails works with many database systems, including MySQL, PostgreSQL, SQLite, Oracle, DB2 and SQL Server. Most websites however use Apache or lightTPD web servers in production. You can use the WEBrick Web Server, which comes with Ruby. We assume that you already have installed a Web Server and a Database System on your computer. To develop a web application using Ruby on Rails Framework, you need to install the following software −