== Tools for Development == Feel free to add to our tool collection! === Essentials === * [http://git-scm.com/ GIT]. The version control software used to access the Talia code on [http://github.com/net7/] * [http://www.rubyonrails.org/ Ruby on Rails]. For now, we'll develop with the current stable version. See the [http://www.rubyonrails.org/down Download Page] for installation options. === Editors, IDE's === * [http://macromates.com/ Textmate] The best text editor for the mac, comes with a $39 price tag. See [http://richtextblog.blogspot.com/2007/03/textmate-for-rails.html this link] for information on how to enhance the usefulness. * [http://aptana.com/ Aptana/Radrails] An open-source Ruby/Rails IDE based on Eclipse * [http://www.netbeans.org NetBeans] Another open-source IDE with full Ruby/Rails support * [http://www.ruby-ide.com/ruby/ruby_ide_and_ruby_editor.php Arachno Ruby] A ruby and rails IDE. * [http://www.e-texteditor.com/ E-Texteditor] A kind of Textmate-clone for windows. === Debugging === It's a bit bleak in the department of full-blown graphical debuggers. * [http://www.datanoise.com/ruby-debug/ ruby-debug] is faster than the standard debugger. * [http://www.datanoise.com/articles/2006/7/12/tutorial-on-ruby-debug Tutorial] * [http://www.datanoise.com/articles/2006/8/27/control-debugger-from-textmate TextMate integration] * [http://www.robbyonrails.com/articles/2006/01/09/request-for-rails-debugging-tools Comments on Rails debugging tools] * [http://blog.nanorails.com/articles/2006/03/19/debugging-in-rails Another entry on Rails debugging] * [http://richtextblog.blogspot.com/2007/03/textmate-for-rails.html Integrating stuff with Textmate]