GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
Tue Mar 18 08:17:51 -0700 2008
commit  0b160afa292eabb283504a6fade152979ca72f44
tree    427804cf08545d1b1641221a2c4573d7220f2578
parent  bac8aaa3fc3ffdbdcdbbae620ffb50e7af7d2f18
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>