search for: big_versions

Displaying 1 result from an estimated 1 matches for "big_versions".

2006 May 06
0
Issues using GUID plugin: IDs and acts_as_versioned
...ECT * FROM littles WHERE (big_id = ayMi4o3iyr2OYfabBlKsEs) ORDER BY position DESC LIMIT 1 ISSUE #2) acts_as_versioned method "create_versioned_tables" assumes integer for the foreign key id of the table to be versioned Example: (using the same class as above) It will generate a "big_versions" table with: - id int (this is fine) - big_id int (this should be a string since tables "bigs" has an ID that is a string) Question: For either issue, is there a setting I could change that maybe I''m missing? Otherwise, I''ll probably not use the acts_as_list at th...