Web + Life Hack

〜True But Useless〜

2013-03-23から1日間の記事一覧

【rails】日付型の整形について

ピンポイント過ぎてハマるかどうかは不明ですが、 ググる必要を省くため、備忘録的に残して置きたいと思います。 t = date.today date_year = t.strftime("%Y")

【rails】【CGI】たかがhttps、されどhttps。どはまりした内容をまとめました。

httpsでハマッたのでまとめみました。 黒の太字は個人的に重要だと感じた箇所です。 require 'uri' require 'net/http' def self.urlcheck hogehoges = hogehoge.where('created_at is not null') hogehoge = hogehoges[0] response = nil url = 'https://ho…