rails/activerecord/lib
Ryuta Kamizono 52729fb5f2 MySQL: Fix schema dumping enum and set columns correctly
`enum` and `set` are typed cast as `:string`, but currently the
`:string` type is incorrectly reused for schema dumping.

A cast type on columns is not always the same with `sql_type`, this
fixes schema dumping `enum` and `set` columns to use `sql_type` instead
of `type` correctly.
2019-07-05 18:42:41 +09:00
..
active_record MySQL: Fix schema dumping enum and set columns correctly 2019-07-05 18:42:41 +09:00
arel Remove unused Arel::Attributes.for 2019-06-15 23:59:41 +09:00
rails/generators Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
active_record.rb Refactor Relation#cache_key is moved from CollectionCacheKey#collection_cache_key 2019-04-04 13:18:59 +09:00
arel.rb Remove unused Arel::Attributes.for 2019-06-15 23:59:41 +09:00