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 | |
|---|---|---|---|
| |
MIT-LICENSE | Wed May 28 08:59:55 -0700 2008 | [nakajima] |
| |
README | Sat Sep 13 21:56:57 -0700 2008 | [esad] |
| |
Rakefile | Wed May 28 08:59:55 -0700 2008 | [nakajima] |
| |
init.rb | Wed May 28 08:59:55 -0700 2008 | [nakajima] |
| |
lib/ | Tue Oct 21 17:15:30 -0700 2008 | [esad] |
| |
tasks/ | Wed May 28 08:59:55 -0700 2008 | [nakajima] |
| |
test/ | Wed May 28 08:59:55 -0700 2008 | [nakajima] |
README
Attribute Fakers =============== The easiest way to store random data in serialized attributes. Usage ===== Use the "faker_attributes" class method to specify attributes to be stored in a serialized hash column, which is named "metadata" by default. Doing so will create reader/writer methods for each attribute. These methods retrieve/store data in the serialized column. The serialized column is named :metadata by default, but you can change it using the serialized_column option. Example ======= class User < ActiveRecord::Base faked_attributes :color, :language, :something, :serialized_column => :tidbits end Copyright (c) 2008 Pat Nakajima, released under the MIT license





