Skip to content

Instantly share code, notes, and snippets.

View keioka's full-sized avatar
🐙

Kei keioka

🐙
  • San Francisco, USA | Kobe, Japan
View GitHub Profile

フォルダ移動

cd

例)

cd Documents

現在地のフォルダ、ファイル一覧表示

フォルダ移動

cd

例)

cd Documents

現在地のフォルダ、ファイル一覧表示

@keioka
keioka / zoo.js
Last active August 29, 2015 14:22 — forked from dbc-challenges/zoo.js
//------------------------------------------------------------------------------------------------------------------
// YOUR CODE: Create your Zoo "object literal" and Animal "constructor" and "prototypes" here.
//------------------------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------------------------
// DRIVER CODE: Do **NOT** change anything below this point. Your task is to implement code above to make this work.
//------------------------------------------------------------------------------------------------------------------
@keioka
keioka / file0.txt
Last active August 29, 2015 14:06
RoR Tutorialでpassword_digestのエラーが出た場合の確認項目 ref: http://qiita.com/koka0828/items/4631822d17af1d6a1a5c
rails generate migration \
add_password_digest_to_users password_digest:string