In the next version of Ruby I'd like to be able to have @number in this:
Continue reading "Needed: New Option for Conditional Assignments in Ruby" »
In the next version of Ruby I'd like to be able to have @number in this:
Continue reading "Needed: New Option for Conditional Assignments in Ruby" »
February 01, 2011 at 03:43 PM in Ruby, Software | Permalink | Comments (1) | TrackBack (0)
Save your valuable time and don't watch this attempt to pump blood into a cadaver: http://www.infoq.com/presentations/Reincarnation-SOA-Anne-Thomas-Manes. This presentation was so staggeringly ineffective and useless that I felt moved to write yet another SOA epitaph.
February 02, 2010 at 11:17 PM in Rails, Ruby, Software, Web/Tech | Permalink | Comments (4) | TrackBack (0)
When running:
gem install wxruby-ruby19
I got the following RDoc error:
January 29, 2010 at 10:21 AM in Ruby, Software | Permalink | Comments (0) | TrackBack (0)
Considering Groovy for your next big project? We did. All things considered, it figured to be a safe choice given its Java pedigree. From the limited exposure I'd had to Groovy up until that point, it looked and felt remarkably familiar to Ruby (a good thing). I had even heard you could cut & paste any amount of Java into a .groovy file and it would just work. Depending on what 'work' actually means, this is mostly true.
One of the small untruths about Groovy behaving 'just like Java' is worth serious consideration - especially if you want your .groovy code to become API-ready.
July 31, 2008 at 11:58 PM in Groovy, Ruby, Software, Web/Tech | Permalink | Comments (0) | TrackBack (0)
I got lazy and didn't blog about DHH's key note last night. So, before I get on with Kent's salient story-style wisdom, I'll quickly catch up with DHH's.
Continue reading "RailsConf 2008 Saturday Night Key Note: Kent Beck" »
May 31, 2008 at 09:47 PM in Current Affairs, Ruby, Software, Web/Tech | Permalink | Comments (1) | TrackBack (0)
Continue reading "Summary: Dialogue Concerning the Two Chief Modeling Systems" »
May 30, 2008 at 06:08 PM in Current Affairs, Ruby, Software, Web/Tech | Permalink
|
Comments (0)
|
TrackBack (0)
May 30, 2008 at 03:48 PM in Current Affairs, Ruby, Software, Usability, Web/Tech | Permalink | Comments (0) | TrackBack (0)
I'm at RailsConf.
Portland, Oregon is, well, Portland (overcast and wet). Got in late last night and walked over to Stanford's. The service was friendly, even at 10:30 PM. Everything about the burger was above average. And it came with hot, crispy, slightly salty fries. It was all devoured with sips of a local wheat bear that I forget the name of.
So far, having been away from Ruby and Rails for over a year, it feels like going back to a place you used to live. Some things are still the same. In other ways, I hardly recognize the place. New techniques like elastic computing (and plenty of competing commercial hosting options), new tools such as git, tarantula, and hobo, etc. Good stuff.
I'll pretend I blog and let you know how it all goes.
May 29, 2008 at 07:17 PM in Current Affairs, Rails, Ruby, Software, Usability, Web/Tech | Permalink | Comments (0) | TrackBack (0)
Ever had a long string like this: "myveryveryveryveryveryveryveryveryveryveryveryveryveryveryverylongstring" and wanted to turn it into something much shorter, such as this: "myveryvery...longstring"?
Here's a little snippet that does just this. It works great in HTML select lists which, to my knowledge, are impossible to dynamically resize as the user drags their browser window larger or smaller.
Continue reading "Ruby Snippet: Shortening Long Strings For Display" »
December 28, 2006 at 08:16 PM in Ruby, Software, Web/Tech | Permalink | Comments (0) | TrackBack (0)
If you're new or semi-new to TextMate and you're collaborating with someone on the same development project, file change collisions are inevitable. Textmate has nice support for resolving file conflicts when they show up after updating to the latest SVN depot revision.
Note: This post assumes you are on a Mac :^).
Continue reading "Resolving Files with TextMate, Subversion, and FileMerge" »
December 14, 2006 at 01:15 PM in Ruby, Software | Permalink | Comments (3) | TrackBack (0)
Recent Comments