ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
306 stars 17 forks source link

Consider using msgpack serialiser #503

Open eoinkelly opened 1 year ago

eoinkelly commented 1 year ago

Rails 7.1 add msgpack serializer which is supposedly faster. We should consider making it our default for newly generated apps.

eoinkelly commented 2 months ago

More context: https://blog.saeloun.com/2023/11/15/rails-7-1-message-pack-as-message-serializer/