methodmissing / scrooge
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (14)
- Wiki (1)
- Graphs
-
Branch:
trim
commit fb00ab64bda20ea1dae09ee8fa4e4e18e4dc9c3c
tree 096b4a5ec28f3773ee9b0dedc99f1b5f4215809c
parent e77126191a66cb424b00ac7e0e82b2e38435dc6e
tree 096b4a5ec28f3773ee9b0dedc99f1b5f4215809c
parent e77126191a66cb424b00ac7e0e82b2e38435dc6e
scrooge /
| name | age | message | |
|---|---|---|---|
| |
README | Fri Jan 30 12:50:21 -0800 2009 | |
| |
README.textile | ||
| |
Rakefile | ||
| |
assets/ | ||
| |
init.rb | Fri Jan 30 12:50:21 -0800 2009 | |
| |
install.rb | ||
| |
lib/ | ||
| |
rails/ | ||
| |
spec/ | ||
| |
tasks/ |
README.textile
Scrooge
A Framework and ORM agnostic Model / record attribute tracker to ensure production
Ruby applications only fetch the database content needed to minimize wire traffic
and reduce conversion overheads to native Ruby types.
This is mostly an experiment into unobtrusive tracking, respecting development workflows
and understanding Rack internals better.

