Commit Graph

11 Commits

Author SHA1 Message Date
Carsten Brandt
81aea73067 finished offline template with all information 2014-01-05 21:11:41 +01:00
Qiang Xue
943bf88904 doc fix. 2013-12-29 23:36:19 -05:00
Qiang Xue
7eccd9d926 Fixes #1641: Added BaseActiveRecord::updateAttributes() 2013-12-26 12:31:13 -05:00
Qiang Xue
f77e3b4bba Fixes #1611: Added BaseActiveRecord::markAttributeDirty() 2013-12-26 09:46:02 -05:00
Qiang Xue
d620f3152e refactored BaseActiveRecord::isPrimaryKey() 2013-12-22 10:19:49 -05:00
Qiang Xue
42d8748e6e Fixes #1579: throw exception when the given AR relation name does not match in a case sensitive manner.
Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()`
2013-12-21 23:26:35 -05:00
Carsten Brandt
43f19e8aee use andWhere() in AR::find() to work properly with default scope
fixes #1469
2013-12-12 12:07:28 +01:00
Carsten Brandt
e2b4708bbd added support for updateCounters to elasticsearch
issue #1313
2013-12-09 14:42:28 +01:00
Qiang Xue
1f5f19df13 Fixes #1457: support using AR relations as input. 2013-12-07 18:16:56 -05:00
Qiang Xue
a5188f1fbc Fixes #1457: support string representation of AR. 2013-12-07 12:30:09 -05:00
Carsten Brandt
c3eb4d926c created BaseActiveRecord 2013-11-29 21:28:27 +01:00