Tag Archives: Ruby

An improved ruby debugger invocation

I’d been wanting to write a post for some time on improvements I’ve found useful in using Ruby’s debugger. Friend Trevor Rosen beat me to the proverbial punch, however. Give his post a read first, I’ll wait. Now on top … Continue reading

Posted in Programming, Ruby | Tagged , | Leave a comment

Improved irb configuration

As applies to most new tools I start to use, the time in which I’ve started to learn Ruby has included a fair amount of time improving my general working environment, to make it more suited to the use of … Continue reading

Posted in Ruby | Tagged , , | 2 Comments

A better Ruby prompt

The Interactive Ruby Shell, or irb, is indispensable for trying out Ruby code rapidly, seeing what works and what’s elegant. But the defaults aren’t quite optimal. Tab completion It lacks tab completion by default. Having this available can save you … Continue reading

Posted in Ruby | Tagged , , , | 3 Comments

Rails on Ubuntu

[EDIT, 2009-12-20]: For some time I steered away from installing Rails via APT on Ubuntu systems. I ran into a number of annoyances early on trying to get various bits of Ruby, Rails, libraries, and others installed and working together … Continue reading

Posted in RubyOnRails | Tagged , , | 1 Comment

Ruby, Rails, and Gems: Getting Started

I recently started learning Ruby (mostly to flesh out my programming knowledge) and since one of the main self-detected shortcomings in my programming knowledge and skillset is web frameworks and web programming, I decided to give Ruby on Rails a … Continue reading

Posted in CLI, Ruby | Tagged , , , | 3 Comments