From the category archives:

Ruby on Rails

Here are four gems and Rails plugins I generally like to use to build Rails applications. Use them to support authentication, internationalization, haml/sass and model avatars in your new Rails app. Blueprint CSS framework, haml and Sass If you’re still using erb for your standard views you are old school. You should use Compass, the [...]

{ 0 comments }

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 }