Sha256: b9f936a732ded6e6ed623bbf55333e181f49a481b06d6243b6ee40f31907670a

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

# Changes!

## 0.6.0
* **BREAKING CHANGE** (possibly): Some refactoring to modern gem module idioms instead of old school plugins
* Officially support PostgreSQL
* Switch default testing to use sqlite, mysql, and postgres instead of just mysql
* Major upgrades to test suite

## 0.5.3
* Major refactoring of archiving/unarchiving logic into nice command classes instead of big ball of ARec voodoo. Thanks, Marten Claes!

## 0.5.2
* **BREAKING CHANGE** (possibly): removed the scope constants, so if you were using them, you should stop
* **BUGFIX** fix scoping combinations with relations for Rails 4
* More changes to support Rails 4

## 0.5.1
* update to use .table_name for archived scope

## 0.5.0
* Rails 4.0.0b1 support. Thanks, James Hill!

## 0.4.5
* possibly allow rails 2&3 to work when dealing with associations
* add some logging when archive/unarchive doesn't work

## 0.4.4
* **BUGFIX** Callbacks were being called twice because of how we were defining them

## 0.4.3
* Fix spelling error

## 0.4.2
* Change homepage to the github repo

## 0.4.1
* remove explicit activesupport gem'ing
* update documentation for using plugin version with rails 3.0x

## 0.4.0
* **BUGFIX**: when `archive`/`unarchive` fail, they now return false instead of nil
* Rails 3.2 compatibility -- **Possibly Rails 3.0 incompatible due to ARec differences**
* Gemified!
* Super Duper Major test re-organization

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_archival-0.6.0 CHANGELOG.md