lecter
lecter copied to clipboard
:boom: Show executable code by request
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).
Tested this lib in one of my production ready project, and for some reason I see 1163 files on diagnosis page. Overall page performance (scrolling and interacting with file collapsing...
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...
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...
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...
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...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...