Prerequisites

The Ruby programming language and its package manager Bundler.

Nice installation guides for the different operating systems can be found at the Rails Girls Website. You can stop right before installing Rails, because we do not depend on Ruby on Rails here.

You can check if you succeeded by entering

$ ruby -v
$ gem -v

at the command prompt. Both commands should return version greater or equal 2.0 .

Continue reading with Installation.