_ 携帯キャリアのゲートウェイ IP アドレスを取得する Rake タスク 書いてみた。 ${RAILS_ROOT}/lib/tasks/mobile_gateway.rb あたりに次のスクリプトをぽぴぺして、'rake mobile_gateway:update' を実行すると config/mobile_gateway.yml が生成されたりされなかったり。 要 Hpricot namespace :mobile_gateway do require 'yaml' require 'open-uri' require 'hpricot' def save_to_yaml(ipaddrs, carrier) File.open(File.join(RAILS_ROOT, 'config', 'mobile_gateway.yml'), File::RDWR|File::CREAT) do