<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - noah</title>
<link>http://snipplr.com/users/noah/tags/gems</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 11:12:43 GMT</pubDate>
<item>
<title>(Ruby) Howto set up a Rake task to start and stop the Selenium-RC server</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</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</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>(Rails) Freeze a gem with GemsOnRails</title>
<link>http://snipplr.com/view/10359/freeze-a-gem-with-gemsonrails/</link>
<description><![CDATA[ <p>On Mac OS 10.5, these are all the commands to install GemsOnRails, freeze the Compass gem and add everything into subversion.  The output of each command (on my machine anyway) is also shown.</p> ]]></description>
<pubDate>Tue, 09 Dec 2008 12:36:45 GMT</pubDate>
<guid>http://snipplr.com/view/10359/freeze-a-gem-with-gemsonrails/</guid>
</item>
<item>
<title>(Ruby) Update RubyGems to the latest version (how to upgrade the gem command)</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>
</channel>
</rss>