rails/activerecord/test
Ryuta Kamizono 3225ebfa06 Prefer array? rather than array
Slightly refactoring `PostgreSQLColumn`. `array` should be readonly.
`default_function` should be initialized by `super`. `sql_type` has been
removed `[]`. Since we already choose to remove it we should not change.
2015-01-04 07:32:03 +09:00
..
active_record/connection_adapters Add a type object to Column constructor 2014-05-17 17:16:05 -06:00
assets
cases Prefer array? rather than array 2015-01-04 07:32:03 +09:00
fixtures Unused csv fixture file 2014-12-09 18:54:07 +09:00
migrations activerecord: Initialize Migration with version from MigrationProxy. 2014-01-06 10:46:35 -05:00
models Deprecate false as the way to halt AR callbacks 2015-01-02 15:31:56 -08:00
schema Allow precision option for MySQL datetimes. 2015-01-02 22:30:07 +09:00
support Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests 2014-09-03 11:30:36 +09:00
.gitignore
config.example.yml remove the last traces of OpenBase from our codebase. [ci skip] 2014-11-07 10:12:01 +01:00
config.rb