rails--rails/activerecord/test
Aaron Patterson 2abaa19e77 Merge pull request #4856 from ihid/store_null_bug
Allow store to be a not null column.
2012-02-02 12:07:28 -08:00
..
active_record/connection_adapters Remove useless argument in #columns. 2012-02-02 10:34:17 -02:00
assets Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
cases Merge pull request #4856 from ihid/store_null_bug 2012-02-02 12:07:28 -08:00
fixtures Replaced all 'for' loops with Enumerable#each 2012-01-30 03:15:49 +08:00
migrations stop depending on the filesystem for interleaved migration tests 2012-01-13 14:33:59 -08:00
models Allow store to be a not null column. 2012-02-02 18:57:15 +00:00
schema Allow store to be a not null column. 2012-02-02 18:57:15 +00:00
support Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
.gitignore Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases. 2011-06-04 23:47:03 +01:00
config.example.yml To support ActiveRecord unit tests for IBM DB2 2011-10-02 22:51:01 -04:00
config.rb