http://guides.rubyonrails.org/migrations.html
- add_column
- add_index
- change_column
- change_table
- create_table
- drop_table
{ | |
// Your username on GitHub | |
"username": "jokerfeng2010", | |
// Your password on GitHub | |
"password": "FJqq1314", | |
// Your GitHub API token | |
// see: https://github.com/condemil/Gist#generating-access-token | |
"token": "", |
') |
[ | |
{"keys": ["ctrl+shift+t"], "command": "delete_trailing_spaces"}, | |
{"keys": ["f1"], "command": "goto_documentation"} | |
] |
#Wed Jun 05 15:49:48 CST 2013 |
hey.i-feng.org |
hey.i-feng.org |
http://guides.rubyonrails.org/migrations.html
# Add to nginx.conf http section | |
map $http_upgrade $connection_upgrade { | |
default upgrade; | |
'' close; | |
} |
#!/bin/bash - | |
set -o nounset # Treat unset variables as an error | |
port=3002 | |
search=false | |
RAILS_ENV=${RAILS_ENV:-development} | |
while getopts p:e:rw:s opt | |
do |