Miguel Hargreaves Pimenta
Miguel Hargreaves Pimenta
Please keep it open.
Got curious about this one. If you have the `.ruby-version` file, asdf should be picking it up, at least if you have the `legacy_version_file = yes`. asdf won't pick up...
Set in your `.asdfrc` the following config `legacy_version_file = yes`. Now in your project you have a `Gemfile` with `ruby file: ".ruby-version"`, and on that same project you have the...
asdf is going to look at the files listed in [bin/list-legacy-filenames](https://github.com/asdf-vm/asdf-ruby/blob/master/bin/list-legacy-filenames). See `.ruby-version` is listed there, So then [bin/parse-legacy-file](https://github.com/asdf-vm/asdf-ruby/blob/master/bin/parse-legacy-file) is going to be ran with `.ruby-version`, and it will pick...
@mcornella @carlosala @robbyrussell A quick one to review 😁
@mcornella > - To be backwards compatible with older versions: old alias behavior should still work, I'm not sure if this happens now Good catch. There are some problems with...
@mcornella I made some changes. Please have a look whenever you are able to. About autocomplete, as I said in my previous message, I don't think we should implement it.
@mcornella can you have a look?
What do you think @carlosala? I am happy to open a PR for this. Maybe we could also improve the autocomplete.
@mcornella @robbyrussell any ideas about this?