For our study groups we recommend using Sublime Textas a text editor, which you can download and run on Mac OSX, Ubuntu, orWindows. This is an editor that has been specifically designed for writingcode, comes with a lot of great tools, and can be easily customized.
Other text editors that might be worth looking at are Atom, Textmate 2, and, ifyou like to use some of the powerful oldschool tools from the early times ofUnix, VIM and Emacs. These are all great editors to use.
Whatever editor you use, you want it to insert 2 spaces when you hit the “tab”key, i.e. when you want to indent your code. Make sure your editor isconfigured to do this.
- Most successful Rubyists aren't big users of IDEs in the way that Java developers use Eclipse or.NET Developers use Visual Studio. For a beginner, NetBeans or RubyMine can be a good intro to Ruby, but most serious Rubyists use something more ligh.
- A text editor is at the core of a developer’s toolbox, but it doesn't usually work alone. Work with Git and GitHub directly from Atom with the GitHub package. Create new branches, stage and commit, push and pull, resolve merge conflicts, view pull requests and more—all from within your editor. The GitHub package is already bundled with Atom.
For Sublime Text you can do the following: In the menu item “Sublime Text” goto “Preferences” and select “Settings - User”. This opens up a configurationfile that you can edit just like any other file. Make sure it looks like this:
Also, we recommend enabling auto-saving your files. This will automaticallysave your changes when you switch to another application (like your terminal),and protect you from the mistake of forgetting to save:
Editor doesn't matter so much. Main thing is get something like rbenv installed so you can manage ruby versions. At my work, a few of us use sublime, a couple vim users, a couple textmate users. If you want more of an IDE, rubymine is your best choice. Aptana has support for ruby as well, but i think sublime or textmate is a better choice over.
Whenever you open a new file, make sure to save it with a filename that endswith .rb
first. This will tell the editor that you want this to be a Rubyfile. Your editor will start highlighting your code as Ruby code, and enable otherRuby specific editor features. Alternatively, select “Ruby” in the extensionsmenu at the bottom right.
Some keyboard shortcuts that are extremely useful to know are:
- In order to indent or unindent a single, or multiple lines of code, selectthem and hit
tab
orshift-tab
respectively. - In order to comment single, or multiple lines of code, select them, andhit
cmd-/
on Mac OSX, orctrl-/
on Linux/Windows. - Cut out code with
cmd-x
, copy code withcmd-c
, and paste it withcmd-v
on Mac OSX, on Linux/Windows use thectrl
key instead.
Code faster with the IDE for today’s web languages – Python, PHP, Perl, Golang, Ruby and more.
For Windows, Mac and Linux.
Komodo IDE is now free as part of the ActiveState Platform.
View All Features of Komodo IDE | What’s New in Komodo 12.
Code Intelligence
Powerful editor with syntax highlighting, autocomplete, code refactoring and more.
Debugging and Unit Testing
Visual debugger and more to debug, inspect and test your code
Version Control
Support for Git, Mercurial, Subversion, CVS, Perforce and Bazaar
Extensibility
Tons of add-ons for customizing and extending features
Ruby Install Mac
Dev Teams
Great tools for pair programming and collaboration. Learn more.
All Your Languages
Python, PHP, Perl, Go, Ruby, Node.js, JavaScript and more
Workflow Management
Define your own workflow with easy file and project navigation
Enterprise-Grade Support
Backed by ActiveState, trusted by developers and enterprises
ActiveState Platform Integration
Komodo 12 is now integrated with the ActiveState Platform. Pick from ActiveState’s package inventory and the Platform builds your language distribution automatically, resolves dependencies, and packages your builds for easy deployment. The State Tool command line interface (CLI) comes integrated with Komodo to simplify and streamline your workflow.
Revamped Code Intelligence

Code Intelligence is smarter and faster than ever before. Increase your productivity with smarter and more responsive autocomplete and symbol browsing, while enjoying overall faster performance.
Devdocs.io Integration
Resolve issues faster and focus on coding. Just highlight any word or code snippet and trigger the relevant language docs from inside Komodo, making the process of looking up documentation much simpler. It even works when you’re offline!
Ide For Ruby On Rails Mac
Live Previewing
No need to switch back and forth between your browser and editor. Now you can edit your HTML and markdown and test it all without leaving your IDE. Your preview will automatically reload whenever you edit the file – saving not required.
But that’s not all. Komodo 12 includes Project/Folder Templates, Dependency Detector, Universal Package Manager, Clipboard Manager and added tools for Drupal, Laravel and WordPress. See What’s New in Komodo 12.
As a passionate PHP developer, and having used competitor products extensively, I appreciate Komodo IDE every day. The improvement it and its add-ons have made to my productivity literally paid for the license cost in the first month. Chrome for mac pro.
Marc Gray, Lamped.co.uk
I appreciate your realistic licensing [for Komodo]—I paid for my own copy and I use it at home on my Linux desktop, on my laptop, and here at my day job.
Brian Wilson, Alsea Geospatial, Inc.
Ruby Mac Os
Komodo is a great product. My favourite feature is the regex generator/tester. It’s saved me heaps of time and aggravation when coming up with complicated regular expressions to get through weblogs and the like.
Ben Maddock, Web Administrator (UniSAnet), Flexible Learning Centre, University of South Australia
The increase in productivity I got from the interactive debugging environment in Komodo IDE probably saved me more than the purchase price within 48 hours. This is a quality product.
Ide For Ruby Macaw
Graeme Robinson, Memex Inc.
Genuine Fractals for Mac Free to try ON1 Mac OS X 10.4 Intel/PPC, Mac OS X 10.5 Intel/PPC Version 6.0.7 Full Specs The product has been discontinued by the publisher, and Download.com offers this. Fractals for mac. Fractals for Mac. Free Pomegranate Software Mac OS X 10.6/10.7/10.8 Version 1.2 Full Specs. Visit Site External Download Site. Clicking on the Download Now (Visit Site) button above will.
Join the Komodo Community

Ide For Ruby Machine
Komodo wouldn’t be possible without you, our users. Get the most out of Komodo and download the latest packages, userscripts and other add-ons, or post a question on our forum. Visit Our Community Site.

Comments are closed.