Edward Funger
Results
2
comments of
Edward Funger
I can submit a PR for this if people are still interested in the feature. Currently, we just wrap all code that uses ActiveRecord with `ActiveRecord::Base.connection_pool.with_connection &block`. The problem is...
From what I understand on this thread, the main issue here is that a hijacked controller method is not responding properly to a regular HTTP request. According to the WebSocket...