Top "Thor" questions

Thor is a scripting framework that replaces Rake, Sake and RubiGen.

Net::SSH sudo command hangs after entering password

I've been trying to write a small library using Thor to help assist me in quick creating new projects and …

ruby sudo net-ssh sudoers thor
Rake vs. Thor for automation scripts?

I want to automate things like: Creating a new Ruby on Rails application with pre-selected database, Git initialize it, create …

ruby rake thor
How to compose Thor tasks in separate classes/modules/files?

I'm having some trouble getting Thor to do this, so hopefully someone can point out what I'm doing wrong. I …

ruby module thor
Run a CLI Thor app without arguments or task name

I'm looking for a way to create a command-line thor app that will run a default method without any arguments. …

ruby thor