lgs / mongoid_taggable_with_context

A tagging plugin for Mongoid that allows for custom tagging along dynamic contexts with real-time aggregation (pre-aggregated).
http://rubygems.org/gems/mongoid_taggable_with_context
MIT License
19 stars 20 forks source link

Undefined method 'join' for nil:NilClass #14

Closed bj-mcduck closed 10 years ago

bj-mcduck commented 11 years ago

While in production, I'm getting the error:

NoMethodError (undefined method `join' for nil:NilClass):

It seems that when in production it throws this error rather than showing nothing when asking for the <object>_string method.

I'm running rails 3.2.8, Mongoid, on Heroku.

lgs commented 10 years ago

this is very old, I close it assuming solved/overcome ...