Skip to content

Instantly share code, notes, and snippets.

@nagane
nagane / .travis.yml
Created June 21, 2014 09:51
railsプロジェクトを始めるときの流れ ref: http://qiita.com/nagane/items/494fc9fcbce5a5e51d5a
language: ruby
rvm:
- 2.1.0
gemfile:
- Gemfile
env:
- DB=mysql
before_script:
- "cp config/database_travis.yml config/database.yml"
@nagane
nagane / 0_reuse_code.js
Created March 26, 2014 11:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console