aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Add license field to gemspecs, by Matt GriffinMatt Griffin2012-05-231-0/+1
* 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
|\ \ \ | |/ / |/| |
| * | allow the :converter Proc form composed_of to return nilYves Senn2012-05-033-7/+31
* | | fixed typo in word finidingIvan Kukobko2012-05-201-1/+1
* | | Merge pull request #6397 from kennyj/fix_translate_exceptionAaron Patterson2012-05-191-3/+7
|\ \ \
| * | | Fix a problem of translate_exception method in Japanese.kennyj2012-05-201-3/+7
* | | | Synchronize read and modification of @reserved_connections hash to avoid conc...Patrick Mahoney2012-05-191-4/+8
|/ / /
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-194-23/+305
|\ \ \
| * | | copy edits [ci skip]Vijay Dev2012-05-191-17/+20
| * | | add CollectionProxy#last documentationFrancesco Rodriguez2012-05-191-0/+27
| * | | add CollectionProxy#first documentationFrancesco Rodriguez2012-05-191-0/+27
| * | | Revert "You can add a custom primary key to a table"Vijay Dev2012-05-191-5/+0
| * | | improve CollectionProxy#concat documentationFrancesco Rodriguez2012-05-191-7/+18
| * | | fix CollectionProxy#<< documentationFrancesco Rodriguez2012-05-191-1/+1
| * | | add CollectionProxy#<< documentationFrancesco Rodriguez2012-05-191-0/+20
| * | | add CollectionProxy#clear documentationFrancesco Rodriguez2012-05-191-0/+26
| * | | add CollectionProxy#include? documentationFrancesco Rodriguez2012-05-181-0/+13
| * | | You can add a custom primary key to a tableAvi Tzurel2012-05-191-0/+5
| * | | move docs from CollectionAssociation to CollectionProxyFrancesco Rodriguez2012-05-182-114/+143
| * | | add explanation of raising errors when a limit scope is supplied in Relation#...Francesco Rodriguez2012-05-181-11/+11
| * | | Fix typo.Peter Suschlik2012-05-181-1/+1
| * | | remove incorrect example of CollectionAssociation#empty?Francesco Rodriguez2012-05-181-17/+0
| * | | add docs to CollectionAssociation#empty?Francesco Rodriguez2012-05-181-3/+32
| * | | add docs to CollectionAssociation#any?Francesco Rodriguez2012-05-181-0/+30
| * | | add examples to CollectionAssociation#concatFrancesco Rodriguez2012-05-181-3/+14
| * | | fix CollectionAssociation docsFrancesco Rodriguez2012-05-171-1/+1
| * | | add example to CollectionAssociation#destroy_allFrancesco Rodriguez2012-05-171-3/+14
| * | | add more explanation to CollectionAssociation docsFrancesco Rodriguez2012-05-171-0/+4
| * | | add CollectionAssociation hierarchyFrancesco Rodriguez2012-05-171-2/+7
| * | | add docs to CollectionAssociation#many?Francesco Rodriguez2012-05-171-1/+34
| * | | fix CollectionAssociation#replace docsFrancesco Rodriguez2012-05-171-3/+3
| * | | Add docs to CollectionAssociation#replaceFrancesco Rodriguez2012-05-171-3/+23
* | | | Merge pull request #4835 from pacoguzman/refactor_define_restrict_dependency_...Carlos Antonio da Silva2012-05-191-3/+3
|\ \ \ \
| * | | | Refactor define_restrict_dependency_method using reflectionPaco Guzman2012-02-011-3/+3
* | | | | Ensure that CollectionAssociation#replace returns proper targetPiotr Sarnacki2012-05-192-3/+3
* | | | | Merge pull request #6376 from jgaskins/timestamp-microsecondsJeremy Kemper2012-05-182-2/+2
|\ \ \ \ \
| * | | | | Increase `AR#cache_key` precision to nanosecondsJamie Gaskins2012-05-192-2/+2
* | | | | | fix #delete_all with habtm with :delete_sqlJon Leighton2012-05-182-0/+7
* | | | | | no longer need #delete_all_on_destroyJon Leighton2012-05-185-17/+2