ITの隊長のブログ

ITの隊長のブログです。Rubyを使って仕事しています。最近も色々やっているお(^ω^ = ^ω^)

2015-09-15から1日間の記事一覧

CakePHPで継続的インテグレーションその2

photo by garrettc さて、第2回。 前回 aipacommander.hatenablog.jp 今回はユーザーストーリーのお話。

【CakePHP】php.iniでtimezoneを設定したのに./Console/cakeで出力されるPHP Warning: strtotime()

長いタイトルやね。 PHP Warning: strtotime(): It is not safe to rely on the system's timezone settings. こんなエラーがでたらphp.iniに設定しないといけないんだけど、渡しの場合はすでに設定済み。 つまり、Webのアクセスからはエラーはでないが、./C…

ComposerでGithubからソースをダウンロードしようとしたら、トークン(?)を求められた

??? Could not fetch https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c, please create a GitHub OAuth token to go over the API rate limit Head to https://github.com/settings/tokens/new?scopes=rep…