<?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/rake</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 02:23:04 GMT</pubDate>
<item>
<title>(Ruby) Rake Task for Rails - cliffbraton</title>
<link>http://snipplr.com/view/66687/rake-task-for-rails/</link>
<description><![CDATA[ <p>= Rake Task for Rails
* name: name of the task
* desc: description of the task</p> ]]></description>
<pubDate>Sun, 12 Aug 2012 12:12:04 GMT</pubDate>
<guid>http://snipplr.com/view/66687/rake-task-for-rails/</guid>
</item>
<item>
<title>(Ruby) Rake Tasks 2 - jlaplante</title>
<link>http://snipplr.com/view/32651/rake-tasks-2/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 Apr 2010 03:18:38 GMT</pubDate>
<guid>http://snipplr.com/view/32651/rake-tasks-2/</guid>
</item>
<item>
<title>(Ruby) Rake Tasks - jlaplante</title>
<link>http://snipplr.com/view/32648/rake-tasks/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 Apr 2010 03:09:03 GMT</pubDate>
<guid>http://snipplr.com/view/32648/rake-tasks/</guid>
</item>
<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>(Ruby) Howto set up a Rake task to clean out old temp files and logfiles - noah</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 - noah</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 - noah</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>
<item>
<title>(Ruby) clean rails tmp file,log file and others file.then tar it! - crazylion</title>
<link>http://snipplr.com/view/7225/clean-rails-tmp-filelog-file-and-others-filethen-tar-it/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 11 Jul 2008 13:22:09 GMT</pubDate>
<guid>http://snipplr.com/view/7225/clean-rails-tmp-filelog-file-and-others-filethen-tar-it/</guid>
</item>
<item>
<title>(Ruby) Update A Rails Project - jpowell</title>
<link>http://snipplr.com/view/2731/update-a-rails-project/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 May 2007 15:26:22 GMT</pubDate>
<guid>http://snipplr.com/view/2731/update-a-rails-project/</guid>
</item>
<item>
<title>(Ruby) Rake Migrate (Backwards or Previous Version) Example - jpowell</title>
<link>http://snipplr.com/view/2729/rake-migrate-backwards-or-previous-version-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 May 2007 15:23:36 GMT</pubDate>
<guid>http://snipplr.com/view/2729/rake-migrate-backwards-or-previous-version-example/</guid>
</item>
<item>
<title>(Ruby) Rake Migrate (newest method) - jpowell</title>
<link>http://snipplr.com/view/2728/rake-migrate-newest-method/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 May 2007 15:22:34 GMT</pubDate>
<guid>http://snipplr.com/view/2728/rake-migrate-newest-method/</guid>
</item>
<item>
<title>(Ruby) Grab current db schema using rake - vanne</title>
<link>http://snipplr.com/view/2013/grab-current-db-schema-using-rake/</link>
<description><![CDATA[ <p>put this into lib/tasks and then run rake db:version</p> ]]></description>
<pubDate>Mon, 22 Jan 2007 09:25:52 GMT</pubDate>
<guid>http://snipplr.com/view/2013/grab-current-db-schema-using-rake/</guid>
</item>
<item>
<title>(Ruby) Clone dev DB schema to test DB in Rails - alexwilliams</title>
<link>http://snipplr.com/view/1906/clone-dev-db-schema-to-test-db-in-rails/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Jan 2007 11:07:41 GMT</pubDate>
<guid>http://snipplr.com/view/1906/clone-dev-db-schema-to-test-db-in-rails/</guid>
</item>
<item>
<title>(Ruby) Using Rake as a Library - bbuckley</title>
<link>http://snipplr.com/view/964/using-rake-as-a-library/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Aug 2006 06:27:51 GMT</pubDate>
<guid>http://snipplr.com/view/964/using-rake-as-a-library/</guid>
</item>
</channel>
</rss>