lingui.st Translating software made easy

Tag Archive | "Web Development"

Rails 3 Quicktip: Auto reload lib folders in development mode

February 11, 2011 12 comments

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 done. However, one problem was still there, Rails 3 loads the lib directory on startup, but doesn’t reload the lib directory after [...]

They did it! Rails 3.0 released

August 30, 2010 No comments yet

After nearly 2 years, thousands of commits, and with the help of 1600 developers it is done. Today Rails 3.0 has been released. Rails 3.0 not only has plenty of new and useful features, it also has been rewritten from the ground and is the basis of all future development. “Convention over Configuration” is still [...]

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 [...]

Great Tim Bray interview on the Future of the Web

March 24, 2009 No comments yet

Tim Bray, director of Web Technologies at Sun Microsystems, discusses current web trends. I actually like his cautious view of RIAs (although it conflicts with Sun’s current JavaFX direction).  Some highlights of the interview: WS* is already legacy. WS* will be more and more replaced with RESTful services RIAs are overrated, user like simple interfaces [...]