<?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/Rakefile</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 13:04:16 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 that passes a parameter to a shell command or script</title>
<link>http://snipplr.com/view/27991/howto-set-up-a-rake-task-that-passes-a-parameter-to-a-shell-command-or-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 08 Feb 2010 22:48:53 GMT</pubDate>
<guid>http://snipplr.com/view/27991/howto-set-up-a-rake-task-that-passes-a-parameter-to-a-shell-command-or-script/</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>(Ruby) Howto set up a Rake task to clean out old temp files and logfiles</title>
<link>http://snipplr.com/view/27987/howto-set-up-a-rake-task-to-clean-out-old-temp-files-and-logfiles/</link>
<description><![CDATA[ <p>If you don't see a particular extension in the CLEAN list, test before you add it.  Common temporary file extensions like `~` are cleaned by default.</p> ]]></description>
<pubDate>Mon, 08 Feb 2010 21:56:37 GMT</pubDate>
<guid>http://snipplr.com/view/27987/howto-set-up-a-rake-task-to-clean-out-old-temp-files-and-logfiles/</guid>
</item>
<item>
<title>(Ruby) Howto set up a Rake task to generate RDoc documentation</title>
<link>http://snipplr.com/view/27986/howto-set-up-a-rake-task-to-generate-rdoc-documentation/</link>
<description><![CDATA[ <p>For the `--diagram` and `--fileboxes` options to work you need [GraphViz](http://www.graphviz.org/) otherwise, delete those.</p> ]]></description>
<pubDate>Mon, 08 Feb 2010 21:42:54 GMT</pubDate>
<guid>http://snipplr.com/view/27986/howto-set-up-a-rake-task-to-generate-rdoc-documentation/</guid>
</item>
<item>
<title>(Ruby) Howto set up a Rake task to run RSpec spec docs</title>
<link>http://snipplr.com/view/27985/howto-set-up-a-rake-task-to-run-rspec-spec-docs/</link>
<description><![CDATA[ <p>A `rake :spec` task, is created by default just from including the RSpec rake module.

The way to *stop RSpec tasks from failing* the entire Rake job when a test barfs, is by setting `fail_on_error` to false.</p> ]]></description>
<pubDate>Mon, 08 Feb 2010 21:23:31 GMT</pubDate>
<guid>http://snipplr.com/view/27985/howto-set-up-a-rake-task-to-run-rspec-spec-docs/</guid>
</item>
</channel>
</rss>
