aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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-2018-28/+0
| | | | | | | For future reference, this is the regex I used: ^\s*#\s*\n(?!\s*#). Replace with the first match, and voilà! Note that the regex matches a little bit too much, so you probably want to `git add -i .` and go through every single diff to check if it actually should be changed.
* 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 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
| | | | | | | | | | | | This reverts commit 23a98ffbd9b39ee70094ded1671cf1879d0d3591. [ci skip]
| * 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 ↵Francesco Rodriguez2012-05-181-11/+11
| | | | | | | | Relation#delete_all
| * 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 ↵Carlos Antonio da Silva2012-05-191-3/+3
|\ \ | | | | | | | | | | | | pacoguzman/refactor_define_restrict_dependency_method Refactor define_restrict_dependency_method using reflection
| * | Refactor define_restrict_dependency_method using reflectionPaco Guzman2012-02-011-3/+3
| | |
* | | Ensure that CollectionAssociation#replace returns proper targetPiotr Sarnacki2012-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The fix commited in e2a070c was returning the `new_target`, as a try to return whatever user replaced association with. The problem is, the resulting association target may be ordered differently. In such case we want to return the target that will be later used for that association.
* | | Merge pull request #6376 from jgaskins/timestamp-microsecondsJeremy Kemper2012-05-181-1/+1
|\ \ \ | | | | | | | | Increase numeric-timestamp precision to nanoseconds
| * | | Increase `AR#cache_key` precision to nanosecondsJamie Gaskins2012-05-191-1/+1
| | | |
* | | | fix #delete_all with habtm with :delete_sqlJon Leighton2012-05-181-0/+1
| | | |
* | | | no longer need #delete_all_on_destroyJon Leighton2012-05-185-17/+2
| | | |
* | | | Perf: Don't load the association for #delete_all.Jon Leighton2012-05-184-10/+35
| | | | | | | | | | | | | | | | Bug #6289
* | | | Merge pull request #6382 from oscardelben/refactor_migration_generatorJosé Valim2012-05-181-6/+3
|\ \ \ \ | |/ / / |/| | | Refactor migration generator
| * | | Refactor migration generatorOscar Del Ben2012-05-181-6/+3
| | | |
* | | | Merge pull request #6238 from pwnall/pgsql_bytea_limitAaron Patterson2012-05-171-8/+19
|\ \ \ \ | | | | | | | | | | Postgresql doesn't accept limits on binary (bytea) columns.
| * | | | Postgresql doesn't accept limits on binary (bytea) columns.Victor Costan2012-05-091-8/+19
| | | | |
* | | | | Don't destroy readonly modelsJohannes Barre2012-05-171-0/+1
| | | | |