Tag: ruby
All the articles with the tag "ruby".
-
Asset Pipeline for Dummies
The Rails asset pipeline is very powerful, but often misunderstood. At the Utah Ruby User Group, most of the attendees aren’t sure how to use …
-
Bunny RabbitMQ
Recently I was asked to implement Redis/Resque into an existing project that already had Redis up and running with another Redis server. This ended …
-
How to Fix the Iconv Require Error in Ruby 1.9 and RVM
This post was copied from exceptions.wordpress.com with minor updates. So you are working with RVM / Rails 3 / Ruby 1.9.2 and you keep on getting the …
-
Multi-Line Rails Logger Trick
One thing that I like to do with my logger output is allow for multi-line output. It makes it much easier to read and keeps my code cleaner. Instead …