rails/activerecord/test
Yves Senn c0939a5038 Merge pull request #19763 from jonatack/fix-typos-in-docs
Fix typos and improve the documentation
2015-04-15 13:35:56 +02:00
..
active_record/connection_adapters rm Column#cast_type 2015-02-03 15:02:18 -07:00
assets Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
cases Merge pull request #19763 from jonatack/fix-typos-in-docs 2015-04-15 13:35:56 +02:00
fixtures Fixes #18492 2015-01-14 21:36:58 +05:30
migrations Add line endings to files which are missing them 2015-02-17 13:28:06 -07:00
models Fix leaky chain on polymorphic association 2015-03-15 10:39:42 -04:00
schema Merge pull request #17574 from kamipo/charset_collation_options 2015-04-07 09:40:16 -07:00
support Add YAML compatibility for objects from Rails 4.2 2015-03-10 11:56:45 -06: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 remove the last traces of OpenBase from our codebase. [ci skip] 2014-11-07 10:12:01 +01:00
config.rb