Categories: None [Edit]

rubocop-serializer

https://rubygems.org/gems/rubocop-serializer
https://github.com/solar05/rubocop-rails-hash-serializing.git
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.

Total

Ranking: 177,985 of 191,980
Downloads: 2,072

Daily

Ranking: 90,939 of 191,939
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
56676,243,170rubocop

Owners

#GravatarHandle
1iconsolar05