lingui.st Translating software made easy

Tag Archive | "Ruby"

Face Recognition with Ruby

March 14, 2011 3 comments

We all know that we can search web pages for text, but there are services that go beyond a simple text search and use features like location and or image data. The hurdle relying on these features is that normally the end users have to enter manually the appropriate data. When was the last time [...]

Ruby JSON: “already initialized constant” messages

October 5, 2010 No comments yet

Because there isn’t much useful about this log message: I thought writing a small blog entry about the ‘why’ and ‘how can I get rid off the message’. First, the why. In Ruby JSON comes in two different flavors, native (json/ext) and Ruby only (json/pure). When Gems reference both versions, a bunch of constants get [...]

How Rails 3.1 will speed up your application with Automatic Flushing

September 8, 2010 1 comment

Rails 3.1 will come with some great performance improvements. One of the features is called “Automatic Flushing”. See how Rails 3.1 will make your site faster

Sending emails using Sendgrid

July 28, 2010 2 comments

Sending emails is an essential part of every web application. Setting up an email server isn’t to difficult, getting the emails to recipient without getting marked as “spam” is. Using Sendgrid solves both problems for you and offers other features too. However, I don’t care much for a rich feature set, for me it is [...]

Presentation: Rails in the Large by Neil Ford

March 20, 2010 No comments yet

Neil Ford of ThoughtWorks talks in this presentation about experiences and lessons learned while they built a complex high traffic site with Rails. First he tells us why they decided to use Ruby on Rails. Then he explains how they try to keep the development team as productive as possible. E.g. to accelerate testing, they [...]