<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - vanne</title>
<link>http://snipplr.com/users/vanne/tags/irb</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 07 Oct 2008 03:40:03 GMT</pubDate>
<item>
<title>(Other) Compile all css files in a rails project</title>
<link>http://snipplr.com/view/7369/compile-all-css-files-in-a-rails-project/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Jul 2008 17:36:28 GMT</pubDate>
<guid>http://snipplr.com/view/7369/compile-all-css-files-in-a-rails-project/</guid>
</item>
<item>
<title>(Other) Reload IRB</title>
<link>http://snipplr.com/view/6066/reload-irb/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Apr 2008 13:15:54 GMT</pubDate>
<guid>http://snipplr.com/view/6066/reload-irb/</guid>
</item>
<item>
<title>(Ruby) IRB clear screen on windows</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) Search Methods in irb</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</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</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>