This post originated from an RSS feed registered with Ruby Buzz
by Robby Russell.
Original Post: irb history hack
Feed Title: Robby on Rails
Feed URL: http://www.contegix.com/rss/feed.xml
Feed Description: My reflections on programming with Ruby, Rails, PostgreSQL... and learning how to run a business...
Okay, I’ve posted a fewthings about console recently and I know that you’re all using it… right?
Well, Jeremy Kemper (bitsweat) mentioned at the PDX.rb meeting last night that there was a way to keep history of your irb commands. (more than just readline… up-arrow’n).
You can actually quit irb, restart it and still see your history. This makes Robby happy.