jimsynz / faye-rails

Simple Rails glue for the Faye messaging protocol.
MIT License
435 stars 79 forks source link

Incredible big session object #88

Open toomus opened 8 years ago

toomus commented 8 years ago

Hi. I found some weird bug in faye-rails. After page reload session object size is ~100KB. Normal. Interesting things happen after any AJAX request. When I try to print session in terminal, it takes 10 seconds to finish. When I save it to file, it has 100MB :) It contains garbage. When I remove faye-rails everything works normal. Because of huge session object Devise logout take very, very, very long ;)

jimsynz commented 8 years ago

Weird. What's in it?

toomus commented 8 years ago

Inside you can find paths to everything, eg. controllers, models, all gems.

toomus commented 8 years ago

@jamesotron It's taken me few weeks to find cause of this problem. Finally application works normally. All the problems was caused by "web-console" gem :)