ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

rails3-mongoid-omniauth and private_pub #36

Closed heygambo closed 12 years ago

heygambo commented 12 years ago

Hi Señor Bates, hi other coders,

I just followed your pretty simple howto, but cannot manage to get it working with the rails3-mongoid-moniauth rails recipe. It took me about 5 minutes to push messages with a simple rails new app.

With the rails new project i could push messages to the view of the mongoid version. So the problem must be about pushing, not receiving.

Is there a chance to get it working with the mongoid recipe?

Thx for the nice gem!

heygambo commented 12 years ago

it was something else. had to export RAILS_ENV=development

This was not the case at my work computer.

heygambo commented 12 years ago

closed