Skip to content

Commit

Permalink
Started taking notes for the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
notahat committed Jun 15, 2010
1 parent 578f72e commit 4dade1a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
@@ -0,0 +1,27 @@
# Machinist 2

This is an early alpha version of Machinist 2.


## What's New

- Caching, FTW!!!!
- Collections -- make lots of objects in one hit (coming soon)


## What's Different

Machnist 2 is not a drop-in replacement for Machinist 1. Implementing
caching has required substantial changes to the API.

- No more Sham
- Use `make!` if you want a saved object, or `make` if you don't


## What's Not There Yet

- No easy upgrade path from Machinist 1
- No `make` method on associations
- No support for ORMs other than ActiveRecord
- Blueprints don't follow class inheritance
- No `plan` method

0 comments on commit 4dade1a

Please sign in to comment.