Posts tagged as:

passenger

Tonight I was working on an old Rails app which I upgraded to Rails 2.3.2. All code went fine and on my local Mac installation all worked perfect. When I tried to deploy to the live environment I got the following strange error: undefined method `alias_method_chain’ for I18n::Backend::Simple:Class At first, I thought this had something [...]

{ 3 comments }

This must be one of the best error pages

by Michiel on December 9, 2008

I love the Phusion Passenger error page. It shows you what is wrong with your environment/Rails application in a very nice way. It’s almost nice to see an error message. I really like the clean but obvious lay-out and how they display the message and backtrace in an easy to read and beautiful way.

{ 0 comments }