<?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/Bundle</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 07:33:32 GMT</pubDate>
<item>
<title>(Ruby) Super Simple Speller v2 - gtcaz</title>
<link>http://snipplr.com/view/2709/super-simple-speller-v2/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 May 2007 13:19:04 GMT</pubDate>
<guid>http://snipplr.com/view/2709/super-simple-speller-v2/</guid>
</item>
<item>
<title>(Ruby) Preview in IE command (Windows native version) - gtcaz</title>
<link>http://snipplr.com/view/2639/preview-in-ie-command-windows-native-version/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 May 2007 11:39:52 GMT</pubDate>
<guid>http://snipplr.com/view/2639/preview-in-ie-command-windows-native-version/</guid>
</item>
<item>
<title>(Ruby) Strip HTML Tags - gtcaz</title>
<link>http://snipplr.com/view/2097/strip-html-tags/</link>
<description><![CDATA[ <p>This replaces the PHP-based function in the HTML bundle.  You need to add two files to your bundle's Support/lib folder (create the directories if they're not present):

http://dev.rubyonrails.org/browser/trunk/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb?format=raw
http://dev.rubyonrails.org/browser/trunk/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb?format=raw</p> ]]></description>
<pubDate>Fri, 02 Feb 2007 15:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/2097/strip-html-tags/</guid>
</item>
<item>
<title>(Ruby) Preview in IE - gtcaz</title>
<link>http://snipplr.com/view/2081/preview-in-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 Feb 2007 13:49:25 GMT</pubDate>
<guid>http://snipplr.com/view/2081/preview-in-ie/</guid>
</item>
<item>
<title>(Ruby) Post snippet to Snipplr - gtcaz</title>
<link>http://snipplr.com/view/2044/post-snippet-to-snipplr/</link>
<description><![CDATA[ <p>Alternative bundle command for e (http://www.e-texteditor.com) or TextMate.

Replace YOUR_API_KEY_HERE with a valid API key -- you can find it on your Settings page (http://snipplr.com/settings/).

Changed the command to allow selection of language.  (Thanks, Tyler!)  Also it was unnecessary to escape entities when posting to Snipplr, so that caused problems.  Please let me know if you have any issues with or suggestions for this command.  If you're using TextMate, you'll need to alter the path to CocoaDialog, and you might as well use an environment variable for the API Key.

2/2/2007: Fixed a bug that prevented posting snippets with no tags.  Languages are now sorted alphabetically.</p> ]]></description>
<pubDate>Tue, 30 Jan 2007 20:26:49 GMT</pubDate>
<guid>http://snipplr.com/view/2044/post-snippet-to-snipplr/</guid>
</item>
<item>
<title>(Ruby) Get one of your snippets from Snipplr - gtcaz</title>
<link>http://snipplr.com/view/2039/get-one-of-your-snippets-from-snipplr/</link>
<description><![CDATA[ <p>This command allows you to browse your snippet collection on Snipplr and retrieve them into e.  Requires the installation of the wxCocoaDialog exe in the /Support/bin subdirectory.

Replace YOUR_API_KEY_HERE with the API key -- you can find it on your Settings page (http://snipplr.com/settings/).

Update 1/31/2007: I found escaping the $ was necessary to prevent the snippet engine from eating the variable.
Update 2/01/2007: Use the standard library function for escaping the snippet (instead of my own gsub() regex.
Update 2/02/2007: Add error checking code; handle empty accounts a bit more gracefully (and informatively).</p> ]]></description>
<pubDate>Tue, 30 Jan 2007 15:26:51 GMT</pubDate>
<guid>http://snipplr.com/view/2039/get-one-of-your-snippets-from-snipplr/</guid>
</item>
<item>
<title>(Ruby) Super Simple Speller v3 - gtcaz</title>
<link>http://snipplr.com/view/2037/super-simple-speller-v3/</link>
<description><![CDATA[ <p>Requires aspell and wxCocoaDialog.

Now checks all of your selection for misspellings.

Known issues: 
* e doesn't see contractions as a "word", so you must select things like can't, won't, etc. or the command won't see the whole word.

* Duplicate misspelled words are not handled well.  Replacements are done globally, yet you'll be asked for each occurrence.

Place in the Text bundle
I named the command: Spell check word/selection
Save: Nothing
Input: Selected Text or Word
Output: Replace Selected Text
Key Equivalent: Ctrl-;
Scope Selector: {Blank}</p> ]]></description>
<pubDate>Mon, 29 Jan 2007 22:27:02 GMT</pubDate>
<guid>http://snipplr.com/view/2037/super-simple-speller-v3/</guid>
</item>
</channel>
</rss>