Ylan Segal
Ylan Segal
👏 👏 Thank you @flavorjones. Better late than never!
In addition, I can also reproduce -- to a certain extent -- when the garbage collector runs, even if the connection is not closed explicitly: ```ruby # repro.rb require 'tiny_tds'...
@johnres: I tried your branch, but icons are still not showing, so at least it's not working for me (I am just starting out with the asset pipeline, so its...
This asset pipeline is giving me a headache! I tried: gem 'css3buttons', :git => 'git://github.com/johnrees/css3buttons_rails_helpers.git', and gem 'css3buttons', :git => 'git://github.com/johnrees/css3buttons_rails_helpers.git', :branch => 'patch-1' And still get no icons. I...
So… No dice. I had already removed the pre-compiled assets and it's still not working, even though I see form the rails output that the style is being compiled: ```...
John, I still haven't found a solution to my particular problem, but I found a workaround that I like better: I forked and instead of using asset_path, I am using...
The original report was using Oracle's java 8: ``` $ java -version java version "1.8.0_66" Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)...
I guess I am not adding much, but I see the same behavior: lines with only "end" on them and sometimes blank lines being counted as not tested.
Hey, I was interested in that as well. I ended up just monkey patching to get my tests to pass, but it's hardly an elegant solution: https://github.com/ylansegal/sunspot_with_kaminari/commit/006e6c1e16083b6b821db3e4b79a12d0c3423b0b