aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/active_record
Commit message (Collapse)AuthorAgeFilesLines
* Simplify AR configuration code.Jon Leighton2012-06-151-2/+2
| | | | | Get rid of ActiveModel::Configuration, make better use of ActiveSupport::Concern + class_attribute, etc.
* Remove useless argument in #columns.Sebastian Martinez2012-02-021-1/+1
|
* Revert "active record base class test case should not be public"Santiago Pastorino2012-01-051-61/+0
| | | | | People use this! This reverts commit 071c8bf62ac7ffdb587268a6789fd825d0dae2a6.
* call super from setupAaron Patterson2012-01-041-0/+4
|
* clear the sql counter on teardown so the GC can do it's thingAaron Patterson2012-01-041-0/+4
|
* active record base class test case should not be publicAaron Patterson2012-01-041-0/+53
|
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-1/+6
|
* introduce a fake AR adapter for mocking database return valuesAaron Patterson2011-02-041-0/+36