<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/ruby/tags/irb</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 21 Aug 2008 21:14:18 GMT</pubDate>
<item>
<title>(Ruby) Irb power tricks with Wirble &amp;amp; Utility-Belt - cczona</title>
<link>http://snipplr.com/view/5597/irb-power-tricks-with-wirble--utilitybelt/</link>
<description><![CDATA[ <p>Note: most of these will be available to the shell and Rails' console too.</p> ]]></description>
<pubDate>Fri, 28 Mar 2008 12:24:12 GMT</pubDate>
<guid>http://snipplr.com/view/5597/irb-power-tricks-with-wirble--utilitybelt/</guid>
</item>
<item>
<title>(Ruby) .irbrc - brianjlandau</title>
<link>http://snipplr.com/view/5484/irbrc/</link>
<description><![CDATA[ <p>This is my personal IRB config file</p> ]]></description>
<pubDate>Tue, 18 Mar 2008 18:11:21 GMT</pubDate>
<guid>http://snipplr.com/view/5484/irbrc/</guid>
</item>
<item>
<title>(Ruby) My .railsrc - ctran</title>
<link>http://snipplr.com/view/5135/my-railsrc/</link>
<description><![CDATA[ <p>My .railsrc</p> ]]></description>
<pubDate>Wed, 20 Feb 2008 20:26:54 GMT</pubDate>
<guid>http://snipplr.com/view/5135/my-railsrc/</guid>
</item>
<item>
<title>(Ruby) IRB clear screen on windows - vanne</title>
<link>http://snipplr.com/view/3055/irb-clear-screen-on-windows/</link>
<description><![CDATA[ <p>Since there is no convenient way to clear the console in irb on windows, we can simple emulate the dos cls function</p> ]]></description>
<pubDate>Wed, 27 Jun 2007 10:15:23 GMT</pubDate>
<guid>http://snipplr.com/view/3055/irb-clear-screen-on-windows/</guid>
</item>
<item>
<title>(Ruby) formatted output of DBI result set - plexus</title>
<link>http://snipplr.com/view/2825/formatted-output-of-dbi-result-set/</link>
<description><![CDATA[ <p>Sometimes I use irb as my database console, DBI is really handy for talking to different db's. Pass this method the result of conn.execute to get it nicely formatted on your screen. (it's a hack, should be more DRY)</p> ]]></description>
<pubDate>Fri, 08 Jun 2007 04:58:42 GMT</pubDate>
<guid>http://snipplr.com/view/2825/formatted-output-of-dbi-result-set/</guid>
</item>
<item>
<title>(Ruby) Search Methods in irb - vanne</title>
<link>http://snipplr.com/view/2421/search-methods-in-irb/</link>
<description><![CDATA[ <p>This allows you to search any INSTANCE or CLASS methods of any objects including rails models, which is helpful if you want to see the methods that you created yourself.</p> ]]></description>
<pubDate>Sat, 31 Mar 2007 08:36:25 GMT</pubDate>
<guid>http://snipplr.com/view/2421/search-methods-in-irb/</guid>
</item>
<item>
<title>(Ruby) shortcut method for display table schema - vanne</title>
<link>http://snipplr.com/view/2161/shortcut-method-for-display-table-schema/</link>
<description><![CDATA[ <p>Add this inside your .irbrc file to call "show Model" in your console instead of "y Model.column_names"</p> ]]></description>
<pubDate>Mon, 12 Feb 2007 14:13:50 GMT</pubDate>
<guid>http://snipplr.com/view/2161/shortcut-method-for-display-table-schema/</guid>
</item>
<item>
<title>(Ruby) System Wide Console Logging - vanne</title>
<link>http://snipplr.com/view/2128/system-wide-console-logging/</link>
<description><![CDATA[ <p>Add this to your ~/.irbrc file and you will have inline logging in the console</p> ]]></description>
<pubDate>Tue, 06 Feb 2007 07:15:54 GMT</pubDate>
<guid>http://snipplr.com/view/2128/system-wide-console-logging/</guid>
</item>
</channel>
</rss>