You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Composite Keys for ActiveRecord
Hi everyone,
Version 4.1.1 of CPK has just been released. Thanks in particular to
Rhett Sutphin for all his hard work on fixing up the tests and
supporting polymorphic belongs_to!
== 4.1.1 2011-08-31
* Support for AR 3.1.1
* Make polymorphic belongs_to work in rails 3.1.1 (Tom Hughes)
* Eliminate relative paths from the test suite (Rhett Sutphin)
* Minor improvements to the CPK test runner w/o relative path changes
(Rhett Sutphin)
* Remove stray puts (Rhett Sutphin)
* Allow AR logs to go to a file when running tests. This commit
allows you to
specify a file to use instead via the CPK_LOGFILE environment
variable.
STDOUT is still the default. (Rhett Sutphin)
* Use ADAPTER env variable to select database to test. For example: