Open toomus opened 8 years ago
Weird. What's in it?
Inside you can find paths to everything, eg. controllers, models, all gems.
@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 :)
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 ;)