Slim2+EloquentORM4で簡単APIスタブ

を作ったcomposer.json { "require": { "slim/slim": "~2.0", "illuminate/database": "~4.0" } } $ composer installして準備完了 ファイル構成は以下の様な感じ app/ models/ hoge.php //モデルクラス templates/ hoge.phtml //view(必要に応じて) vendor/…

Android2系でWebViewのcookieが消える

仕事で 一旦cookieを全消ししてから必要なものだけ詰めなおす という処理を書いていて 4系だと期待した動作をするんだけど2系の時だけcookieが空になるという事象が起きました。 CookieManagerのsetCookieは非同期で処理されるので、 全消し ↓ Cookieを書き…

bundle updateしたらエラーがでた

$ bundle update /Users/hoge/.rbenv/versions/2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require': dlopen(/Users/hoge/.rbenv/versions/2.1.1/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle, 9): Symbol not found:…