Blackbook gem can be used to fetch contacts from gmail, yahoo and hotmail address books. However I recently found out that it would throw up a ‘Must be authenticated to access contacts’ error everytime I tried to import gmail contacts. On digging deeper, I found out that google has changed the contents of its cookie and blackbook uses this cookie [...]
I recently found a very neat plugin called Query Reviewer for visualizing slow sql queries in your rails app. When I installed it, I saw this error message
NoMethodError: undefined method `silence‘ for #<Log4r::Logger:0×39593f8>
You will see this error if you are using log4r for logging instead of the default rails logger. This ticket also talks of [...]