aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Restore behavior of Active Record 3.2.3 scopesAndrew White2012-06-014-31/+4
* Merge branch '3-2-rel' into 3-2-stableAaron Patterson2012-05-312-2/+11
|\
| * bumping to 3.2.4Aaron Patterson2012-05-311-1/+1
| * adding security notifications to CHANGELOGsAaron Patterson2012-05-311-0/+3
| * Merge branch '3-2-stable-sec' into 3-2-relAaron Patterson2012-05-313-4/+38
| |\
| * | updating changelogsAaron Patterson2012-05-311-1/+7
| * | Merge pull request #6558 from parndt/fix_regressionAaron Patterson2012-05-301-3/+4
* | | Merge branch '3-2-stable-sec' into 3-2-stableAaron Patterson2012-05-314-6/+40
|\ \ \ | | |/ | |/|
| * | predicate builder should not recurse for determining where columns.Aaron Patterson2012-05-303-4/+38
| |/
| * bumping to 3.2.4.rc1Aaron Patterson2012-05-281-2/+2
* | Revert "Removes unneeded caching from ActiveRecord::Base.relation"Philip Arndt2012-05-311-3/+4
* | 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-304-5/+15
|/
* 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
|/
* Fixes the build break caused by 9ee8528 in #6445.Godfrey Chan2012-05-221-2/+4
* Restore the frozen state on rollback. Fixes #6417.Godfrey Chan2012-05-222-1/+13
* Postgresql doesn't accept limits on binary (bytea) columns.Victor Costan2012-05-212-8/+20
* 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-192-2/+13
* Merge pull request #6398 from pmahoney/threadsafe-connection-poolAaron Patterson2012-05-191-4/+8
* Ensure that CollectionAssociation#replace returns proper targetPiotr Sarnacki2012-05-192-3/+3
* Fix HABTM syntax error in Ruby 1.8.xErnie Miller2012-05-181-2/+2
* fix #delete_all with habtm with :delete_sqlJon Leighton2012-05-182-0/+7
* Perf: Don't load the association for #delete_all.Jon Leighton2012-05-186-9/+48
* Fix CollectionAssociation#replace to return new target (closes #6231)Piotr Sarnacki2012-05-162-0/+14
* Remove unused private method yaml_fixtures_keyAlexey Muranov2012-05-111-3/+0
* Return false for exists? with new records - fixes #6199.Andrew White2012-05-103-2/+3
* 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