Internationalization (I18n) API in Ruby on Rails 3 (Part II)
In the Internationalization (I18n) API in Rails 3 (Part I) you read about Definition of Internationalization & Localization How i18n mechanism works in Rails Setup/Configuration about the i18n...
View ArticleInternationalization (I18n) API in Ruby on Rails 3 (Part III)
In Internationalization (I18n) API in Ruby on Rails 3 (Part I) and Internationalization (I18n) API in Ruby on Rails 3 (Part II) we already covered a lot of the Rails I18n functionality. In part III, we...
View ArticleRails 3 Quicktip: Auto reload lib folders in development mode
One of our most popular article is “Rails 3 Quicktip: Autoload lib directory including all subdirectories, avoid lazy loading” in which we describe how autoloading the lib directory in Rails 3 can be...
View ArticleQuicktip: Finding deprecated constants/methods easily
In Rails 3 a couple of constants/methods were set deprecated. However, there are still plugins which use them. This ends normally in the annoying log message: DEPRECATION WARNING: RAILS_ROOT is...
View ArticleRails 3.1 release, rumors and news about features
What is the current status of Ruby on Rails 3.1? We all know that there isn’t a fixed roadmap/release date for Ruby on Rails 3.1, but there are definitely rumors about the new features and...
View ArticleRails: Cron Job Scheduling using Redis, Resque and Rufus
What is scheduling? In simple terms we can define scheduling as “the process of deciding how to commit resources between a variety of possible tasks“. The scheduling is basically a function which...
View ArticleFace Recognition with Ruby
———— DEPRECATED ————- This post is no longer valid, since face.com was acquired by facebook and doesn’t provide an open API anymore. We all know that we can search web pages for text, but there are...
View ArticleRails 3.1 rumors and news about features
Some of you must have heard about keynote that was delivered on the morning of June 8, 2010 by Ruby on Rails creator, David Heinemeier Hansson. DHH started presentation saying that he did not like to...
View ArticleWhy LingoHub is switching from Ruby on Rails to Java + Spring MVC
Our internationalization plattform Lingohub started as a side project developed solely with Ruby on Rails. I had troubles at that time translating the software I was working on. It became pretty clear...
View ArticleAgile software development meets lean translation managment
Agile software development is de facto standard for today’s software management (at least for web and mobile software). No matter which methodology you are using, a fast feedback loop and continuous...
View Article