Locale/localeapp

0.9.1 regression on Rails 4.0

oree opened this issue · 4 comments

oree commented

Calling I18n.t(nil) fails with

NoMethodError: undefined method `titleize' for nil:NilClass

Gem version 0.9.0 used to return the string "translation missing: en.no key", as does plain Rails 4 without the localeapp gem.

Argh, what's your exact Rails version please ?

oree commented

I'm on 4.0.13 (the latest on 4.0).

This should be fixed in freshly released 0.9.2 version of the gem.

oree commented

Works, thanks!