aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/modules_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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