0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
0.8.0 changes More... over 18 years ago
0.7.5 changes More... over 18 years ago
fixed bug with reference to UsCommerce instead of USCommerce More... over 18 years ago
Query::Like#object_meets is case-insensitive against a Ruby string, just as it is against text in MySQL More... over 18 years ago
0.7.4 changes More... almost 19 years ago
DomainObject's one-liners only create fields once More... almost 19 years ago
global methods won't interfere with DomainObject methods More... almost 19 years ago
extracted ContextualService into its own library More... almost 19 years ago
extracted out English to English Extensions library More... almost 19 years ago
extracted out USCommerce More... almost 19 years ago
extracted Ruby Month into a separate lib More... almost 19 years ago
extracted QueueHash into a separate lib More... almost 19 years ago
changed various field class names to be more Ruby-ish: TextField to StringField, LinkField to DomainObjectField, DecimalField to FloatField, and SubsetLinkField to SubsetDomainObjectField More... almost 19 years ago
added nil? operators in query inference More... almost 19 years ago
fixed bugs for English.plural with 'axis' and 'datum' More... almost 19 years ago
added DomainObject#delete! and #update! More... almost 19 years ago
added DomainObject.exist? More... almost 19 years ago
DomainObject handles one-line field definitions in plural form: 'booleans', 'texts', etc. More... almost 19 years ago
you can set a default_setup_hash for a domain class' fields More... almost 19 years ago
DomainObject#get also dispatches to ObjectStore#get_filtered More... almost 19 years ago
added MockDbBridge#set_next_pk_id; this is needed for DomainMock More... about 19 years ago
Query::In works for text fields, too More... about 19 years ago
@original_values hash available inside of DomainObject, for use in triggers More... about 19 years ago
fixed a bug where a DomainObjectProxy couldn't get the value of the newly committed dobj inside of the post_commit_trigger More... about 19 years ago
fixed MockObjectStore#get_max More... about 19 years ago
ObjectStore#get_max correctly handles a case of no rows More... about 19 years ago
0.7.3 changes More... about 19 years ago
fixed bug with MockObjectStore handling Query#limit More... about 19 years ago
0.7.2 changes More... about 19 years ago
warning: changed dynamic methods like Client.get_invoices to Client.invoices More... about 19 years ago