<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>duck_punching</title>
	<link>http://duckpunching.com</link>
	<description>Ruby, Rails and tech. No ducks were harmed in the making of this blog.</description>
	<lastBuildDate>Mon, 12 Jan 2009 01:01:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Timely assistance with cron intervals using Cronos</title>
		<description>For anyone who has used cron before I am sure there have been occasions where you have buggered it up and run the task too few or too many times or at the completely wrong time. I know I have. Its not the cron is terribly hard its just sometimes ...</description>
		<link>http://duckpunching.com/timely-assistance-with-cron-intervals-using-cronos</link>
			</item>
	<item>
		<title>Pagination for make_resourceful</title>
		<description>Hampton Catlin the creator of make_resourceful has let his thoughts on pagination known and in summary he is not a fan. Hence there is no DRY way to add pagination to m_r without overriding the defaults methods repeatedly.

I am not so anti pagination and often find it mildly useful. But ...</description>
		<link>http://duckpunching.com/pagination-for-make_resourceful</link>
			</item>
	<item>
		<title>mocked_fixtures: reuse fixtures as mocks without the database</title>
		<description>For a while I have sitting on this plugin called mocked_fixtures. I wrote most of it a few months ago and added a few things here and there but just hadn't got round to releasing it.

Basically it loads your fixtures files as mock model objects with the values from the ...</description>
		<link>http://duckpunching.com/mocked_fixtures-reuse-fixtures-as-mocks-without-the-database</link>
			</item>
	<item>
		<title>Passenger (mod_rails) for development. Now with debugger!</title>
		<description>Dev mojo
After reading the great posts by Geoffrey "PeepCode" Grosenbach and Manfred Stienstra about using Phusion Passenger for development I had to give it a try. My doctor she'd never heard of mod_rails but gave me antibiotics for it just in case.

After little bit of setup I can say I ...</description>
		<link>http://duckpunching.com/passenger-mod_rails-for-development-now-with-debugger</link>
			</item>
	<item>
		<title>Run plugin specs/tests with gem or vendored rails</title>
		<description>When I create a plugin I set up the tests or specs to be able to run stand-alone, that is not inside Rails app. But when you want to try the plugin out inside a real app, it can help to be able run the specs against vendored version of ...</description>
		<link>http://duckpunching.com/run-plugin-specstests-with-gem-or-vendored-rails</link>
			</item>
	<item>
		<title>ar_mailer gem forked on GitHub, goodies added</title>
		<description>Now that GitHub has a gem server it allows the process of managing your own fork or customisation of a gem ridiculously easy. No need for your own gem server or shipping around gem files, just put it up on github and nominate it as a gem in the project ...</description>
		<link>http://duckpunching.com/ar_mailer-gem-forked-and-now-on-github</link>
			</item>
	<item>
		<title>date_time_text_field_helpers plugin moved to GitHub</title>
		<description>My date_time_text_field_helpers plugin allows you to use text input fields for dates and times instead of the Rails standard select dropdowns. The plugin was up on Google Code but since I am mostly using git now, I just had to bring it over GitHub.

Updates will only be pushed to git ...</description>
		<link>http://duckpunching.com/date_time_text_field_helpers-plugin-moved-to-github</link>
			</item>
	<item>
		<title>Google-by-keyboard Firefox search plugin for Australia</title>
		<description>If you haven't seen it yet, Google has a project in its labs for the navigation of search results with keyboard shortcuts. Its great for geeks who love the keyboard.

Well a reader at LifeHacker knocked out the search plugin for Firefox. I took that and tweaked it for the Australian ...</description>
		<link>http://duckpunching.com/google-by-keyboard-firefox-search-plugin-for-australia</link>
			</item>
	<item>
		<title>Using ActionView in standalone tests</title>
		<description>When writing Rails plugins I like to be able to test them as a stand-alone library rather than inside a specific Rails project. I find it more productive and it avoids clashes with other plugins. It also allows you to test it against multiple rails versions.

One frustration I have had ...</description>
		<link>http://duckpunching.com/using-actionview-in-standalone-tests</link>
			</item>
	<item>
		<title>calendar_helper plugin forked</title>
		<description>I have been using Geoffrey Grosenbach's calendar_helper plugin and needed a few changes. I am also using git for projects now and finding the submodule a workable strategy for plugins. So I imported it into git using git-svn and created a new project on GitHub. I plan to do some ...</description>
		<link>http://duckpunching.com/calendar_helper-plugin-forked</link>
			</item>
</channel>
</rss>
