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
Trung Duc Tran 21675fdc44 Serialize JSON attribute value nil as SQL NULL, not JSON 'null'
Test: JSON attribute value nil can be used in where(attr: nil)

Add changelog entry
2016-09-23 11:38:38 -07:00
..
active_record/connection_adapters
assets
cases Serialize JSON attribute value nil as SQL NULL, not JSON 'null' 2016-09-23 11:38:38 -07: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 Add tests for ActiveRecord::Enum#enum when suffix specified 2016-09-12 08:52:02 +09:00
schema Add tests for ActiveRecord::Enum#enum when suffix specified 2016-09-12 08:52:02 +09:00
support applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
.gitignore
config.example.yml
config.rb