作成中のアプリで明日の天気を表示したかったので、試してみました。 ActiveResourceを使うのは初めてなのでけっこう悩みましたが、出来てみれば意外に簡単。 環境 Rails 2.3.5 Ruby 1.8.7 モデル ActiveRecordをActiveResourceに変えて、siteを設定します。 ベースURL http://weather.livedoor.com/forecast/webservice/rest/v1 以下のようになります。 class Livedoorweather < ActiveResource::Base self.site = "http://weather.livedoor.com/" def self.tomorrow(city) Livedoorweather.find(:one, :from => "/forecast/webservice