aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6477 from steveklabnik/close_discovered_pg_connectionRafael Mendonça França2012-05-301-1/+2
* Merge pull request #5810 from kennyj/fix_5797Aaron Patterson2012-05-303-5/+6
* Merge pull request #5244 from fotos/myqsl2_wait_timeoutRafael Mendonça França2012-05-251-1/+1
* Merge pull request #5925 from Juanmcuello/pg_structure_dumpCarlos Antonio da Silva2012-05-241-2/+2
|\
| * Use Shellwords to scape arguments in db:structure:dump for PostgreSQL.Juan M. Cuello2012-05-221-2/+2
* | Synchronize the ConnectionPool#release method to avoid thread safety issues [...Andrew Selder2012-05-231-10/+12
|/
* Restore the frozen state on rollback. Fixes #6417.Godfrey Chan2012-05-221-1/+3
* Postgresql doesn't accept limits on binary (bytea) columns.Victor Costan2012-05-211-8/+19
* Fix uniqueness validator with `allow_nil: false` also for mysqlPiotr Sarnacki2012-05-191-1/+1
* Fix `validates_uniqueness_off :field, :allow_nil => false`Piotr Sarnacki2012-05-191-2/+2
* Merge pull request #6398 from pmahoney/threadsafe-connection-poolAaron Patterson2012-05-191-4/+8
* Ensure that CollectionAssociation#replace returns proper targetPiotr Sarnacki2012-05-191-1/+1
* Fix HABTM syntax error in Ruby 1.8.xErnie Miller2012-05-181-2/+2
* fix #delete_all with habtm with :delete_sqlJon Leighton2012-05-181-0/+1
* Perf: Don't load the association for #delete_all.Jon Leighton2012-05-184-9/+33
* Fix CollectionAssociation#replace to return new target (closes #6231)Piotr Sarnacki2012-05-161-0/+2
* Remove unused private method yaml_fixtures_keyAlexey Muranov2012-05-111-3/+0
* Return false for exists? with new records - fixes #6199.Andrew White2012-05-101-2/+1
* 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
* | 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-041-0/+2
|\
| * Fix #4979 against 3-2-stable - delete_all raise an error if a limit is providedFrancesco Rodriguez2012-05-021-0/+2
* | Deprecate remove_column with array as an argumentPiotr Sarnacki2012-05-022-0/+13
|/
* Be sure to correctly fetch PK name from MySQL even if the PK has some custom ...Akira Matsuda2012-04-191-1/+1
* Removes unneeded caching from ActiveRecord::Base.relationBenedikt Deicke2012-04-191-4/+3
* Revert "Revert "Fix #5667. Preloading should ignore scoping.""Benedikt Deicke2012-04-191-2/+3
* Removes caching from ActiveRecord::Core::ClassMethods#relationBenedikt Deicke2012-04-191-2/+2
* Revert "Fix #5667. Preloading should ignore scoping."Jeremy Kemper2012-04-181-3/+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
* | 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-302-10/+23
|\
| * 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-291-1/+7
| * Do not add record to identity map if the record doesn't have values for all t...Arturo Pie2012-03-291-1/+1
* | 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-301-2/+3
| |/ |/|
* | Fix #5549.Jon Leighton2012-03-282-3/+7
* | Merge pull request #5618 from lest/patch-1Piotr Sarnacki2012-03-271-0/+1
|\ \ | |/ |/|
| * force datetime attributes to be changedSergey Nartimov2012-03-271-0/+1
* | Bumping to 3.2.3.rc1Santiago Pastorino2012-03-271-2/+2
* | Merge pull request #2621 from icco/masterAaron Patterson2012-03-261-1/+1
|/
* migrate(:down) method with table_name_prefixkennyj2012-03-211-6/+22
* Fix GH #5435. db:structure:dump should be re-enable.kennyj2012-03-181-0/+1