aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/modules_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-3/+3
* 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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-4/+4
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-28/+28
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-2/+2
* remove old unavailable link with relevant fixGaurav Sharma2015-03-231-2/+1
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Add support for module-level table_suffix in modelsJenner LaFave2014-05-051-0/+28
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* add missing requireAaron Patterson2013-10-021-0/+1
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-4/+4
* remove deprecated callsJon Leighton2012-04-271-3/+3
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-1/+1
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-4/+4
* fix testsJon Leighton2012-04-131-1/+1
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-1/+1
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-1/+1
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-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
* just use a hash for doing association cachingAaron Patterson2011-01-071-1/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* assert_equal should be used instead of assertNeeraj Singh2010-05-181-1/+1
* Refactor compute_type to handle situations where the correct class is already...Andrew White2010-04-121-1/+32
* Add the ability to specify table_name_prefix on individual modulesAndrew White2010-03-281-0/+28
* Changed ActiveRecord::Base.store_full_sti_class to be true by default reflect...David Heinemeier Hansson2010-01-031-0/+4
* Changed to use klass instead of constantizing in assign_ids generated methodDmitry Ratnikov2009-08-091-12/+27
* Modified Rich Bradley's test-case to fail as part of suite and with a reasona...Dmitry Ratnikov2009-08-091-2/+16
* Fix for nested :include with namespaced models.Rich Bradley2009-08-091-0/+13
* Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #...Josh Peek2008-04-071-0/+5
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-1/+1
* Move tests to casesJeremy Kemper2008-01-181-0/+34