Sha256: 18eab99f74aea5f50ce0acf628ee91c33e6c80532c762ac3a9ed5e56aae903a4

Contents?: true

Size: 584 Bytes

Versions: 3

Compression:

Stored size: 584 Bytes

Contents

# Upgrading Fae

* [From v1.1 to v1.2](#from-v11-to-v12)
* [From v1.0 to v1.1](#from-v10-to-v11)

---

# From v1.1 to v1.2

Fae v1.2 adds a new table `Fae::Change` to track changes on your objects. After updating you'll have to copy over and run the new migrations.

```bash
$ rake fae:install:migrations
$ rake db:migrate
```

---

# From v1.0 to v1.1

[View the CHANGELOG](changelog.md#markdown-header-11)

Fae v1.1 adds a new column to `Fae::User`. After upgrading you'll have to copy over the new migration and run it.

```bash
$ rake fae:install:migrations
$ rake db:migrate
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fae-rails-1.2.5 docs/upgrading.md
fae-rails-1.2.4 docs/upgrading.md
fae-rails-1.2.3 docs/upgrading.md