ruby-type-inference icon indicating copy to clipboard operation
ruby-type-inference copied to clipboard

Dynamic definitions and types provider for ruby static analysis

Results 17 ruby-type-inference issues
Sort by recently updated
recently updated
newest added

Receiving following error for intellij (version 2020.1.1) > Plugin "Ruby Dynamic Code Insight" is incompatible (until build 193.SNAPSHOT IU-201.7223.91)

Currently it is only supported in Rubymine, and we cannot use it in intellij idea even if we install the Ruby Plugin.

Curious if JRuby might be supported. Getting the following at the moment when attempting to install the gem by placing it in my Gemfile and running `bundle install`. ``` current...

Add actions `Remove dynamically collected info for a file`, `Remove dynamically collected info for a whole project` (with warning dialog)

Example: run this with type tracker: ```ruby def foo(a); a; end bar("String") ``` Then ask type of: ```ruby bar(4) ``` It will say that type in `String` but current type...

- [ ] Information collected in dynamic can be used for completion while typing type in square brackets inside YARD comments. - [ ] This information can be used in...

I wanted to give this a try, and thought I would provide the Dockerfile I used to try to get the server up and running. It's not quite there... I...

Using DAO is much slower than working with tables directly. Also, it brings unneeded complexity to some queries execution.