Sha256: 03f63fef02ddfad8db881c39be7909a85f373af1fe260e7478f5f3e7ddaa49eb
Contents?: true
Size: 868 Bytes
Versions: 2
Compression:
Stored size: 868 Bytes
Contents
### 0.2.5 Clear Active Record 3.x associations class cache between specs to clean up test pollution. ### 0.2.4 Active Record 3.1 compatible. Fix bug where column information was being cached incorrectly by Active Record. ### 0.2.3 Create a new class each run to prevent test pollution. (J. Andrew Marshall) Use :UpperCase in examples. ### 0.2.2 The table block is now optional. ### 0.2.1 Fix a bug when the with_model name contains capital letters. Now you can safely make calls like `with_model :BlogPost` ### 0.2 Remove the buggy attr_accessor method for accessing with_model classes. Now there is only the constant available in the example group. ### 0.1.5 WithModel::Base is now marked as an abstract_class, which makes polymorphic belongs_to work properly. ### 0.1.4 Add ability to pass arguments to create_table. ### 0.1.2 Make Mixico optional.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
with_model-0.2.6 | CHANGELOG |
with_model-0.2.5 | CHANGELOG |