RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

JSONify your Ruby Translations

PostgreSQL offers native column types for efficiently storing and retrieving JSON-formatted data. Although these types are a natural fit for model translations, most applications use separate tables for storing such data. In this post, I describe a new translation strategy for storing model translations on a single database column, implemented in the latest version of Mobility, a pluggable Ruby translation framework.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in