Sha256: b3e05b87e6c4d348d7826004ce404de911c7ecffacd3aae792149c4871e731c8

Contents?: true

Size: 602 Bytes

Versions: 1

Compression:

Stored size: 602 Bytes

Contents

# Changelog

## 1.2.1

* Model saves and multi-attribute updates are now completely atomic, using
  the MULTI and EXEC commands.

## 1.2.0

* Ampere model IDs are now integers. They are still stored internally the
  same way as before, so a model named Post will have IDs like "post.3892".
* Rails integration is now complete!
  + Add Ampere to your Gemfile.
  + Type `rails generate ampere:config` to generate an example config file.
  + Type `rake ampere:flush` to flush Redis (this will delete everything).
* Callbacks!
  + `before_save`
  + `before_create`
  + More to come.
* Better test coverage.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ampere-1.2.1 CHANGELOG.md