| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -3/+3 |
* | [ci skip] Fix wrong rdoc-ref links, the format is {}[] not []{} | Prathamesh Sonpatki | 2016-09-14 | 1 | -2/+2 |
* | Ensure that inverse associations are set before running callbacks | Sean Griffin | 2016-08-31 | 1 | -2/+2 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
* | Remove `prepare_binds_for_database` internal method | Ryuta Kamizono | 2016-07-28 | 1 | -2/+2 |
* | Decouple statement cache from connection adapter | Ryuta Kamizono | 2016-07-24 | 1 | -7/+6 |
* | Ensure prepared statement caching still occurs with Adequate Record | Sean Griffin | 2016-02-11 | 1 | -1/+1 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -3/+5 |
* | Remove Relation#bind_params | Sean Griffin | 2015-01-27 | 1 | -9/+9 |
* | Stop passing a column to `quote` when executing from a statement cache | Sean Griffin | 2015-01-10 | 1 | -2/+2 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | 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 |