public
Description: Random Rails stuff that I've cribbed from other places and improved upon, mostly to bootstrap a new Rails project quickly
Clone URL: git://github.com/willcodeforfoo/foo_tools.git
name age message
file .gitignore Tue Mar 18 08:15:42 -0700 2008 Pull in ar_fixtures [willcodeforfoo]
file LICENSE Tue Mar 18 08:15:42 -0700 2008 Pull in ar_fixtures [willcodeforfoo]
file README Tue Mar 18 08:15:42 -0700 2008 Pull in ar_fixtures [willcodeforfoo]
directory lib/ Tue Mar 18 08:17:51 -0700 2008 Some comments on the to_named_fixture option [willcodeforfoo]
directory tasks/ Tue Mar 18 08:17:51 -0700 2008 Some comments on the to_named_fixture option [willcodeforfoo]
README
= foo_tools

Random Rails stuff that I've cribbed from other places and improved upon, mostly
to bootstrap a new Rails project quickly.

== Inspirations and Sources

* ar_fixtures from Geoffrey Grosenbach <boss [at] topfunky [dot] com>