Victor Marques
Victor Marques
I was thinking if you guys are interested in implementing a right click away option. Idk which approach would be best but here are some basic ideas: It could be...
[Documentation of the `transformData` parameter](https://victor-am.github.io/rails-ranger/RailsRanger#RailsRanger) Let's face it, `transformData` might just be the worst name possible since `transform` is a very vague verb and `data` is almost everything in software....
Currently we don't support singular resources through the `api.action('resource')` API, but it's a desirable feature. I've played around with some APIs for this but I didn't feel comfortable with any...
Allow a set of official adapters (like ActiveModelSerializer's JSON API, Attributes, etc) and the possibility of passing a custom adapter to the Rails Ranger client. I thought something like that:...
 There is an horizontal scroll that shouldn't be there and the windows scrollbar didn't blend into the layout as well as the mac one :/ (tested on Chrome, not...
Things like the options below would be helpful to have 🤔 ``` ruby_detective --output=filename ruby_detective --skip-folders="spec|docs" ```
Files using DSLs may contain dependencies (things like ActiveAdmin) but currently, are not considered on the dependency data. It's also interesting to differentiate those in the interface from classes (maybe...
Show how many more dependencies this node has outside of the current scope of visualization.
This happens because of the merging of information of various files. So if a class is declared in two files the last one will become the path once they are...