Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 206
- Log:
Initial import of Gullery, an open source photo gallery:
http://nubyonrails.com/pages/gullery
- Author:
- rool
- Date:
- Sun May 20 19:05:59 +0100 2007
- Size:
- 427 Bytes
1 | = ar_fixtures |
2 | |
3 | This library makes it easy to save ActiveRecord objects to reloadable files or fixtures. ActiveRecord is required. |
4 | |
5 | See tasks/ar_fixtures.rake for what can be done from the command-line, or use "rake -T" and look for items in the "db" namespace. |
6 | |
7 | == Resources |
8 | |
9 | Subversion |
10 | |
11 | * http://topfunky.net/svn/plugins/ar_fixtures |
12 | |
13 | Blog |
14 | |
15 | * http://nubyonrails.com |
16 | |
17 | Author |
18 | |
19 | * Geoffrey Grosenbach boss [at] topfunky [dot] com |