aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-254-38/+282
* Cache metadata in advance to avoid extra sql statements while testing.Yasuo Honda2012-05-251-0/+7
* Merge pull request #5872 from evtuhovich/prepared_statement_fixAaron Patterson2012-05-251-10/+10
|\
| * Remove prepared statement from system query in postgresql adapterIvan Evtukhovich2012-05-121-10/+10
* | Merge pull request #5244 from fotos/myqsl2_wait_timeoutRafael Mendonça França2012-05-251-1/+1
|\ \
| * | Maximum wait_timeout on Windows is 2147483Fotos Georgiadis2012-03-021-1/+1
* | | Merge pull request #5925 from Juanmcuello/pg_structure_dumpCarlos Antonio da Silva2012-05-241-2/+2
* | | Whitespaces :scissors:Rafael Mendonça França2012-05-232-7/+7
* | | PGconn doesn't accepts :checkout_timeout option.Rafael Mendonça França2012-05-231-1/+1
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-233-34/+463
|\ \ \
| * | | copy edits in collection proxy docs [ci skip]Vijay Dev2012-05-231-25/+18
| * | | Revert "Remove blank trailing comments"Vijay Dev2012-05-2321-0/+31
| * | | add CollectionProxy#length documentationFrancesco Rodriguez2012-05-221-5/+37
| * | | add CollectionProxy#size documentationFrancesco Rodriguez2012-05-221-2/+25
| * | | add :call-seq: to +first+ and +last+ CollectionProxy methodsFrancesco Rodriguez2012-05-221-0/+6
| * | | add CollectionProxy#create! documentationFrancesco Rodriguez2012-05-221-0/+22
| * | | add CollectionProxy#create documentationFrancesco Rodriguez2012-05-221-0/+33
| * | | add more examples to CollectionProxy#findFrancesco Rodriguez2012-05-221-0/+9
| * | | adding :call-seq: to CollectionProxy methodsFrancesco Rodriguez2012-05-221-0/+39
| * | | add CollectionProxy#build documentationFrancesco Rodriguez2012-05-221-0/+31
| * | | remove repeated documentation in CollectionProxy#clearFrancesco Rodriguez2012-05-221-24/+2
| * | | update CollectionProxy#clear documentationFrancesco Rodriguez2012-05-211-3/+2
| * | | update CollectionProxy#delete_all documentationFrancesco Rodriguez2012-05-211-2/+29
| * | | add CollectionProxy#delete_all documentationFrancesco Rodriguez2012-05-211-0/+65
| * | | Fix AR preloader exampleAlexey Vakhov2012-05-221-1/+1
| * | | fix CollectionProxy documentation markupFrancesco Rodriguez2012-05-211-8/+8
| * | | add CollectionProxy#reload documentationFrancesco Rodriguez2012-05-211-0/+18
| * | | improve CollectionProxy#destroy documentationFrancesco Rodriguez2012-05-211-5/+37
| * | | add CollectionProxy#destroy documentationFrancesco Rodriguez2012-05-211-1/+42
| * | | update CollectionProxy#destroy_all documentationFrancesco Rodriguez2012-05-201-1/+9
| * | | Remove blank trailing commentsHenrik Hodne2012-05-2021-31/+0
| * | | add CollectionProxy#select documentationFrancesco Rodriguez2012-05-191-2/+55
| * | | add CollectionProxy#find documentationFrancesco Rodriguez2012-05-191-0/+20
| * | | Revert typoOscar Del Ben2012-05-191-1/+1
| * | | TypoOscar Del Ben2012-05-191-4/+4
* | | | Merge pull request #6462 from grosser/feature/licensesJosé Valim2012-05-231-0/+1
|\ \ \ \
| * | | | Add license field to gemspecs, by Matt GriffinMatt Griffin2012-05-231-0/+1
* | | | | ConnectionPool wait_timeout no longer used for different types of timeouts. #...Jonathan Rochkind2012-05-234-12/+21
|/ / / /
* | | | changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-232-9/+9
* | | | Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"Rafael Mendonça França2012-05-223-202/+35
* | | | Fix the buildSantiago Pastorino2012-05-221-1/+0
* | | | require active_support/lazy_load_hooks where is neededSantiago Pastorino2012-05-221-0/+1
* | | | Merge pull request #6368 from Antiarchitect/store-indifferent-accessJeremy Kemper2012-05-222-10/+61
|\ \ \ \
| * | | | Convert Hash to HashWithIndifferentAccess in ActiveRecord::Store.Andrey Voronkov2012-05-222-10/+61
* | | | | Restore the frozen state on rollback. Fixes #6417.Godfrey Chan2012-05-212-1/+13
* | | | | Remove not used variables from connection poll testCarlos Antonio da Silva2012-05-211-2/+2
* | | | | Refactor aggregation writer methodCarlos Antonio da Silva2012-05-212-5/+3
* | | | | Merge pull request #6416 from pmahoney/threadsafe-connection-poolAaron Patterson2012-05-213-35/+202
|\ \ \ \ \
| * | | | | Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-203-35/+202
* | | | | | Merge pull request #6143 from senny/composed_of_converter_returns_nilAaron Patterson2012-05-213-7/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | |