Skip to content

Commit f0a769e

Browse files
author
Emily Nakashima
committed
Add Atom editor as an option
Apologies for being a tiny bit of a company shill here, but I wanted to add Atom because it's 1. free & open-source 2. hackable with HTML, CSS, and JavaScript, which might be cool for RailsBridge grads looking for challenges to apply their new skills to.
1 parent f6d11cd commit f0a769e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sites/en/installfest/editors.step

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ There are a number of different editors designed for programming. You may alread
55
* <a href="http://www.sublimetext.com/" target="_blank">Sublime Text</a> is popular with many Ruby and Rails users. You can use it free for evaluation, then must pay to continue using it.
66
* <a href="http://komodoide.com/download/" target="_blank">Komodo</a> is a very good free programming editor, that is not used as widely as in the past. It is relatively easy to use.
77
* <a href="http://macromates.com/" target="_blank">TextMate</a> is very popular in the Ruby and Rails community. It is not free.
8+
* <a href="https://atom.io/" target="_blank">Atom</a> is a free, open-source editor that can be customized with HTML, CSS, and JavaScript. A download is available for OSX 10.8+, but you'll have to build from source on other platforms.
89
* <a href="http://aptana.com/products/studio3" target="_blank">Aptana Studio</a> is a free, full-featured, development IDE (Integrated Development Environment) for Ruby and Rails. It has many powerful features to assist you while you develop your code. You can install Aptana as either a stand-along program or as an <a href="https://www.eclipse.org/downloads/" target="_blank">Eclipse</a> plugin.
910
* <a href="http://www.jetbrains.com/ruby/" target="_blank">RubyMine</a> is used by many companies for their Ruby and Rails software development. Is is also a full-featured IDE, very similar to Aptana. RubyMine is not free, but has a 30-day evaluation period.
1011

0 commit comments

Comments
 (0)