2013-03-01から1ヶ月間の記事一覧

windowsにvagrantをインストールしたメモ

まずはvirtualboxのインストール https://www.virtualbox.org/ 次にrubyのインストール ruby installer http://rubyinstaller.org/ DEVELOPMENT KITのインストール ダウンロード後、解凍先を求められるので C:\DevKit に コマンドプロンプトを立ち上げ C:\De…

mailboxでimap folders disabledが出るとき

たぶんコレをすれば直るんじゃないかな…たぶん… 参考元 http://www.marktomlinson.com/2013/03/mailboxapp-imap-folders-disabled.html ブラウザでGmailのラベルの設定を開く 「新しいラベル」で下記4つのラベルを作成 [Mailbox] Later To Buy To Read To Wa…

各フレームワークのpostgresqlのlastInsertIdの取り方

PDO::lastInsertId http://php.net/manual/ja/pdo.lastinsertid.php cakephp https://github.com/cakephp/cakephp/blob/master/lib/Cake/Model/Datasource/Database/Postgres.php#L284 return $this->_connection->lastInsertId($seq); fuelphp https://gith…