aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/reserved_word_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Cleanup of class_nameAnkit Gupta2013-07-281-1/+1
* `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
* 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
* removing irrelevant testAaron Patterson2011-02-141-18/+0
* fixing unused variable warningsAaron Patterson2011-01-171-3/+3
* reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-251-0/+176