Login
From:
mattbrictson.com
(Uncensored)
subscribe
Tips for writing Rails tasks with Thor instead of Rake
https://mattbrictson.com/blog/rails-tasks-with-thor
links
backlinks
Roast topics
Find topics
Find it!
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.