Registry / database / globalize

globalize

JSON →
library7.1.3rbrubygemsunverified

Rails I18n de-facto standard library for ActiveRecord model/data translation.

gem install globalize
INSTALL
IMPORT
SIG · GLOBALIZE
G
globalize
databaserubyv7.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Globalize
require 'globalize'

Add translation support to an ActiveRecord model.

require 'globalize' class Post < ActiveRecord::Base translates :title, :body end
Debug
Known issues
gotchaGlobalize requires a separate translations table for each model.
fix
Run migrations to create translation tables before using.
affects: >= 0
Upgrade
Version history
7.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
globalize — gem install globalize · libregistry