aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Make sure that a joins Relation can be merged with has_many :through + associ...Akira Matsuda2013-07-102-1/+11
* Fix: attribute_for_inspect truncate upto (51 => 50) characters.namusyaka2013-07-091-1/+1
* Remove redundant test about `push_with_attributes` removal.Vipul A M2013-07-091-7/+0
* close our connection when we are doneAaron Patterson2013-07-082-14/+17
* remove dead codeAaron Patterson2013-07-081-16/+0
* if we remove the connection from the pool, we should close itAaron Patterson2013-07-081-0/+1
* use latches rather than mucking with the schedulerAaron Patterson2013-07-081-7/+7
* Merge pull request #11274 from arunagw/deprecation-removed-build-fixedRafael Mendonça França2013-07-071-20/+0
|\
| * Removed unused test for DateTime.local_offsetArun Agrawal2013-07-071-20/+0
* | Merge pull request #11306 from jetthoughts/11288_remove_extra_queries_for_bel...Rafael Mendonça França2013-07-061-1/+42
|\ \
| * | #11288: Removed duplicated touchingPaul Nikitochkin2013-07-051-1/+42
* | | Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc...Yves Senn2013-07-051-0/+6
|/ /
* | Cleanup belongs to testsPaul Nikitochkin2013-07-051-2/+1
* | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`.Arun Agrawal2013-07-041-6/+0
* | Remove deprecated String constructor from `ActiveRecord::Migrator`.Yves Senn2013-07-041-6/+0
* | Remove deprecated `scope` use without passing a callable object.Arun Agrawal2013-07-031-10/+0
* | Remove deprecated `transaction_joinable=`Arun Agrawal2013-07-031-9/+0
|/
* remove deprecated `PostgreSQLAdapter#outside_transaction?` method.Yves Senn2013-07-031-10/+0
* Merge pull request #11258 from frodsan/remove_deprecated_distinctCarlos Antonio da Silva2013-07-021-46/+0
|\
| * Remove deprecated SchemaStatements#distinctFrancesco Rodriguez2013-07-021-46/+0
* | initialize generated modules on inclusion and on inheritenceAaron Patterson2013-07-021-7/+0
* | fix to_sql output on eager loaded relationsAaron Patterson2013-07-021-0/+8
* | remove private attribute readerAaron Patterson2013-07-021-2/+2
|/
* remove unused `ActiveRecord::TestCase#sqlite3` method.Yves Senn2013-07-021-6/+0
* deprecated `ActiveRecord::TestCase` is no longer public.Yves Senn2013-07-021-2/+94
* Dropped deprecated option `:restrict` for `:dependent` in associationsNeeraj Singh2013-07-033-38/+0
* Removed support for deprecated `delete_sql` in associations.Neeraj Singh2013-07-032-30/+0
* Removed support for deprecated `finder_sql` in associations.Neeraj Singh2013-07-025-156/+0
* Add CHANGELOG enty for #11235Rafael Mendonça França2013-07-021-1/+0
* Removed support for deprecated `counter_sql`Neeraj Singh2013-07-023-61/+1
* Removing not useful test related to reflect_on_all_associationsNeeraj Singh2013-07-021-8/+0
* Merge pull request #10604 from neerajdotname/delete_all_should_not_call_callb...Rafael Mendonça França2013-07-016-2/+73
|\
| * Do not invoke callbacks when delete_all is calledNeeraj Singh2013-06-306-2/+73
* | calling default_scope without a proc will raise ArgumentErrorNeeraj Singh2013-07-021-3/+2
* | Removed deprecated options for assocationsNeeraj Singh2013-07-022-22/+0
* | remove deprecated `ActiveRecord::Base#connection` method.Yves Senn2013-07-011-4/+0
* | Remove deprecated `:distinct` option from `Relation#count`.Yves Senn2013-07-011-10/+0
* | Removed deprecated methods partial_updates and familyNeeraj Singh2013-07-021-14/+0
|/
* remove deprecated implicit join references.Yves Senn2013-06-293-43/+7
* Merge pull request #11161 from dmitry/find_in_batches_works_without_loggerCarlos Antonio da Silva2013-06-281-0/+10
|\
| * find_in_batches should work without loggerDmitry Polushkin2013-06-281-0/+10
* | Simplify/fix implementation of default scopesJon Leighton2013-06-281-3/+2
* | Apply default scope when joining associations.Jon Leighton2013-06-281-0/+8
* | Fix testJon Leighton2013-06-281-1/+8
* | Fix rake test_sqlite3_memJon Leighton2013-06-282-11/+7
* | Remove depreacted findersŁukasz Strzałkowski2013-06-284-635/+3
* | Merge pull request #10730 from tkhr/add_test_for_AR__CounterCache#update_coun...Carlos Antonio da Silva2013-06-251-8/+9
|\ \
| * | Refactor AR's counter_cache_test.rb testTakehiro Adachi2013-05-231-8/+3
| * | Add test for AR::CounterCache.update_countersTakehiro Adachi2013-05-231-0/+6
* | | Merge pull request #10853 from kennyj/deprecated-database_tasksCarlos Antonio da Silva2013-06-253-280/+0
|\ \ \