RubyGems Navigation menu

rubocop-serializer 0.0.2

When we save data, Active Record provides us a method serialize, which helps us to save object params in JSON or YAML format. If we do not work with raw data, it is OK, but if we try to query raw data (for analytics purposes, for example) it becomes a headache. For JSON format it is not so critical, because databases provide functionality for work with JSON data, but for YAML there is no such functionality, which causes troubles for raw data querying.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.0.2 September 27, 2021 (10KB)
全てのバージョンを表示(全2件)

Runtime依存関係 (1):

rubocop >= 0

所有者:

プッシュ者:

作者:

  • Artem Solomatin

SHA 256チェックサム:

=

累計ダウンロード数 1,924

このバージョンのみ 1,896

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.5.0

リンク: