aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Cache database version in schema cacheAli Ibrahim2019-04-031-1/+1
* Support Optimizer HintsRyuta Kamizono2019-03-161-0/+1
* Add insert_all to ActiveRecord models (#35077)Bob Lail2019-03-051-2/+11
* Support default expression for MySQLRyuta Kamizono2018-10-251-0/+9
* Add method_call_assertions and use them instead of Mochautilum2018-08-131-2/+0
* Make Mocha setup explcitly Minitest-specificJames Mead2018-04-071-1/+1
* Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-011-0/+2
|\
| * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Reset the fixture cache after (re)loading the schemaMatthew Draper2017-06-031-0/+2
|/
* Remove unused requireRyuta Kamizono2017-02-121-1/+0
* Set time as a timezone aware type and remove related deprecationRafael Mendonça França2016-12-291-3/+0
* Consolidate `ActiveRecord::TestCase` and `ActiveSupport::TestCase` in AR test...Ryuta Kamizono2016-08-141-17/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-11/+11
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-17/+17
* Remove load_paths fileArthur Neves2016-02-271-2/+0
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* Use adapter supports_datetime_with_precision to support 3rd party adapter testsYasuo Honda2015-11-301-1/+1
* Make `AbstractMysqlAdapter#version` publicRyuta Kamizono2015-10-151-1/+1
* Fix subsecond precision supported versionRyuta Kamizono2015-10-081-3/+1
* Don't attempt to specify datetime precision unless supportedSean Griffin2015-09-231-4/+4
* Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-0/+2
* Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-201-1/+2
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* Extract precision from datetime and time columnsRyuta Kamizono2015-02-191-1/+1
* get rid of transaction warning when running PG tests.Yves Senn2015-02-121-1/+1
* Time columns should support time zone aware attributesSean Griffin2015-01-151-0/+3
* Change transaction callbacks to not swallowing errors.Rafael Mendonça França2015-01-041-3/+0
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-3/+3
* speed up fixtures by not loading all their classesgrosser2014-10-061-13/+0
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* Added enable_extension! to helperAbdelkader Boudih2014-09-051-3/+11
* Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+5
* MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabledJeremy Kemper2014-09-011-0/+4
* adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-211-1/+1
* Add option to stop swallowing errors on callbacks.Arthur Neves2014-08-181-0/+3
* Finally! None of our tests are order_dependent!Akira Matsuda2014-08-141-5/+0
* :bomb:Rafael Mendonça França2014-08-121-1/+1
* Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
* users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-0/+5
* Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+2
* Deprecate decimal columns being automatically treated as integersSean Griffin2014-05-271-0/+1
* Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-0/+9
|\
| * Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+9
* | Refactor test to use DdlHelper.Guo Xiang Tan2014-03-291-1/+1
* | Test microsecond on mysql 5.6Arthur Neves2014-03-121-0/+5
|/