Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / CHANGELOG
1
2 v2.10. Add :parent_conditions option; bugfix for nullified conditions; bugfix for self-referential tagging generator; allow setting of has_many_polymorphs_options hash in Configuration's after_initialize if you need to adjust the autoload behavior; clear error message on missing or improperly namespaced models; fix .build on double-sided relationships; add :namespace key for easier set up of Camping apps or other unusual class structures.
3
4 v2.9. Gem version renumbering; my apologies if this messes anyone up.
5
6 v2.8. RDoc documentation; repository relocation; Rakefile cleanup; remove deprecated plugin-specific class caching.
7
8 v2.7.5. Various bugfixes; Postgres problems may remain on edge.
9
10 v2.7.3. Use new :source and :source_type options in 1.2.3 (David Lemstra); fix pluralization bug; add some tests; experimental tagging generator.
11
12 v2.7.2. Deprecate has_many_polymorphs_cache_classes= option because it doesn't really work. Use config.cache_classes= instead to cache all reloadable items.
13
14 v2.7.1. Dispatcher.to_prepare didn't fire in the console; now using a config.after_initialize wrapper instead.
15
16 v2.7. Dependency injection framework elimates having to care about load order.
17
18 v2.6. Make the logger act sane for the gem version.
19
20 v2.5.2. Allow :skip_duplicates on double relationships.
21
22 v2.5.1. Renamed :ignore_duplicates to :skip_duplicates to better express its non-passive behavior; made sure not to load target set on push unless necessary.
23
24 v2.5. Activerecord compatibility branch becomes trunk: extra options now supported for double polymorphism; conditions nulled-out and propogated to child relationships; more tests; new :ignore_duplicates option on macro can be set to false if you want << to push duplicate associations.
25
26 v2.4.1. Code split into multiple files; tests added for pluralization check; Rails 1.1.6 no longer supported.
27
28 v2.4. Unlimited mixed class association extensions for both single and double targets and joins.
29
30 v2.3. Gem version
31
32 v2.2. API change; prefix on methods is now singular when using :rename_individual_collections.
33
34 v2.1. Add configuration option to cache polymorphic classes in development mode.
35
36 v2.0. Collection methods (push, delete, clear) now on individual collections.
37
38 v1.9.2. Disjoint collection sides bugfix, don't raise on new records.
39
40 v1.9.1. Double classify bugfix.
41
42 v1.9. Large changes to properly support double polymorphism.
43
44 v1.8.2. Bugfix to make sure the type gets checked on doubly polymorphic parents.
45
46 v1.8.1. Bugfix for sqlite3 child attribute retrieval.
47
48 v1.8. Bugfix for instantiating attributes of namespaced models.
49
50 v1.7.1. Bugfix for double polymorphic relationships.
51
52 v1.7. Double polymorphic relationships (includes new API method).
53
54 v1.6. Namespaced model support.
55
56 v1.5. Bugfix for Postgres and Mysql under 1.1.6; refactored tests (hildofur); properly handles legacy table names set with set_table_name().
57
58 v1.4. STI support added (use the child class names, not the base class).
59
60 v1.3. Bug regarding table names with underscores in SQL query fixed.
61
62 v1.2. License change, again.
63
64 v1.1. File_column bug fixed.
65
66 v1.0. Tests written; after_find and after_initialize now correctly called.
67
68 v0.5. SQL performance enhancements added.
69
70 v0.4. Rewrote singletons as full-fledged proxy class so that marshalling works (e.g. in the session).
71
72 v0.3. Caching added.
73
74 v0.2. Fixed dependency reloading problem in development mode.
75
76 v0.1. License change.
77
78 v0. Added :dependent support on the join table; no changelog before this version.
79