rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.12k stars 552 forks source link

Replacement for thor? #794

Closed ericgross closed 2 years ago

ericgross commented 2 years ago

Has anyone considered migrating away from using thor?

If so, what did you consider/choose?

It seems that rake and POROs are the most obvious alternatives, both with their disadvantages. I like the idea of thor but it doesn't seem to be maintained.

dorner commented 2 years ago

There's still some activity, although it does seem to be less active than other parts of Rails. Unfortunately it seems like @rafaelfranca is the only admin for this and he has his hands full with all the other parts of the Rails ecosystem. :(

ericgross commented 2 years ago

Makes sense. I'm not looking for any new features - only compatibility with Rails 7 - does anyone know if that's planned?

dorner commented 2 years ago

What is the issue with Rails 7? Is there an existing bug?

ericgross commented 2 years ago

Yeah, it's not working for us, see #793

dorner commented 2 years ago

I added a comment there, please take a look.

rafaelfranca commented 2 years ago

Thor is completely compatible with Rails 7. Even Rails 7 itself uses thor.