Results 4 comments of Eric Howe

I've been helping Justin try to figure this out over at: https://stackoverflow.com/q/70599054/479863 The migration has this: ``` t.references :tag, foreign_key: { to_table: ActsAsTaggableOn.tags_table } ... add_index ActsAsTaggableOn.taggings_table, :tag_id ``` But...

Did you ever get any resolution on this? I just hit the same problem while trying to upgrade a Rails3 app to Rails4. My current plan is to fork my...

@rmm5t Thanks. I think I've found some stray `Moped::BSON` things in my code that are confusing mongoid-grid_fs's `defined?` calls. I love upgrading, it is the best time ever! Heh.

Just came across the same issue while trying to open a secure websocket. I'm guessing you switched to something else since this project appears to be abandoned.