ActiveRecord: How to Speed Up Your SQL Queries
At Phrase, we provide weekly brown-bag sessions to share knowledge... read more
ActiveRecord is a type of object-relational mapping that allows to manage and retrieve data stored in a database without explicitly using SQL. This is convenient for the programmer and can also help write efficient code. See our ActiveRecord tutorials for details in the context of Ruby on Rails.
At Phrase, we provide weekly brown-bag sessions to share knowledge... read more
Active Record Validation in Rails provides an easy way to... read more
Let's discuss different ways of managing locales across requests in... read more
In this article we will discuss how to add support... read more
At Phrase we've been localizing our user interface for several... read more