aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/reserved_word_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix new warning in ruby 2.4yuuji.yaginuma2016-12-141-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-11/+11
* modernizes hash syntax in activerecordXavier Noria2016-08-061-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-15/+15
* make it possible to run AR tests with bin/testYves Senn2015-06-111-20/+20
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Cleanup of class_nameAnkit Gupta2013-07-281-1/+1
* MOAR cleanups.Vipul A M2013-03-141-1/+0
* `Connection#structure_dump` is no longer used. #9518Yves Senn2013-03-061-5/+0
* Rename "Fixtures" class to "FixtureSet"Alexey Muranov2012-10-071-2/+2
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-1/+1
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-1/+1
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-6/+6
* find and replace deprecated keysJon Leighton2012-04-271-1/+1
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-1/+1
* Remove unused 'y' variable.Sebastian Martinez2011-06-081-2/+2
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Namespace Fixtures in ActiveRecordJason Noble2011-05-071-1/+1
* bad tests are badAaron Patterson2011-02-141-18/+0
* update tests for mysql2 supportBrian Lopez2010-08-021-0/+176