An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
# v2: <https://gist.github.com/3180446> | |
@question_new | |
Scenario: I should be able to new/create Question | |
Given I am on the "New Question" form page as "author" with "author, osce_author" roles | |
When I fill in the form with the "Question" data: | |
| Id | Type | Value | | |
| Title TR | textarea | Başlık | | |
| Description TR | textarea | Açıklama | | |
| Question Image TR | file | /tmp/test.jpg | | |
| Answer TR | text | Yanıt | |
An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
How to setup Heroku Hostname SSL with GoDaddy SSL Certificate and Zerigo DNS | |
Heroku recently added an exciting new 'Hostname SSL' option. This option offers the broad compatibility of IP-based SSL, but at 1/5 the price ($20 / month at the time of this writing). | |
The following tutorial explains how to use Heroku's new 'Hostname SSL' option on your Heroku project. Before we begin, let's list what we're using here: | |
* Heroku Hostname SSL | |
* GoDaddy Standard SSL Certificate | |
* Zerigo DNS |