-
SimpleCov tries to [automatically determine the test framework / tools](https://github.com/simplecov-ruby/simplecov/#notes-on-specific-frameworks-and-test-utilities) being used based on process name a…
-
I am using your gem to output a list of the `require` and `require_relative` "activity" in my app now:
```
require_relative 'fastlane_core/globals' (C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/fastlane…
-
Hi there, I have following error, after
Im.auth() using the correct password of course
```
irb(main):077:0> Im.auth('*******')
D, [2015-10-20T12:03:21.919224 #19455] DEBUG -- : SENDING:
bGF6YXJv…
-
We are porting a large web system from Ruby to .NET. We make extensive use of [compass mixins](http://compass-style.org/reference/compass/css3/). Can you add support for this please?
I dug around the…
-
## Description
## Steps to reproduce
1. rvm install 2.2.0
2. bundle install
## Expected behavior
## Actual behavior
You must recompile Ruby with OpenSSL support or…
-
For a while, ripper tags (for Ruby) was supported by adding following options like this: `let g:gutentags_ctags_executable_ruby = 'ripper-tags --ignore-unsupported-options --recursive'`
(see [this]…
-
Ok, I know this is a particular and difficult thing to request. I hope you'll not hate me for this. But in my University, Ruby is used as first language for students because of its expressiveness. The…
-
Strict here would especially mean "must respect the same precedence", unlike for example the `not` operator:
```ruby
not true && false # true
!true && false # false
```
So the expected implemen…
-
OCR software (including, notably, Tesseract) sometimes gets a little too clever, and believes that hyphens are actually em dashes, en dashes, or minus signs. (Possibly other characters too, I'm not su…
-
The gem fails to find a proper binary for my 32 bit Debian server.
The problem is that RbConfig::CONFIG['host_cpu'] reports i486, while uname -m gives me i686.
I guess that RbConfig::CONFIG['host_cp…