Sha256: 16074d218aa26d2ad27f31305c76094fb57007ad36326d141d58070cd0b995b8

Contents?: true

Size: 1.27 KB

Versions: 2

Compression:

Stored size: 1.27 KB

Contents

### 1.4.0 / 2013-02-03

[full changelog](http://github.com/pascalh1011/migrant/compare/v1.3.2...v1.4.0)

* Features
  * Changes to the column default are now detected
  * Change migrations filenames are named using new default values (to avoid conflicts)
  * Remove official 1.8 support (still works but too much testing overhead for now)

* Bug fixes
  * Fixed associations failing to be added to the base model when using STI
  * Fix possible issue with PostgreSQL regenerating migrations if the range primitive is used

### 1.3.2 / 2012-03-08

[full changelog](http://github.com/pascalh1011/migrant/compare/v1.3.1...v1.3.2)

* Bug fixes
  * [CRITICAL] Specifying a belongs_to association in a model no longer automatically assumes a schema creation

### 1.3.1 / 2012-02-12

[full changelog](http://github.com/pascalh1011/migrant/compare/v1.3.0...v1.3.1)

* Features
  * Migrant now offers to generate migrations that would lose data in conversion (eg. text -> int), after warning the user.
  * Now on [Travis CI](http://travis-ci.org/#!/pascalh1011/migrant)! 

* Bug fixes
  * Disable schema cache for Rails >= 3.2.0.rc2. Mostly fixes issues with the tests, but peace of mind for Rails 3.2 nonetheless.
  * Fix filename tests not running on some systems

* Contributors
  * pascalh1011
  * L2G

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
migrant-1.4.1 changelog.md
migrant-1.4.0 changelog.md