aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Cache results of computing model typeKonstantin Lazarev2017-01-032-8/+14
* Merge pull request #27543 from kamipo/fix_update_counters_of_multiple_records...Kasper Timm Hansen2017-01-022-15/+10
|\
| * Push `current_time_from_proper_timezone` and timestamp attributes methods up ...Ryuta Kamizono2017-01-031-15/+0
| * Fix update counters of multiple records with touch: trueRyuta Kamizono2017-01-031-0/+10
* | Remove duplicated testutilum2017-01-021-8/+0
|/
* Merge pull request #27526 from kirs/database-tasks-schema-cacheRafael França2017-01-011-0/+10
|\
| * Dump schema cache for custom connectionKir Shatrov2017-01-011-0/+10
* | Replace sleep with synchronizationMatthew Draper2017-01-021-1/+7
* | Fix tests with counter cache touching and more.Kasper Timm Hansen2017-01-011-84/+75
* | Added option to ActiveRecord::CounterCache methods.Jarred Trost2017-01-011-0/+141
* | Change `timestamp_attributes_for_{create,update}` from symbol to stringRyuta Kamizono2017-01-011-6/+6
* | Dump array subtype options correctlyRyuta Kamizono2017-01-011-3/+5
|/
* Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`Ryuta Kamizono2016-12-304-33/+1
* Remove deprecated `#insert_sql`, `#update_sql`, and `#delete_sql`Ryuta Kamizono2016-12-301-6/+0
* Remove deprecated #use_transactional_fixtures configurationRafael Mendonça França2016-12-291-18/+0
* Remove deprecated conditions parameter from #delete_allRafael Mendonça França2016-12-291-6/+0
* Remove deprecated conditions parameter from `#destroy_all`Rafael Mendonça França2016-12-291-6/+0
* Remove deprecated support to passing arguments to `#select` when a block is p...Rafael Mendonça França2016-12-291-7/+0
* Remove deprecated support to query using commas on LIMITRafael Mendonça França2016-12-291-12/+2
* Remove deprecated support to passing a class as a value in a queryRafael Mendonça França2016-12-291-9/+0
* Raises IrreversibleOrderError when using last with an irreversible orderRafael Mendonça França2016-12-291-1/+1
* Raise when a through association has an ambiguous reflection nameRafael Mendonça França2016-12-291-1/+1
* Raises when `ActiveRecord::Migration` is inherited directly.Rafael Mendonça França2016-12-291-12/+6
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-2910-84/+61
* Remove deprecated `name` argument from `#tables`Rafael Mendonça França2016-12-293-8/+2
* Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-291-12/+12
* Set time as a timezone aware type and remove related deprecationRafael Mendonça França2016-12-291-3/+0
* Remove deprecated force reload argument in association readersRafael Mendonça França2016-12-296-47/+4
* Remove deprecated i18n scopes in Active RecordRafael Mendonça França2016-12-292-39/+0
* Merge pull request #27437 from kirs/structure-load-dump-flagsKasper Timm Hansen2016-12-293-4/+81
|\
| * Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-223-4/+81
* | Should not update children when the parent creation with no reasonRyuta Kamizono2016-12-291-0/+8
* | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-282-6/+6
* | Merge pull request #27442 from kamipo/fix_27434Eileen M. Uchitelle2016-12-271-1/+1
|\ \
| * | Add a record to target before any callbacks loads the recordRyuta Kamizono2016-12-231-1/+1
| |/
* | assert_equal takes expectation firstAkira Matsuda2016-12-268-19/+19
* | "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."Akira Matsuda2016-12-254-10/+10
* | "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-2522-77/+77
* | Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-248-8/+8
|/
* fix #create_fixtures when equal table names in different databasesJulia Lopez2016-12-211-0/+15
* Merge pull request #27400 from kamipo/remove_useless_test_supports_primary_keyEileen M. Uchitelle2016-12-191-6/+0
|\
| * Remove useless `test_supports_primary_key`Ryuta Kamizono2016-12-191-6/+0
* | Consolidate duplicated elsif branchRyuta Kamizono2016-12-191-6/+1
|/
* Merge pull request #27329 from kamipo/simplify_unsigned_regexEileen M. Uchitelle2016-12-171-1/+1
|\
| * Simplify the regex for `unsigned?` methodRyuta Kamizono2016-12-111-1/+1
* | Merge pull request #27375 from kirs/fixture-error-messageRafael França2016-12-161-2/+12
|\ \
| * | Throw friendly error message when fixture is not a hashKir Shatrov2016-12-151-2/+12
* | | fix QueryCache nil dupRichard Monette2016-12-152-2/+16
* | | fix new warning in ruby 2.4yuuji.yaginuma2016-12-141-1/+1
* | | Merge pull request #27042 from kirs/yaml-schema-cacheRafael França2016-12-131-4/+39
|\ \ \