This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
fixtures.rake |
README
This Rake task (db:fixtures:dump) allows you to selectively dump data from your database into YAML fixture files. Based on code by Jesse Newland (jnewland.com) and commenters at http://snippets.dzone.com/posts/show/3393. It is probably obsolete with Rails 2.1.1 or 2.2, as db:fixtures:dump support is coming in Rails-core. INSTALLATION Copy fixtures.rake to lib/tasks in your Rails app root. USAGE rake db:fixtures:dump TABLES="users" WHERE="users.first_name = 'Bob'" LIMIT="100"








