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:
-----
Carlos Agarie
Control engineering student
Polytechnic School
University of São Paulo
2012/11/6 Ziq Qwerty <lists@ruby-forum.com>
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?
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 Agarie 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: