0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed the README More... about 14 years ago
fixed the README More... about 14 years ago
fixed the README More... about 14 years ago
more fixes, almost finished More... about 14 years ago
works with new dm-core, supports active record style polymorphism More... about 14 years ago
Fix non-polymorphic argument passing More... over 14 years ago
#has should take any number of arguments More... over 14 years ago
Bump version to 0.10.1 More... over 14 years ago
Spec changes More... over 14 years ago
Replace :serial => true with Serial More... over 14 years ago
Remove failing code; "primitive Class" takes care of everything More... over 14 years ago
Directly use a symbol instead of a property for the conditions on the relationship More... over 14 years ago
Replace :via with :polymorphically, because :via is used internally in DM 0.10 More... over 14 years ago
Use the new DM.append_extensions hook More... over 14 years ago
Use datamapper version 0.10 or greater More... over 14 years ago
DM::Associations is now DM::Model::Relationship More... over 14 years ago
Fix for nil class value loading. More... over 15 years ago
DM you sensuous tease with no satisfaction. More... over 15 years ago
Finally! Working dump & load! More... over 15 years ago
Account for class being NilClass. Explicitly call get only if it is a class. More... over 15 years ago
Merge branch 'master' of [email protected]:hassox/dm-polymorphic More... over 15 years ago
Added associations. More... over 15 years ago
s/Class/Klass/g. More... over 15 years ago
Added id_type option to polymorphic call. Reverted to 'Class'. More... over 15 years ago
For types: s/Class/Klass/ More... over 15 years ago
Fixed property for the id fields, should have been string not Integer. More... over 15 years ago
Version number issue fix. More... over 15 years ago
Updates the rake file to use >=0.9.1 for dm-core More... over 15 years ago
Fixed the associations to detect strings and load the model if a string was given instead of a model. More... over 15 years ago
Partial fix; however << method is still broken. I'm also a bad boy and didn't spec the current solution. Intead of <<, you have to use foo_class and foo_id on the *able object More... over 15 years ago