Tools for Development
Feel free to add to our tool collection!
Essentials
- GIT. The version control software used to access the Talia code on http://github.com/net7/
- Ruby on Rails. For now, we'll develop with the current stable version. See the Download Page for installation options.
Editors, IDE's
- Textmate The best text editor for the mac, comes with a $39 price tag. See this link for information on how to enhance the usefulness.
- Aptana/Radrails An open-source Ruby/Rails IDE based on Eclipse
- NetBeans Another open-source IDE with full Ruby/Rails support
- Arachno Ruby A ruby and rails IDE.
- E-Texteditor A kind of Textmate-clone for windows.
Debugging
It's a bit bleak in the department of full-blown graphical debuggers.
- ruby-debug is faster than the standard debugger.
- Comments on Rails debugging tools
- Another entry on Rails debugging
- Integrating stuff with Textmate
