aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11649 from neerajdotname/use_method_with_active_record_de...Carlos Antonio da Silva2013-07-291-30/+20
|\
| * use method with_active_record_default_timezoneNeeraj Singh2013-07-291-30/+20
* | remove duplicate methodNeeraj Singh2013-07-291-7/+0
|/
* Revert "fix order dependent test related to migration"Akira Matsuda2013-07-291-4/+0
* Properly repair validations when dynamically addedAkira Matsuda2013-07-291-24/+30
* Clear class ivar before testingAkira Matsuda2013-07-291-0/+2
* Unneeded assertionAkira Matsuda2013-07-291-1/+1
* Don't rewrite AR connection#commit_db_transaction method globallyAkira Matsuda2013-07-291-4/+4
* Merge pull request #11641 from ankit8898/test_cleanupRafael Mendonça França2013-07-282-2/+2
|\
| * Cleanup of class_nameAnkit Gupta2013-07-282-2/+2
* | Merge pull request #11634 from neerajdotname/fix_order_dependent_test_for_mig...Rafael Mendonça França2013-07-281-0/+4
|\ \
| * | fix order dependent test related to migrationNeeraj Singh2013-07-281-0/+4
* | | Merge pull request #11635 from neerajdotname/make_test_order_independent_by_r...Rafael Mendonça França2013-07-281-0/+2
|\ \ \
| * | | make test order independent by resetting timezoneNeeraj Singh2013-07-281-0/+2
| |/ /
* | | 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
|\ \