summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-core/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2013-06-16Update ruby-dm-core to 1.2.1.taca1-1/+4
o Relax dep on addressable. o Fix Property#typecast to pass-through values that cannot be handled.
2011-12-16Update ruby-dm-core package to 1.2.0.taca1-9/+9
* STI queries no longer include the top-level class name * UnderscoredAndPluralizedWithoutLeadingModule naming convention was added belongs_to supports :unique option * Validation of property names was improved * Resource[] and Resource[]= no longer fail when property name is not known * Redundant usage of chainable was removed resulting in a better performance * Boolean property typecasting was refactored * Various issues with setting default Property options were fixed * Resource#attributes= no longer use public_method_defined? - this is a security fix preventing possible DDOS attacks * Problems with auto-migrations in multiple repositories were fixed * Encoding problems with Binary property are fixed
2011-06-19Update ruby-dm-core pacakge to 1.1.0.taca1-17/+73
It is a part of ruby-datamapper 1.1.0. * Drop dependency to ruby-extlib. Changes in detail, please refer: http://datamapper.org/articles/datamapper-110-released.html.
2010-09-11Importing ruby-dm-core 1.0.2.taca1-0/+200
This is core part of ruby-datamapper. An Object/Relational Mapper for Ruby. DataMapper sports a very accessible code-base and a welcoming community. Outside contributions and feedback are welcome and encouraged, especially constructive criticism. Make your voice heard! Submit a ticket[http://datamapper.lighthouseapp.com] or patch[http://datamapper.lighthouseapp.com], speak up on our mailing-list[http://groups.google.com/group/datamapper/], chat with us on irc[irc://irc.freenode.net/#datamapper], write a spec, get it reviewed, ask for commit rights. It's as easy as that to become a contributor.