10 tools Ruby developers should be familiar with

From: http://www.verydemo.com/demo_c119_i5461.html

10 tools Ruby developers should be familiar with

2011-10-11 10:07 xdite http://blog.xdite.net Font size: | 
 

Originally, I promised readers to organize a tool set that I commonly use, but then I thought about it, I should change it to write an article: "Ten tools that Ruby Web Developers should be familiar with " .

AD:

 

1. Git

Git is the first tool you should learn to enter the Ruby ecosystem . Almost all packages developed in Ruby are on Github. That is, whether you want to download or modify collaboration, you need to go through Git.

2. RVM

Ruby has many kinds of implementations, some of which are used by many people.

◆ Standard MRI Ruby 1.8.7

◆ Standard MRI Ruby 1.9.2

◆ REE ( Ruby Enterprise Edition)

◆ JRuby etc.

In fact, it doesn't matter which version you use to develop , but there are some projects that can only be executed on Ruby 1.9.2. Switching the Ruby environment to run an experimental project was a pain in the past.

So someone invented RVM, which allows developers to switch between various Ruby environments painlessly, and even create an independent Gemset environment through RVM to experiment with new tools without any burden .

3. Mac

There is no denying that the Mac is the number one preferred environment for developing Ruby programs.

The original reason was to write a Ruby/Rails tool: TextMate, software for the Mac. Later , more and more developers used Mac to develop Ruby programs, and this situation deepened, resulting in some practical best practices and friendly development <…………………………………………………… ……………………

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326673683&siteId=291194637