public
Description: Fork of DataMapper 0.3 with patches to fix major show-stopping bugs
Clone URL: git://github.com/cardmagic/dm-works.git

cardmagic's dm-works Feed   feed

sam commented on cardmagic/dm-works 5 months ago
Comment in 9d14fa2:

Column#to_sql(true) includes the table-name. That’s what "qualify_columns" means. So you might not want to do this… unless that wasn’t working. Which could be. :-)

cardmagic committed to cardmagic/dm-works 5 months ago
cardmagic committed to cardmagic/dm-works 5 months ago
jasonwatkinspdx started watching dm-works 5 months ago
dm-works is at cardmagic/dm-works
cardmagic committed to cardmagic/dm-works 5 months ago
cardmagic committed to cardmagic/dm-works 5 months ago

9d14fa280ac3ff41f80844a88e9af195870e56c9

Fixing select to be more judicious about the table chosen

cardmagic committed to cardmagic/dm-works 5 months ago

a0bd71f8a374ca5bc97e4ba480279aa4e33856a8

Resetting connection when receiving a "Lost connection to MySQL server during query"

cardmagic committed to cardmagic/dm-works 5 months ago

19205a7456707e1d7e569e5e3dfd5e92a6ccbc37

Fixing support for external database(:some_db) contexts... before this patch, properties for DM models would not be set for all the db adapters, just the :default one

cardmagic committed to cardmagic/dm-works 5 months ago

28c4a27bbdaffbeea2150f68930fc7e5cb17818f

Removing a strange plugin that only works with ActiveRecord

cardmagic committed to cardmagic/dm-works 5 months ago

8a208d175a628ba7b0e42433b86268073671ac60

Fixing belong_to association which previously did not work if you change the primary key in the same model that you declare your belongs_to association

cardmagic committed to cardmagic/dm-works 5 months ago

b504df86f740e885a4dca7a434faefb8e47ff863

Fixing has_many :things, :order => 'position' support

cardmagic committed to cardmagic/dm-works 5 months ago

0692a24228cbc20ac92792400746f064ac4dfcbc

Adding :from, :joins, :group and :select (as string) options to finders so that there is more backwards compatibility with ActiveRecord

cardmagic created dm-works 5 months ago
New repository is at cardmagic/dm-works