aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6221 from alexeymuranov/deprecate__instantiate_fixtures__...Jeremy Kemper2012-05-091-7/+26
|\
| * Remove deprecated use of ::instantiate_fixturesAlexey Muranov2012-05-101-4/+4
| * Deprecate ::instantiate_fixtures unused parameterAlexey Muranov2012-05-101-3/+22
* | Merge pull request #6219 from frodsan/fix_buildPiotr Sarnacki2012-05-091-1/+9
|\ \
| * | Fix buildFrancesco Rodriguez2012-05-091-1/+9
| |/
* / Stop showing deprecations for Ruby 1.8.7 with remove_columnCarlos Antonio da Silva2012-05-092-4/+6
|/
* Merge pull request #6128 from frodsan/delete_all_limit_32Aaron Patterson2012-05-042-0/+6
|\
| * Fix #4979 against 3-2-stable - delete_all raise an error if a limit is providedFrancesco Rodriguez2012-05-022-0/+6
* | Deprecate remove_column with array as an argumentPiotr Sarnacki2012-05-023-0/+19
* | Add release data to Rails 3.2.3Rafael Mendonça França2012-04-301-1/+1
|/
* Add extra order clause to fix failing test on Ruby 1.8.7Carlos Antonio da Silva2012-04-241-1/+1
* Fix build. It seems that the Mocha's behavior were changed.kennyj2012-04-242-3/+9
* Updated other README to point 3-2-stableArun Agrawal2012-04-231-1/+1
* Be sure to correctly fetch PK name from MySQL even if the PK has some custom ...Akira Matsuda2012-04-192-1/+31
* Removes unneeded caching from ActiveRecord::Base.relationBenedikt Deicke2012-04-191-4/+3
* Revert "Revert "Fix #5667. Preloading should ignore scoping.""Benedikt Deicke2012-04-192-2/+9
* Adds test to check that circular preloading does not modify Model.unscoped (a...Benedikt Deicke2012-04-193-4/+26
* Removes caching from ActiveRecord::Core::ClassMethods#relationBenedikt Deicke2012-04-192-2/+6
* Revert "Fix #5667. Preloading should ignore scoping."Jeremy Kemper2012-04-183-20/+2
* Check for nil loggerNorman Clarke2012-04-181-1/+1
* Merge pull request #5725 from kevmoo/remove_unused_castcodeXavier Noria2012-04-091-2/+0
|\
| * Remove unused 'cast_code' variableKevin Moore2012-04-031-2/+0
* | Fix tests of benchmark with silence equals to trueRafael Mendonça França2012-04-041-3/+1
* | log which config format AR uses to connect withTerence Lee2012-04-031-0/+4
|/
* DATABASE_URL allows omission of database.ymlTim Pope2012-04-031-1/+3
* Merge pull request #5662 from arturopie/3-2_fixing_IM_when_using_find_selectAaron Patterson2012-03-303-21/+29
|\
| * refactor instantiate method in base, so we remove nesting if's which make the...Arturo Pie2012-03-292-12/+19
| * refactor the checking of the attributes of the record in IdentityMap#add, so ...Arturo Pie2012-03-292-5/+12
| * Do not add record to identity map if the record doesn't have values for all t...Arturo Pie2012-03-291-1/+1
| * Adds a test that breaks IM when using #selectArturo Pie2012-03-291-12/+6
* | Merge branch '3-2-3' into 3-2-stableSantiago Pastorino2012-03-301-1/+1
|\ \
| * | Bump up to 3.2.3Santiago Pastorino2012-03-301-1/+1
| * | Bumping to 3.2.3.rc2Santiago Pastorino2012-03-291-1/+1
* | | Fix #5667. Preloading should ignore scoping.Jon Leighton2012-03-303-2/+20
| |/ |/|
* | Merge pull request #5640 from yahonda/address_ora_00918_with_oracleSantiago Pastorino2012-03-281-1/+1
|\ \
| * | Change the order argument from ('id') to ('taggings.id')Yasuo Honda2012-03-281-1/+1
| |/
* | Fix #5549.Jon Leighton2012-03-282-3/+7
* | Test for #5549.Aaron Patterson2012-03-282-1/+16
* | Merge pull request #5616 from cbartlett/migration-indentSantiago Pastorino2012-03-281-2/+2
* | Merge pull request #5618 from lest/patch-1Piotr Sarnacki2012-03-272-0/+15
|\ \ | |/ |/|
| * force datetime attributes to be changedSergey Nartimov2012-03-272-0/+15
* | Bumping to 3.2.3.rc1Santiago Pastorino2012-03-271-2/+2
* | Merge pull request #2621 from icco/masterAaron Patterson2012-03-261-1/+1
|/
* Merge pull request #5537 from kennyj/fix_4399-32Aaron Patterson2012-03-232-6/+34
|\
| * migrate(:down) method with table_name_prefixkennyj2012-03-212-6/+34
* | Fix identity map testsCarlos Antonio da Silva2012-03-231-16/+16
* | Add order to tests that rely on db ordering, to fix failing tests on pgCarlos Antonio da Silva2012-03-2213-46/+45
* | [3-2-stable] Port of #5522 'Fix adding/removing field's index when generating...Marcelo Silveira2012-03-211-0/+3
* | [3-2-stable] Remove blank line from generated migrationMarcelo Silveira2012-03-201-1/+1
|/
* Fix GH #5435. db:structure:dump should be re-enable.kennyj2012-03-181-0/+1