Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.35 KB

File metadata and controls

38 lines (21 loc) · 1.35 KB

Required tools

!> Before attending Ruby study groups, please make sure to install the needed tools. You will not be able to participate in the activities without these.

Ruby on Rails

Text editors

Ruby does not require an IDE. You can opt to use one of these as your text editor (or your own choice).

!> Warning: Sublime Text shows a popup every hour prompting you to pay if you are using the free version. Please use another editor if you find this annoying.

For more advanced users, you can opt to use these terminal-based editors:

Optional tools

These tools are not required but they make your development environment efficient. It is highly recommended to install them.

Pry

Pry is a better IRB alternative. This Ruby console has syntax highlighting for better readability when running code in console.

To install pry, run gem install pry.

Verify installation by running pry.