Posts tagged ruby

Unobtrusive Ruby

Thoughtbot:

Unobtrusive Ruby is any Ruby code that stays out of your way. It does not make you write lots of boilerplate, or stub methods, or open classes. It is decoupled. Its tests run quickly, its classes fit on one screen, its methods are tiny, and it is quickly refactorable.

See more
This post has 18 notes
Posted at 4:33 PM 12 September 2011

Ruby Creator Yukihiro Matsumoto Joins Heroku

Heroku, the leading open Platform-as-a-Service (PaaS) and a salesforce.com company [NYSE: CRM], has announced that Yukihiro Matsumoto, creator of the free and open source Ruby programming language, will join Heroku as Chief Architect of Ruby

See more
This post has 17 notes
Posted at 10:14 AM 13 July 2011

Randomly-Selected Snippets in TextExpander

Brett Kelly wrote a nice tutorial on how to do random snippets in TextExpander using a nifty python script. An idea originally posed by Shawn Blanc

I wasn’t able to get Brett’s script working on first try because I had some linebreaks (which I didn’t notice) in my snippets, stupid I know. I actually figured out this was the problem by rewriting his script using Ruby. Turned out my Ruby version did allow for line-breaks. So I’d thought I’d share this with the rest of the people:

Thanks Brett

See more
Tagged with textexpander, snippets, python, ruby,
Posted at 10:46 AM 21 April 2011

Progress

I’d like to give a quick update on what I’m up to and how I’m making progress on my personal projects. As you could read earlier I’m doing some RoR (Reading on Rails to do some Ruby on Rails later). I have a great book and I’ve got off to a great start with the framework.

Read More

See more
Posted at 9:57 PM 23 November 2009