aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/ar_schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Call methods on the correct instance in AR::Schema.defineJohn Firebaugh2012-05-161-0/+7
* 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
* fixing typoNeeraj Singh2010-07-181-1/+1
* ActiveRecord should raise an error on invalid migration types.José Valim2010-02-281-0/+10
* Autoload ActiveRecord filesJoshua Peek2008-11-241-1/+0
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-2/+2
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+33