aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* reorder bind parameters when merging relationsAaron Patterson2013-07-152-1/+25
* use arel rather than slapping together SQL stringsAaron Patterson2013-07-151-3/+6
* Merge pull request #11451 from jetthoughts/11450_do_not_resave_destroyed_asso...Yves Senn2013-07-151-0/+7
|\
| * Do not re-save destroyed association on saving parent objectPaul Nikitochkin2013-07-151-0/+7
* | Remove deprecation warning from attribute_missing Arun Agrawal2013-07-151-15/+0
|/
* Merge pull request #11434 from jetthoughts/new_save_transaction_bugfixSantiago Pastorino2013-07-141-0/+14
|\
| * #4566: Remove extra decrement of transaction levelPaul Nikitochkin2013-07-141-0/+14
* | Blacklist->whitelist for reference scans in order!Ernie Miller2013-07-141-0/+7
|/
* Reset @column_defaults when assigning .kennyj2013-07-141-0/+1
* Make sure that a joins Relation can be merged with has_many :through + associ...Akira Matsuda2013-07-101-0/+6
* 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-032-31/+0
* Removed support for deprecated `delete_sql` in associations.Neeraj Singh2013-07-031-25/+0
* Removed support for deprecated `finder_sql` in associations.Neeraj Singh2013-07-022-140/+0
* Add CHANGELOG enty for #11235Rafael Mendonça França2013-07-021-1/+0
* Removed support for deprecated `counter_sql`Neeraj Singh2013-07-022-45/+0
* 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-013-2/+60
|\
| * Do not invoke callbacks when delete_all is calledNeeraj Singh2013-06-303-2/+60
* | 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