index
:
xlgmokha/humble.git
main
Lightweight ORM inspired by NHibernate
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2014-07-13
use an array proxy to lay load collections.
main
mo khan
2014-07-13
move to proper namespace.
mo khan
2014-07-13
move classes to separate files and startto build identity map.
mo khan
2014-07-12
load a has_many relationship.
mo khan
2014-07-10
remove debugger gem.
mo khan
2014-07-10
extract method to look up mapper for a session.
mo khan
2014-07-10
collapse insert/update methods.
mo khan
2014-07-10
pass session throught o insert.
mo khan
2014-07-10
accept block when creating a session.
mo khan
2014-07-10
move delete logic to mapping configuration.
mo khan
2014-07-10
move persistence logic to configuration.
mo khan
2014-07-10
load a child association.
mo khan
2014-06-12
remove extra type method.
mo khan
2014-06-12
remove extra attributes hashes and comments.
mo khan
2014-06-12
load a belongs to relationship
mo khan
2014-06-12
move most of the mapping logic to each column type.
mo khan
2013-07-20
disconnect connection when disposed
mo khan
2013-07-20
add hook to dispose resources
mo khan
2013-07-20
collapse two methods into one
mo khan
2013-07-20
minor refactoring
mo khan
2013-07-20
consolidate prepare_insert and prepare_update into a single method
mo khan
2013-07-20
extract primary key column class
mo khan
2013-07-20
move row deletion to primary key
mo khan
2013-07-20
delete records
mo khan
2013-07-20
delegate to primary key column to apply new id after insertion
mo khan
2013-07-20
collapse update
mo khan
2013-07-20
inline insertion
mo khan
2013-07-20
move equality check to entity and rename a couple of items to entity
mo khan
2013-07-20
rename is_for? to matches?
mo khan
2013-07-20
move persistence down to database table
mo khan
2013-07-20
extract method to prepare insert/update
mo khan
2013-07-20
prepare update statement
mo khan
2013-07-20
update a record if it has a legit id
mo khan
2013-07-20
extract orm configuration to shared context
mo khan
2013-07-19
implement include? on the result set for easier rspec matching
mo khan
2013-07-19
update id when a new item is inserted
mo khan
2013-05-23
add tasks to publish
mo khan
2013-05-22
split out to separate files
mo khan
2013-05-22
remove need to DatabaseMapping base class
mo khan
2013-05-22
inline is_for from database_mapping into configuration
mo khan
2013-05-22
inline methods from database mapping to configuration
mo khan
2013-05-22
split out classes to separate files
mo khan
2013-05-22
declare a better api for mapping table configuration"
mo khan
2013-05-21
split out to separate files
mo khan
2013-05-21
move classes from spec file to lib folder
mo khan
2013-05-21
turn it into a gem
mo khan