aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #11637 from neerajdotname/make_test_not_depend_on_orderRafael Mendonça França2013-07-281-0/+4
|\ \ \ \
| * | | | reset default timezone and make test order independentNeeraj Singh2013-07-281-0/+4
| |/ / /
* | | | Merge pull request #11638 from neerajdotname/make_order_independent_associati...Rafael Mendonça França2013-07-281-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | make test not depend on orderNeeraj Singh2013-07-281-0/+1
| |/ /
* / / fix order dependent testNeeraj Singh2013-07-281-0/+5
|/ /
* | used flat_map instead of map.flattenKarunakar (Ruby)2013-07-251-1/+1
* | acually get the actual source reflection :cry::gun:Aaron Patterson2013-07-231-2/+3
* | stop relying on side effects of const_missingAaron Patterson2013-07-231-0/+6
* | Defines the return type of select / select_all method.kennyj2013-07-231-0/+5
* | Don't allow `quote_value` to be called without a columnBen Woosley2013-07-221-1/+1
* | Tidy up the "Specified column type for quote_value" changesBen Woosley2013-07-221-1/+0
* | Specified column type for quote_valueAlfred Wong2013-07-221-0/+13
* | rescue from all exceptions in `ConnectionManagement#call`Vipul A M2013-07-221-2/+2
* | Revert "Merge pull request #11120 from awilliams/ar_mysql2_boolean_quoting"Yves Senn2013-07-171-25/+0
* | removes the obsolete private method column_methods_hash [Closes #11406]Xavier Noria2013-07-163-30/+28
* | Unifies mysql and mysql2 casting of booleansawilliams2013-07-161-0/+25
* | `change_column` for PG adapter respects `:array` option.Yves Senn2013-07-161-0/+12
|/
* 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