Ruby on Rails Category
01/14/2012
Rails: TypeError: nil can't be coerced into Float
by Frank Rietta
In Rails, whinny nil exceptions are a real pain. I like to use to_f when computing float values because nil.to_f is 0.0.
01/02/2012
Integrate Blog Content with your Rails 3 Website with Pure Ruby Code and RSS
by Frank Rietta