Using Enumerable::inject to modify a hash


1 day ago by pogodan on iluvruby.
rubyquicktips: Ever wanted to modify the keys and values of a Hash? Enumerable::inject has you covered. Try this snippet from Stack Overflow: my_hash...

Lessons Learned while Introducing a New Programming Language


3 days ago by jaycfields on Jay Fields Thoughts.
I've used a lot of languages (professionally) over the years: (off the top of my head) Cold Fusion, HTML, Javascript, php, SQL, CSS, ASP(classic & .net...

My first week with Sublime Text 2


3 days ago by Casper Fabricius on Fingerprints of Casper Fabricius.
One dark evening in January around 30 geeks gathered at Podio for the monthly meetup in the Copenhagen Ruby Brigade. The only topic on the agenda was a...

ActionScript Bubble Debugging - Amethyst 2 preview


3 days ago by Huw Collingbourne on Ruby In Steel.
Here's a short demo of one of the unique new debugging features which we are developing for the next release of Amethyst......

#318 Upgrading to Rails 3.2


4 days ago by Ryan Bates on Railscasts.
Rails 3.2 sports many new features including automatic explain queries, tagged logging, key-value store in Active Record, improve migration generator and...

FREE Online Course: Programming for the Web with Ruby


6 days ago by Satish Talim on RubyLearning Blog.
Programming for the Web with Ruby Registrations are now open for RubyLearning’s FREE, online course on “Programming for the Web with Ruby“...

Rails 3.2.0: Faster dev mode & routing, explain queries, tagged logger, store


7 days ago by David Heinemeier Hansson on Riding Rails.
So we didn’t quite make the December release date as we intended, but hey, why break a good tradition and start hitting release targets now! In any case...

This Week in Ruby: Nominate Your Ruby Heroes, Include/Extend, Ruby on Netbeans, Jekyll-Bootstrap, and more


7 days ago by Peter Cooper on Ruby Inside.
Welcome to this week's Web-based syndication of Ruby Weekly, my Ruby e-mail newsletter. Headlines Vote for your 'Ruby Hero' in the Ruby Hero AwardsThe...

Bundler and public applications


8 days ago by Hongli Lai on Phusion Corporate Blog.
I think Bundler is a great tool. Its strength lies not in its ability to install all the gems that you’ve specified, but in automatically figuring...

pws: The ruby-powered command-line password manager


8 days ago by Jan Lelis on J-_-L.
stores your passwords in a file on your disk encrypts the file with a master password is designed for every-day-use is written in 234 lines of understandable...