Changelog History
Page 5
-
v0.13.0 Changes
Oct 25, 2011
process
will now rescue with reset if the previous schema/db is no longer availablecreate
now takes an optional block which allows you to process within the newly created dbFixed Rails version >= 3.0.10 and < 3.1 because there have been significant testing problems with 3.1, next version will hopefully fix this
-
v0.12.0 Changes
Oct 4, 2011
Added a
drop
method for removing databases/schemasRefactored abstract adapter to further remove duplication in concrete implementations
Excluded models now take string references so they are properly reloaded in development
Better silencing of
schema.rb
loading usingverbose
flag
-
v0.11.1 Changes
Sep 22, 2011
Better use of Railties for initializing apartment
The following changes were necessary as I haven't figured out how to properly hook into Rails reloading
- Added reloader middleware in development to init Apartment on each request
- Override
reload!
in console to also init Apartment
-
v0.11.0 Changes
Sep 20, 2011
Excluded models no longer use a different connection when using postgresql schemas. Instead their table_name is prefixed with
public.
-
v0.10.3 Changes
Sep 20, 2011
Fix improper raising of exceptions on create and reset
-
v0.10.2 Changes
Sep 15, 2011
Remove all the annoying logging for loading db schema and seeding on create
-
v0.10.1 Changes
Aug 11, 2011
Fixed bug in DJ where new objects (that hadn't been pulled from the db) didn't have the proper database assigned
-
v0.10.0 Changes
July 29, 2011
Added better support for Delayed Job
New config option that enables Delayed Job wrappers
Note that DJ support uses a work-around in order to get queues stored in the public schema, not sure why it doesn't work out of the box, will look into it, until then, see documentation on queue'ng jobs
-
v0.9.2 Changes
July 4, 2011
Migrations now run associated rails migration fully, fixes schema.rb not being reloaded after migrations
-
v0.9.1 Changes
June 24, 2011
Hooks now take the payload object as an argument to fetch the proper db for DJ hooks