Andrei Molchanov

Results 6 issues of Andrei Molchanov

They're using `rest-client` gem. This is a very heavy-weight library. So I want to replace it with the native ruby library or better [http gem](https://github.com/httprb/http).

help wanted
good first issue
dependencies

Now we have the field `parameters`. User has to fill that field in an awkward format: `"post"=>{"title"=>"New title", "description"=>"Description"}` I think it is not comfortable so I propose to **add...

enhancement
help wanted

Guys, I think have the ability to set up routes dynamically rather than have it as hardcode in [lecter/lib/lecter/rack.rb](https://github.com/Neodelf/lecter/blob/master/lib/lecter/rack.rb#L16-L18). So I propose to extend the form and fields where the...

help wanted

Some options could be added to a request: 1. How many lines would you see before and after an executable line 2. Excluded folder: in the app and external gems...

enhancement
help wanted

Guys, now the gem has rails dependency. It helps with developing some general features. But if we remove it, we will be able to work with all Rack-oriented applications. So...

dependencies

Hi there, I'm trying execute code which contain minitest's test with row ``` ruby require 'minitest/autorun' ``` but I'm get error ``` ruby 'eval': uninitialized constant Bundler::RubygemsIntegration::File (NameError) ``` Change...