James Tindall
James Tindall
Currently the plugin seems to miss the fact that a page is loaded with an existing fragment. I've gone through the documentation on your site to try to determine if...
Grape swagger is working brilliantly for all my endpoints apart from this one that requires a File param. The grape api endpoint works fine and all params validate when I...
Cache?
Hi, I'm look into how to get activerecord query cache working otr. After adding this to my `config.ru`: ``` Ruby use ActiveRecord::QueryCache ``` On starting my server I now see...
Just started seeing these periodically since updating my Ruby. Any ideas to a likely cause? ``` /Users/jamestindall/.rvm/gems/ruby-2.1.9/gems/rack-1.6.4/lib/rack/lint.rb:274: [BUG] Segmentation fault at 0x00000000000100 ruby 2.1.9p490 (2016-03-30 revision 54437) [x86_64-darwin14.0] -- Crash...
Looks like the close socket event is not getting fired when network connection times out. Any ideas why that might be the case. Also is it possible to close an...