iain / translatable_columns

Provides proxies for localized columns, depending on the locale set by I18n
http://iain.nl/2008/09/plugin-translatable_columns/
51 stars 5 forks source link

Why do you think this solution is outdated? #2

Open jensb opened 13 years ago

jensb commented 13 years ago

Hello,

on your blog where you introduce translateable_columns, you also mention that you think this solution is outdated. I am in the process of internationalizing a Rails 3 application where about 50 tables contain translatable columns, and I like your solution a lot, better than Globalize3's solution of creating a second table for each translatable table.

What alternatives are there to your solution? Does this not work in Rails 3 any more?

Thanks, Jens

iain commented 13 years ago

Well, I haven't touched it since 2008 and have no plans on maintaining it. If you want to maintain it, you're more than welcome!

jensb commented 13 years ago

I am using in a Rails 3 app and so far, it works fine. I'll fork it when I find bugs. Thanks!

henrik commented 12 years ago

I made a new lib inspired by this one: https://github.com/barsoom/traco