aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* Get rid of hack for freezing time on AR testsCarlos Antonio da Silva2013-12-121-18/+0
* Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* only warn on leaked time zone state instead of rasing an error.Yves Senn2013-10-251-3/+6
* prevent global timezone state from leaking out of test cases.Yves Senn2013-10-251-3/+47
* log the statement name along with the SQLAaron Patterson2013-10-041-0/+3
* rm LogIntercepterAaron Patterson2013-10-041-15/+0
* stop adding singleton methods to the mysql2 adapterAaron Patterson2013-10-041-0/+15
* interceptor should mimick original methodNeeraj Singh2013-07-291-1/+1
* Set Thread.abort_on_exception for the whole AS, AP, and AR testsAkira Matsuda + Koichi Sasada2013-01-241-0/+2
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-2/+1
* Revert "Fix annoy warning, when executing testcase."Andrey Deryabin2012-11-301-2/+0
* Fix typo in module name and make #in_time_zone privateCarlos Antonio da Silva2012-11-171-1/+3
* Extract #in_time_zone helper method duplication to a moduleCarlos Antonio da Silva2012-11-171-0/+13
* Rename "Fixtures" class to "FixtureSet"Alexey Muranov2012-10-071-1/+1
* Fix annoy warning, when executing testcase.kennyj2012-09-111-0/+2
* Remove the dependent_restrict_raises option.Jon Leighton2012-08-101-3/+0
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+1