1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
yui-knk c90008a86e Make change_column_default to work
This is fix of #20018 which removes `change_column_default` from
array, so `CommandRecorder#method_missing` catches
`change_column_default` and @delegate's method is called.

This PR

* fix this bug
* define `ReversibleAndIrreversibleMethods` const making clear
  which this array means to prevent these miss
2015-08-25 22:40:15 +09:00
..
active_record/connection_adapters rm Column#cast_type 2015-02-03 15:02:18 -07:00
assets
cases Make change_column_default to work 2015-08-25 22:40:15 +09:00
fixtures descriptive error message when fixtures contian a missing column. 2015-08-13 17:13:32 +02:00
migrations Add line endings to files which are missing them 2015-02-17 13:28:06 -07:00
models Only nullify persisted has_one target associations 2015-08-24 11:49:43 +03:00
schema Only nullify persisted has_one target associations 2015-08-24 11:49:43 +03:00
support use correct DB connection for generated HABTM table 2015-08-07 12:33:09 -07: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