What editor do you use?
Tim Bray recently posted the results of his Developer Tool Survey (although, I think it was really an editor/IDE survey). He asked Ruby and Rails developers about what kind of development they do (primarily Ruby or primarily Rails), and which editor/IDE they use. While the survey was not very scientific (and raised the ire of a number of ‘old school’ rubyists because of the phrasing of some of the questions) it does provide some interesting information:
- Text-mate was the clear favorite overall and among the Rails leaning contigent (which reflects the general Mac bias in the Ruby community), although VI editors have about the same number of users on the ‘pure’ Ruby side of the house.
- Text editors are still1 the clear winner (vs. IDEs) among Rubyists, capturing almost 65% of the overall user base.
- Among IDEs, NetBeans and Eclipse are the only ones with triple digit users (or double digit percentages).
The survey didn’t address a couple of things that have come up on the ruby-talk mailing list. Perhaps a future survey might look into things like:
- How are people using refactoring tools, and which ones?
- Test-unit vs. RSpec use (and the use of RSpec Story Runners)
- What debugging tools are people using
- What code coverage (and related) tools are people using
While the survey is not without flaws, it’s always interesting to look at your community from a different angle. Thanks Tim for putting this together, I’ll look forward to see what else people start asking about.
1 Tim Bray and I talked a bit about the percieved lack of ‘advanced developer tools’ (read IDEs) a while ago.
--
-pate
http://on-ruby.blogspot.com
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Designing Electronics with Linux | May 22, 2013 |
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
- RSS Feeds
- Dynamic DNS—an Object Lesson in Problem Solving
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Designing Electronics with Linux
- Using Salt Stack and Vagrant for Drupal Development
- New Products
- A Topic for Discussion - Open Source Feature-Richness?
- Drupal Is a Framework: Why Everyone Needs to Understand This
- Validate an E-Mail Address with PHP, the Right Way
- What's the tweeting protocol?
- Kernel Problem
6 hours 32 min ago - BASH script to log IPs on public web server
10 hours 59 min ago - DynDNS
14 hours 35 min ago - Reply to comment | Linux Journal
15 hours 7 min ago - All the articles you talked
17 hours 31 min ago - All the articles you talked
17 hours 34 min ago - All the articles you talked
17 hours 35 min ago - myip
22 hours 39 sec ago - Keeping track of IP address
23 hours 51 min ago - Roll your own dynamic dns
1 day 5 hours ago
Enter to Win an Adafruit Pi Cobbler Breakout Kit for Raspberry Pi

It's Raspberry Pi month at Linux Journal. Each week in May, Adafruit will be giving away a Pi-related prize to a lucky, randomly drawn LJ reader. Winners will be announced weekly.
Fill out the fields below to enter to win this week's prize-- a Pi Cobbler Breakout Kit for Raspberry Pi.
Congratulations to our winners so far:
- 5-8-13, Pi Starter Pack: Jack Davis
- 5-15-13, Pi Model B 512MB RAM: Patrick Dunn
- 5-21-13, Prototyping Pi Plate Kit: Philip Kirby
- Next winner announced on 5-27-13!
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?



Comments
I use mc for teaching
I use mc for teaching newcomers, not too heavy, still does syntax highlighting, useful two-pane visualization/navigation of FS to ease their learning curve.
text editor
My favorite text editor is a
"EditPad Lite" in following editor are lots of very useful options. For example:
default "default line break style" - Unix Linux OS X
or just You ca set up your default text encoding to any type ou need ;)
Best Regards
Craigslist webmaster
gedit
gedit works for me. i am a average computer programmer.
IDE's and 'advancement'
Every IDE I've tried with Rails work seems to hinder development more than it advances it.
I find Eclipse/websphere useful for J2EE work, but there are so many complicated interdependent pieces to keep track of you need help to get complex projects done. I think Eclipse is more complex than Rails is. Like hunting mosquitos with bazookas (a joke for the Python crowd).
The Rails framework is so much less complex. You don't have to decide which of six or seven different ways you choose to implement some functionality. The limited choice leads to cleaner designs and implementations. Like DHH has said, Rails is for the 80% of the work in the middle. the 10% at the top will need the overly complicated J2EE framework, and the 10% at the bottom will be quicker and easier with php.
I've been using scribes, a gtk based editor with good Ruby syntax highlighting. Scribes is lightweight and stays out of the way. Before that I used gvim or vim.
ide's for ruby, ruby on rails
in my opinion, too, the current ide's are somewhat dull, incomplete and unfortunately progressing too slow for the community (having used NetBeans and Aptana). tools and features in the ruby world are constrained to a damn fast development (they call it 'edge development' like living on the edge). this leads to a divergence between the tool/ide you're favoring and the libs your developing with. in other words: you'll find yourself back on the command line interface as quick as you can think of -- or you struggle with your ide, messing with configuration issues or alpha stage plugs, that actually just do not do, what you need.
so what's an appropriate advice?
i'm actually using kate. it's syntax highlighting is ok and it's possible to activate some kind of 'fake-code-completion' (i actually avoid the kde4 version of kate for this last thing. when it opens a completion box, it's only flickering around and freezes it's ui. i'm using the pre kde4 version instead.) the thing, that's nice about kate: you have sessions! if you reopen an earlier saved session, kate will open all the files that were open the last time. these two features give you at least some kind of ide-feeling ;-)
gedit
i likt gedit the best. tried using emacs but couldnt get it. eclipse and aptana are too heavy for me as of now. once i get good then i will use them.
Activestate komodo editor is
Activestate komodo editor is fine and Activestate komodo IDE is great.