These all do the same thing:
rails new pizza-project --skip-bundle --skip-test-unit --skip-turbolinks --database=postgresql
rails new pizza-project -B -T -d postgresql --skip-turbolinks| # Clone the other person's repo. | |
| # MAKES A NEW FOLDER! CAUTION! | |
| $ git clone https://github.com/khalifenizar/bbq | |
| # Rename that person's remote GitHub repo. | |
| $ git remote rename origin khalifenizar | |
| # Add your remote GitHub repo | |
| $ git remote add origin https://github.com/yourusername/bbq |
| POST /b/en-US/facebookapps/downloadtab/noscroll/ HTTP/1.1 | |
| Host: www.mozilla.org | |
| Connection: keep-alive | |
| Content-Length: 277 | |
| Cache-Control: no-cache | |
| Pragma: no-cache | |
| Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
| Origin: https://s-static.ak.facebook.com | |
| User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31 | |
| Content-Type: application/x-www-form-urlencoded |
| <?php | |
| // Config | |
| //------------------------------------------ | |
| define('COUNTRY_KEY', 1); | |
| define('ADD_KEY', 3); | |
| <IfModule mod_rewrite.c> | |
| RewriteCond %{HTTPS} !=on | |
| RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301] | |
| </IfModule> |