1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Ryuta Kamizono
d721344280 Use :string instead of :text for JsonAttributeTest
Since CLOB data type has many limitations in Oracle SELECT WHERE clause.
2017-12-06 08:42:51 +09:00
Ryuta Kamizono
d2321aacc7 Revert "Merge pull request #31341 from yahonda/skip_json_attribute_test"
This reverts commit 23226d04f9, reversing
changes made to 7544cf7603.
2017-12-06 08:30:27 +09:00
Yasuo Honda
29d081c47a Execute JsonAttributeTest only if supports_json? returns true
Oracle enhanced adapter does not fully support JSON datatype then `supports_json?` returns `false`.
I wanted to skip known failures and errors when tested with Oracle enhanced adapter.
2017-12-05 21:09:29 +00:00
Kir Shatrov
831be98f9a Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
Matthew Draper
87b3e226d6 Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
This reverts commit 3420a14590, reversing
changes made to afb66a5a59.
2017-07-02 02:15:17 +09:30
Kir Shatrov
cfade1ec7e Enforce frozen string in Rubocop 2017-07-01 02:11:03 +03:00
Ryuta Kamizono
1c4be603c1 Consolidate database specific JSON types to Type::Json 2017-05-30 18:26:03 +09:00