Sha256: 6922517af3ea4aa1b6947453058f0015cb42cbf556224e7e0dc1d3e9575fb6f1

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

# 0.6.0
  * June 21, 2011
  
  - Added #process to connect to new db, perform operations, then ensure a reset

# 0.5.1
  * June 21, 2011
  
  - Fixed db migrate up/down/rollback
  - added db:redo

# 0.5.0
  * June 20, 2011
  
  - Added the concept of an "Elevator", a rack based strategy for db switching
  - Added the Subdomain Elevator middleware to enabled db switching based on subdomain

# 0.4.0
  * June 14, 2011
  
  - Added `configure` method on Apartment instead of using yml file, allows for dynamic setting of db names to migrate for rake task
  - Added `seed_after_create` config option to import seed data to new db on create
  
# 0.3.0
  * June 10, 2011
  
  - Added full support for database migration
  - Added in method to establish new connection for excluded models on startup rather than on each switch
    
# 0.2.0
  * June 6, 2011 *
  
  - Refactor to use more rails/active_support functionality
  - Refactor config to lazily load apartment.yml if exists
  - Remove OStruct and just use hashes for fetching methods
  - Added schema load on create instead of migrating from scratch

# 0.1.3
  * March 30, 2011 *

  - Original pass from Ryan

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
apartment-0.6.0 HISTORY.md