Skip to main content
Software localization blog category featured image | Phrase

Software localization

ActiveRecord: How to Speed Up Your SQL Queries

Find out how to improve and debug generated SQL queries in ActiveRecord and learn how to work with Rails and ActiveRecord to write a more performant code.
Software localization blog category featured image | Phrase

Software localization

Rails Validation: Pitfalls in Validating Uniqueness with Active Record

Rails provides an easy way to validate records for uniqueness, but relying solely on Rails validation could be quite troublesome. Here's a solution.
Software localization blog category featured image | Phrase

Software localization

Setting and Managing Locales in Rails I18n

Let's discuss different ways of managing locales across requests in Rails i18n so your app is fully ready for localization.
Software localization blog category featured image | Phrase

Software localization

A Comprehensive Rails I18n Guide

Rails-i18n provides key locale data for Ruby and Rails. Learn how to use it for Rails internationalization and make your app adaptable for global use.
Software localization blog category featured image | Phrase

Software localization

Lessons Learned: Naming and Managing Rails I18n Keys

We've been localizing our user interface for several years now. But there are several steps to managing rails i18n keys that Phrase cannot solve (yet!).