<?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/tags/rubygems</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 21:09:48 GMT</pubDate>
<item>
<title>(Ruby) Howto set up a Rake task to start and stop the Selenium-RC server - noah</title>
<link>http://snipplr.com/view/27992/howto-set-up-a-rake-task-to-start-and-stop-the-seleniumrc-server/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 08 Feb 2010 23:01:08 GMT</pubDate>
<guid>http://snipplr.com/view/27992/howto-set-up-a-rake-task-to-start-and-stop-the-seleniumrc-server/</guid>
</item>
<item>
<title>(Ruby) Howto set up a Rake task to run Cucumber features and generate reports - noah</title>
<link>http://snipplr.com/view/27990/howto-set-up-a-rake-task-to-run-cucumber-features-and-generate-reports/</link>
<description><![CDATA[ <p>Note that Rake is slower than just running `cucumber`</p> ]]></description>
<pubDate>Mon, 08 Feb 2010 22:41:45 GMT</pubDate>
<guid>http://snipplr.com/view/27990/howto-set-up-a-rake-task-to-run-cucumber-features-and-generate-reports/</guid>
</item>
<item>
<title>(Ruby) Howto set up a Rake task to update installed gems and gem sources - noah</title>
<link>http://snipplr.com/view/27989/howto-set-up-a-rake-task-to-update-installed-gems-and-gem-sources/</link>
<description><![CDATA[ <p>Rails has a task like this, but I couldn't locate it, and it wasn't hard to write my own, and mine worked too :|</p> ]]></description>
<pubDate>Mon, 08 Feb 2010 22:26:09 GMT</pubDate>
<guid>http://snipplr.com/view/27989/howto-set-up-a-rake-task-to-update-installed-gems-and-gem-sources/</guid>
</item>
<item>
<title>(Other) ActiveRecord Without Rails - eugegim</title>
<link>http://snipplr.com/view/9415/activerecord-without-rails/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 31 Oct 2008 18:03:22 GMT</pubDate>
<guid>http://snipplr.com/view/9415/activerecord-without-rails/</guid>
</item>
<item>
<title>(Bash) Uninstall manually installed rubygems (ubuntu) - therobot</title>
<link>http://snipplr.com/view/9187/uninstall-manually-installed-rubygems-ubuntu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Oct 2008 06:19:11 GMT</pubDate>
<guid>http://snipplr.com/view/9187/uninstall-manually-installed-rubygems-ubuntu/</guid>
</item>
<item>
<title>(Ruby) Update RubyGems to the latest version (how to upgrade the gem command) - noah</title>
<link>http://snipplr.com/view/9127/update-rubygems-to-the-latest-version-how-to-upgrade-the-gem-command/</link>
<description><![CDATA[ <p>This command tells RubyGems to upgrade _itself_ to the latest version of RubyGems.

**Updated 2010** on modern RubyGems, all you have to do is 

     gem update --system

and you are set.  Then you can say `gem update` to get the latest versions of installed gems.

The rest of this post will be left intact for historical purposes.

## If you were going to read the documentation&amp;hellip;

&amp;hellip;then remove `--no-rdoc` and/or `--no-ri`.

## If you also want to update all installed gems&amp;hellip;

&amp;hellip;then just say `sudo gem update`</p> ]]></description>
<pubDate>Mon, 20 Oct 2008 12:02:19 GMT</pubDate>
<guid>http://snipplr.com/view/9127/update-rubygems-to-the-latest-version-how-to-upgrade-the-gem-command/</guid>
</item>
<item>
<title>(Bash) Install mysql gem - therobot</title>
<link>http://snipplr.com/view/3830/install-mysql-gem/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Oct 2007 03:54:57 GMT</pubDate>
<guid>http://snipplr.com/view/3830/install-mysql-gem/</guid>
</item>
</channel>
</rss>