Tips for writing Rails tasks with Thor instead of Rake
Link: Tips for writing Rails tasks with Thor instead of Rake: "Thor is a great way to write simple CLIs like one-off Rails scripts, but it does have its own gotchas. Here’s how to use Thor in practice."
They say it’s an alternative to rake. But I see it more as a nice Ruby cli builder.