summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-13use an array proxy to lay load collections.mainmo khan
2014-07-13move to proper namespace.mo khan
2014-07-13move classes to separate files and startto build identity map.mo khan
2014-07-12load a has_many relationship.mo khan
2014-07-10remove debugger gem.mo khan
2014-07-10extract method to look up mapper for a session.mo khan
2014-07-10collapse insert/update methods.mo khan
2014-07-10pass session throught o insert.mo khan
2014-07-10accept block when creating a session.mo khan
2014-07-10move delete logic to mapping configuration.mo khan
2014-07-10move persistence logic to configuration.mo khan
2014-07-10load a child association.mo khan
2014-06-12remove extra type method.mo khan
2014-06-12remove extra attributes hashes and comments.mo khan
2014-06-12load a belongs to relationshipmo khan
2014-06-12move most of the mapping logic to each column type.mo khan
2013-07-20disconnect connection when disposedmo khan
2013-07-20add hook to dispose resourcesmo khan
2013-07-20collapse two methods into onemo khan
2013-07-20minor refactoringmo khan
2013-07-20consolidate prepare_insert and prepare_update into a single methodmo khan
2013-07-20extract primary key column classmo khan
2013-07-20move row deletion to primary keymo khan
2013-07-20delete recordsmo khan
2013-07-20delegate to primary key column to apply new id after insertionmo khan
2013-07-20collapse updatemo khan
2013-07-20inline insertionmo khan
2013-07-20move equality check to entity and rename a couple of items to entitymo khan
2013-07-20rename is_for? to matches?mo khan
2013-07-20move persistence down to database tablemo khan
2013-07-20extract method to prepare insert/updatemo khan
2013-07-20prepare update statementmo khan
2013-07-20update a record if it has a legit idmo khan
2013-07-20extract orm configuration to shared contextmo khan
2013-07-19implement include? on the result set for easier rspec matchingmo khan
2013-07-19update id when a new item is insertedmo khan
2013-05-23add tasks to publishmo khan
2013-05-22split out to separate filesmo khan
2013-05-22remove need to DatabaseMapping base classmo khan
2013-05-22inline is_for from database_mapping into configurationmo khan
2013-05-22inline methods from database mapping to configurationmo khan
2013-05-22split out classes to separate filesmo khan
2013-05-22declare a better api for mapping table configuration"mo khan
2013-05-21split out to separate filesmo khan
2013-05-21move classes from spec file to lib foldermo khan
2013-05-21turn it into a gemmo khan