Ruby Gem Dev IDE or editor?

I am making a ruby gem but I have to create a project structure and rake
myself. I tried eclipse with Ruby dev plugin, but it does not come with
a gem development kit.

What is a good IDE that supports gem dev? Including setup project
structure, debugging and deploy?

From what I’ve seen, few people in the Ruby community use an IDE. A good
way is to open up your terminal and a good text editor and use Bundler.
These links might be useful:

http://gembundler.com/rubygems.html

http://docs.rubygems.org/read/chapter/6

Good luck!


Carlos A.
Control engineering student
Polytechnic School
University of So Paulo

2012/11/6 Ziq Q. [email protected]

Bundler looks good! That’s what I am looking for. I don’t necessarily
need a GUI but I do want a tool to setup the project skeleton.

Thanks!

Carlos A. wrote in post #1083245:

From what I’ve seen, few people in the Ruby community use an IDE. A good
way is to open up your terminal and a good text editor and use Bundler.
These links might be useful:

Gem Bundler – Manage your Ruby gems

http://docs.rubygems.org/read/chapter/6

Good luck!


Carlos A.
Control engineering student
Polytechnic School
University of So Paulo

2012/11/6 Ziq Q. [email protected]