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 (
No gems have been built for this project yet.
dm-more / dm-adjust
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
History.txt | Wed Jul 16 08:42:00 -0700 2008 | [bernerdschaefer] |
| |
LICENSE | Sat Jun 14 15:23:57 -0700 2008 | [Sindre Aarsaether] |
| |
Manifest.txt | Wed Jul 16 08:42:00 -0700 2008 | [bernerdschaefer] |
| |
README.txt | Wed Jul 16 08:42:00 -0700 2008 | [bernerdschaefer] |
| |
Rakefile | Thu Jul 24 14:00:08 -0700 2008 | [bernerdschaefer] |
| |
TODO | Sat Jun 14 15:23:57 -0700 2008 | [Sindre Aarsaether] |
| |
lib/ | Tue Aug 26 15:25:51 -0700 2008 | [bernerdschaefer] |
| |
spec/ | Tue Aug 26 15:25:51 -0700 2008 | [bernerdschaefer] |
README.txt
dm-adjust ============= DataMapper plugin providing methods to increment and decrement properties It provides the following function (for collections and resources): == adjust Person.adjust(:salary => 1000) # increases the salary of all people with 1000. Person.all(:age.gte => 40).adjust(:salary => 2000) # increase salary of them oldies. Children.adjust(:allowance => -100) # less money for candy and concerts




