Borna Novak

Results 10 comments of Borna Novak

Do they still block the use of password managers?

Got this with ruby-oci8 and oracle-enhanced AR driver

Wow :D @denim2x fixed this 4 months ago? :) is it OK to close this and push changes to rubygems?

@tenderlove, had a similar issue, my use case was to log as much data as possible from a failed request, for example, in a rails controller method: ``` ruby Event.create(...

The first failed test is also legit, we need another IP with no region set, this one has a region now. The other failed test isn't even submitted among issues...

Depending on an ancient version of mechanize prevents the ability to include the tourbus in the Gemfile for Rails projects, I removed the webrat_headers_patch.rb and it works well with mechanize...

I use ruby 1.9.3 on https://github.com/bbozo/tourbus

@base10, I was using 1.9.3-p286, but tested now with p392 too and no exception for me last line of this code is generating the exception: ``` ruby # load config...

Update, checking around the failing code, I noticed the part of the code that tests if fibers are broken so I tried the `#around` mode and did: ``` DatabaseCleaner.clean_with(:truncation) DatabaseCleaner.strategy...