Hot on HuffPost Tech:

See More Stories
Engadget for the iPhone: download the app now
AOL Tech

Tag: RUBY

Ruby meets AppleScript with RubyOSA

Most days I'm totally happy with my Windows PC, but some days I want a Mac.* I've got a thing for scripting of all kinds, and the days I most want a Mac, it seems, are when I see someone doing something really cool with AppleScript, like RubyOSA. To quote its web site, "RubyOSA is a bridge that connects Ruby to the Apple Event Manager infrastructure. In big words, it allows you to do in Ruby what ...

How-to: Shoot yourself in the foot, programmatically

I just about laughed my butt off reading this. I'll warn you by saying that you need to be a programmer to even "get" the list of language jokes on this page. Of course you will identify with several different languages than I did most likely, but it is a very funny, very enjoyable site to peruse. My non-programmer wife even enjoyed a few of them because some of them are just funny to read aloud. ...

SAP's tools now feature RadRails and Eclipse

SAP's new download includes a bunch of open-source tools including RadRails, Eclipse, PHP/Ruby/Python code generators, and SAP's scripting tools. This shows the growing trend that large software companies are beginning to realize the huge value of free open-source frameworks and ideas. Eclipse and RadRails are excellent tools to use, even for the wizards at SAP so it only makes sense that they ...

The new Ruby web site

I'm a big fan of the Ruby programming language, as won't surprise long-time readers, so I'm excited to report that Ruby's progenitors are getting ready to launch the new ruby-lang.org. The new site, which is residing at new.ruby-lang.org while the final bugs are ironed out, has a brand new design which, in my opinion, is a huge step forward. It seems intended to give those who are new to the ...

RIDE-ME: Yet another Ruby on Rails IDE for Windows

A year ago, developing a web application using Ruby on Rails (which recently turned two years old) on Windows was a bit of a pain due to the lack of a decent integrated development environment (IDE). Now we're practically swimming in them. Let's recap: There's RadRails, the popular cross-platform, Eclipsed-based editor, RoRED, one for Windows with a unique M/V/C tab grouping, Ruby in Steel, an ...

Ruby book sales pass up Perl

O'Reilly Radar reports that Ruby programming book sales outpace Perl books. This is somewhat surprising, but not unexpected. Ruby is quickly becoming a popular language. Surpassing Perl is a clue that Ruby is gaining significant ground on its way to stardom. While Ruby is seen as the primadonna of web coding by many, it does hold real value. Ruby offers a lot of the things developers have needed ...

Ten questions for great programmers answered

Blogger Jaros?aw Rzeszótko sent ten questions to a bunch of notable programmers and posted their answers on his blog. Though not all of his recipients replied, several big names did, including Linux creator Linus Torvalds, Guido Van Rossum, creator of the Python programming language, James Gosling, creator or Java, and Ruby hackers Dave Thomas and David Heinemeier Hansson. To a programmer ...

RoRED: Another IDE for Ruby on Rails

I love Ruby on Rails, but I have to admit, the acronym "RoR" kind of annoys me. Anyway, I won't let that idiosyncrasy of mine be a strike against RoRED, a brand new integrated development environment (IDE) for Ruby on Rails. RoRED is Windows-only app that has most of the features you expect in a basic IDE, like syntax highlighting (for both Ruby and HTML/RHTML), tabbed documents, and a file ...

InstantRails - A LAMP-like install for Ruby on Rails Developers

InstantRails is a simple to use LAMP-like package that you can download to get Rails running on Windows in an instant. It includes a MySQL database, Ruby, Rails, Apache web server, and even some Ruby on Rails applications for you to modify including a version of Typo. InstantRails has both FastCGI and Webbrick, so you can develop with either. I find InstantRails is great for portability, such as ...

SciTE: A Ruby-licious programmer's text editor

Ever heard of Ruby? Rails? Ruby on Rails? If you don't know, Ruby is a newer very efficient programming language and revolutionary way to code applications. Rails is a web framework that makes coding in Ruby easier by adding a lot to it's innate functionality and suave style. After becoming jealous of the Mac users out there who had a great text editor to use when coding Ruby (at least in the ...

Rails Day 2006 projects

June 17 was Rails Day 2006, the annual worldwide event in which teams create cool new web apps in 24 hours using the much-hyped Ruby on Rails web application framework. I've been waiting ever since for a list of projects to be posted, but so far none has materialized at the official Rails Day site, but fortunately John at Burm.net has posted an unofficial list of live Rails Day 2006 projects. His ...

Steel: Free Ruby add-on for VS 2005

I can't imagine that many Ruby programmers have a copy of Microsoft Visual Studio 2005 hanging around, so I'm thinking the target demographic for Steel is developers who are used to VS but want to get into Ruby programming without interrupting their workflow. Steel is a free language add-on for VS 2005 that aim "to leverage all the features of Visual Studio." Currently Steel does syntax coloring ...

Browser Tip of the Day: HTML, CSS, and DOM reference right at your fingertips, plus a few more

DevBoi is a simple and cool extension with a silly name by Martin Cohen. It's a sidebar for Firefox that gives you quick access to the documentation for HTML (plus entities), CSS, DOM, XUL, Ruby, and Ruby on Rails. All that's lacking is a modern XHTML 1.0 reference (and adding PHP, Java, Python, JavaScript, and so on wouldn't hurt), and perhaps an about:config-style filter box. Hopefully those ...