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

Software localization

A Guide to Localizing Rails Active Record Models

Rails is still a strong choice for agile web development. Check out these two approaches to localizing Rails Active Record models.
Software localization blog category featured image | Phrase

Software localization

Best Resources to Learn Ruby on Rails

We've curated a list of the best online resources to help you learn Ruby on Rails or simply deepen your knowledge in 2020.
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

Unifying Ruby on Rails Environments with Docker Compose

Having a reliable build process is highly critical for us at Phrase. This is how we unify our Ruby on Rails environments with Docker Compose.
Software localization blog category featured image | Phrase

Software localization

Sharing Assets Between Rails and Other Apps

Stop copying and pasting stylesheets, JavaScripts, and logos—and learn how to share your assets between Rails and other applications.
Software localization blog category featured image | Phrase

Software localization

7 Key Best Practices for Rails Internationalization

Get to know seven key best practices for Rails internationalization to organize your translation workflow better.
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.