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
Today’s modular x86 servers are compute-centric, designed as a least common denominator to support a wide range of IT workloads. Those generic, virtualized IT workloads have much different resource optimization requirements than hyperscale and cloud applications. They have resulted in a “one size fits all” enterprise IT architecture that is not optimized for a specific set of IT workloads, and especially not emerging hyperscale workloads, such as web applications, big data, and object storage. In this report, you will learn how shifting the focus from traditional compute-centric IT architectures to an innovative disaggregated fabric-based architecture can optimize and scale your data center.
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
| 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 |
| Non-Linux FOSS: Seashore | May 10, 2013 |
| Trying to Tame the Tablet | May 08, 2013 |
| Dart: a New Web Programming Experience | May 07, 2013 |
- RSS Feeds
- New Products
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Drupal Is a Framework: Why Everyone Needs to Understand This
- A Topic for Discussion - Open Source Feature-Richness?
- Home, My Backup Data Center
- Developer Poll
- Dart: a New Web Programming Experience
- May 2013 Issue of Linux Journal: Raspberry Pi
- What's the tweeting protocol?
- Reply to comment | Linux Journal
2 hours 2 min ago - Reply to comment | Linux Journal
2 hours 48 min ago - Web Hosting IQ
4 hours 22 min ago - Thanks for taking the time to
5 hours 59 min ago - Linux is good
7 hours 57 min ago - Reply to comment | Linux Journal
8 hours 14 min ago - Web Hosting IQ
8 hours 44 min ago - Web Hosting IQ
8 hours 44 min ago - Web Hosting IQ
8 hours 45 min ago - Reply to comment | Linux Journal
11 hours 46 min ago
Enter to Win an Adafruit Prototyping Pi Plate 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 Prototyping Pi Plate 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
- Next winner announced on 5-21-13!
Free Webinar: Linux Backup and Recovery
Most companies incorporate backup procedures for critical data, which can be restored quickly if a loss occurs. However, fewer companies are prepared for catastrophic system failures, in which they lose all data, the entire operating system, applications, settings, patches and more, reducing their system(s) to “bare metal.” After all, before data can be restored to a system, there must be a system to restore it to.
In this one hour webinar, learn how to enhance your existing backup strategies for better disaster recovery preparedness using Storix System Backup Administrator (SBAdmin), a highly flexible bare-metal recovery solution for UNIX and Linux systems.



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.