Category Archives: Ruby

Ruby Programming Language

Ruby Benchmark String Concat versus Array Join

I was reading about string concat in ruby and found the need to do some.  before I jumped in, I ran a benchmark that was fairly surprising.  Figured I’d share. require ‘benchmark’ n = 2000000 Benchmark.bm do |x| str1 = … Continue reading

Posted in Programming, Ruby | Leave a comment

Scss Sass Opacity Plugin

I was looking for a good cross-browser plugin up front.  Here’s what I found, which is a good sass mixin for opacity.  There is probably a syntax converter, but I don’t think(?) I have one installed.  I was looking for … Continue reading

Posted in CSS, Programming, Rails, Ruby, SASS, Web | Leave a comment

Personally, I Do Care

Here’s to you coders. I’m not sure why I do it, but I take my code personally. I try to own everything I do. I feel that owning our product would be best if we all worked this way. When … Continue reading

Posted in Personal, Programming, Rails, Ruby, Web | 1 Comment

Perfect Mac/Ruby Developer Setup

I reformat my Macbook Pro with a clean install often because I’m always looking for the perfect development setup. I use several different Ruby environments simultaneously and this can be troublesome with some of my past setups, but this time … Continue reading

Posted in Automation, Programming, Rails, Ruby | 2 Comments