2010-05-11 Rails 環境下で任意のスクリプトを引数つきで実行する方法 Rails $ RAILS_ENV=production script/runner wget.rb < urls.txt while url = gets # do something end とする。