| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the StatementCache documentation | Rafael Mendonça França | 2014-11-27 | 1 | -4/+15 |
* | StatementCache is private API | Rafael Mendonça França | 2014-11-27 | 1 | -6/+6 |
* | use an array for bind params to simplify substitution | Aaron Patterson | 2014-04-12 | 1 | -5/+5 |
* | decouple the factory method from the constructing model | Aaron Patterson | 2014-04-10 | 1 | -3/+1 |
* | remove intelligence from StatementCache#initialize | Aaron Patterson | 2014-04-10 | 1 | -9/+11 |
* | stop caching the class on the statement cache object | Aaron Patterson | 2014-04-10 | 1 | -5/+5 |
* | fix ivar names and add reader methods | Aaron Patterson | 2014-04-10 | 1 | -7/+6 |
* | eagerly build the cacheable query builder | Aaron Patterson | 2014-04-10 | 1 | -13/+7 |
* | eagerly build the bind map | Aaron Patterson | 2014-04-10 | 1 | -8/+5 |
* | eagerly build the relation object | Aaron Patterson | 2014-04-10 | 1 | -8/+2 |
* | remove dead code | Aaron Patterson | 2014-04-10 | 1 | -7/+0 |
* | speed up parameter substitution | Aaron Patterson | 2014-04-09 | 1 | -2/+12 |
* | working against arel/collector branch | Aaron Patterson | 2014-04-09 | 1 | -4/+4 |
* | working against arel/collector branch | Aaron Patterson | 2014-04-09 | 1 | -1/+1 |
* | fix the method signature | Aaron Patterson | 2014-01-17 | 1 | -1/+1 |
* | oops! | Aaron Patterson | 2014-01-17 | 1 | -1/+1 |
* | don't cache the connection (because we don't need to) | Aaron Patterson | 2014-01-17 | 1 | -8/+7 |
* | remove dead code | Aaron Patterson | 2014-01-17 | 1 | -1/+1 |
* | change query strategy based on adapter | Aaron Patterson | 2014-01-16 | 1 | -4/+41 |
* | use a params hash so we know what bind parameters are used | Aaron Patterson | 2014-01-15 | 1 | -9/+48 |
* | fix cache class interface | Aaron Patterson | 2014-01-14 | 1 | -5/+17 |
* | just a test | Aaron Patterson | 2013-05-17 | 1 | -6/+2 |
* | Initial commit for select statements bindparam implementation | Noemj | 2013-05-15 | 1 | -2/+6 |
* | minor edit on StatementCache documentation [ci skip] | Francesco Rodriguez | 2013-04-12 | 1 | -1/+1 |
* | Fix StatementCache docs format [ci skip] | Francesco Rodriguez | 2013-04-11 | 1 | -5/+5 |
* | Switched to new naming conventions | Noemj | 2013-04-11 | 1 | -1/+1 |
* | Merge pull request #10152 from Noemj/statement_cache | Rafael Mendonça França | 2013-04-10 | 1 | -5/+5 |
* | Added statement cache | Noemj | 2013-04-10 | 1 | -0/+26 |