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
Sean Griffin 4331ee8390 Merge pull request #27076 from y-yagi/fix_postgresql_array_encoding
use `force_encoding` instread of `encode!` to avoid `UndefinedConversionError`
2016-11-17 14:56:38 -05:00
..
active_record/connection_adapters Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
assets
cases Merge pull request #27076 from y-yagi/fix_postgresql_array_encoding 2016-11-17 14:56:38 -05:00
fixtures Merge pull request #26466 from y-yagi/remove_duplicated_fixture_set_names 2016-09-13 13:21:28 -04:00
migrations modernizes hash syntax in activerecord 2016-08-06 19:37:57 +02:00
models Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04:00
schema Remove a confusing comment 2016-10-31 10:27:01 +09:00
support Erubis is not actually used in AR 2016-11-06 03:42:16 +09:00
.gitignore
config.example.yml
config.rb