-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from philsturgeon/ruby-conf-co
Improved graphql talk for rubyconf col
- Loading branch information
Showing
203 changed files
with
24,460 additions
and
96 deletions.
There are no files selected for viewing
Binary file added
BIN
+159 KB
...rest-comparison/img/1890-bicycle-patent-minimal-blueprint-nikki-marie-smith.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-237 KB
content/a-no-nonsense-graphql-rest-comparison/img/different-shapes-siezed.jpg
Binary file not shown.
Binary file added
BIN
+34.2 KB
content/a-no-nonsense-graphql-rest-comparison/img/dynamic-actions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.27 MB
content/a-no-nonsense-graphql-rest-comparison/img/fancy-track-bike.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
383 changes: 292 additions & 91 deletions
383
content/a-no-nonsense-graphql-rest-comparison/source.md
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+65.7 KB
.../nephp-17/what-rails-can-teach-php-about-building-apis/html/img/rails_mvc_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
609 changes: 605 additions & 4 deletions
609
instances/nephp-17/what-rails-can-teach-php-about-building-apis/html/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
108 changes: 108 additions & 0 deletions
108
instances/rubyconfco-17/a-no-nonsense-graphql-rest-comparison/html/css/highlight/agate.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
/*! | ||
* Agate by Taufik Nurrohman <https://github.com/tovic> | ||
* ---------------------------------------------------- | ||
* | ||
* #ade5fc | ||
* #a2fca2 | ||
* #c6b4f0 | ||
* #d36363 | ||
* #fcc28c | ||
* #fc9b9b | ||
* #ffa | ||
* #fff | ||
* #333 | ||
* #62c8f3 | ||
* #888 | ||
* | ||
*/ | ||
|
||
.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
background: #333; | ||
color: white; | ||
} | ||
|
||
.hljs-name, | ||
.hljs-strong { | ||
font-weight: bold; | ||
} | ||
|
||
.hljs-code, | ||
.hljs-emphasis { | ||
font-style: italic; | ||
} | ||
|
||
.hljs-tag { | ||
color: #62c8f3; | ||
} | ||
|
||
.hljs-variable, | ||
.hljs-template-variable, | ||
.hljs-selector-id, | ||
.hljs-selector-class { | ||
color: #ade5fc; | ||
} | ||
|
||
.hljs-string, | ||
.hljs-bullet { | ||
color: #a2fca2; | ||
} | ||
|
||
.hljs-type, | ||
.hljs-title, | ||
.hljs-section, | ||
.hljs-attribute, | ||
.hljs-quote, | ||
.hljs-built_in, | ||
.hljs-builtin-name { | ||
color: #ffa; | ||
} | ||
|
||
.hljs-number, | ||
.hljs-symbol, | ||
.hljs-bullet { | ||
color: #d36363; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-selector-tag, | ||
.hljs-literal { | ||
color: #fcc28c; | ||
} | ||
|
||
.hljs-comment, | ||
.hljs-deletion, | ||
.hljs-code { | ||
color: #888; | ||
} | ||
|
||
.hljs-regexp, | ||
.hljs-link { | ||
color: #c6b4f0; | ||
} | ||
|
||
.hljs-meta { | ||
color: #fc9b9b; | ||
} | ||
|
||
.hljs-deletion { | ||
background-color: #fc9b9b; | ||
color: #333; | ||
} | ||
|
||
.hljs-addition { | ||
background-color: #a2fca2; | ||
color: #333; | ||
} | ||
|
||
.hljs a { | ||
color: inherit; | ||
} | ||
|
||
.hljs a:focus, | ||
.hljs a:hover { | ||
color: inherit; | ||
text-decoration: underline; | ||
} |
66 changes: 66 additions & 0 deletions
66
.../rubyconfco-17/a-no-nonsense-graphql-rest-comparison/html/css/highlight/androidstudio.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
/* | ||
Date: 24 Fev 2015 | ||
Author: Pedro Oliveira <kanytu@gmail . com> | ||
*/ | ||
|
||
.hljs { | ||
color: #a9b7c6; | ||
background: #282b2e; | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
} | ||
|
||
.hljs-number, | ||
.hljs-literal, | ||
.hljs-symbol, | ||
.hljs-bullet { | ||
color: #6897BB; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-selector-tag, | ||
.hljs-deletion { | ||
color: #cc7832; | ||
} | ||
|
||
.hljs-variable, | ||
.hljs-template-variable, | ||
.hljs-link { | ||
color: #629755; | ||
} | ||
|
||
.hljs-comment, | ||
.hljs-quote { | ||
color: #808080; | ||
} | ||
|
||
.hljs-meta { | ||
color: #bbb529; | ||
} | ||
|
||
.hljs-string, | ||
.hljs-attribute, | ||
.hljs-addition { | ||
color: #6A8759; | ||
} | ||
|
||
.hljs-section, | ||
.hljs-title, | ||
.hljs-type { | ||
color: #ffc66d; | ||
} | ||
|
||
.hljs-name, | ||
.hljs-selector-id, | ||
.hljs-selector-class { | ||
color: #e8bf6a; | ||
} | ||
|
||
.hljs-emphasis { | ||
font-style: italic; | ||
} | ||
|
||
.hljs-strong { | ||
font-weight: bold; | ||
} |
88 changes: 88 additions & 0 deletions
88
.../rubyconfco-17/a-no-nonsense-graphql-rest-comparison/html/css/highlight/arduino-light.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
/* | ||
Arduino® Light Theme - Stefania Mellai <[email protected]> | ||
*/ | ||
|
||
.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
background: #FFFFFF; | ||
} | ||
|
||
.hljs, | ||
.hljs-subst { | ||
color: #434f54; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-attribute, | ||
.hljs-selector-tag, | ||
.hljs-doctag, | ||
.hljs-name { | ||
color: #00979D; | ||
} | ||
|
||
.hljs-built_in, | ||
.hljs-literal, | ||
.hljs-bullet, | ||
.hljs-code, | ||
.hljs-addition { | ||
color: #D35400; | ||
} | ||
|
||
.hljs-regexp, | ||
.hljs-symbol, | ||
.hljs-variable, | ||
.hljs-template-variable, | ||
.hljs-link, | ||
.hljs-selector-attr, | ||
.hljs-selector-pseudo { | ||
color: #00979D; | ||
} | ||
|
||
.hljs-type, | ||
.hljs-string, | ||
.hljs-selector-id, | ||
.hljs-selector-class, | ||
.hljs-quote, | ||
.hljs-template-tag, | ||
.hljs-deletion { | ||
color: #005C5F; | ||
} | ||
|
||
.hljs-title, | ||
.hljs-section { | ||
color: #880000; | ||
font-weight: bold; | ||
} | ||
|
||
.hljs-comment { | ||
color: rgba(149,165,166,.8); | ||
} | ||
|
||
.hljs-meta-keyword { | ||
color: #728E00; | ||
} | ||
|
||
.hljs-meta { | ||
color: #728E00; | ||
color: #434f54; | ||
} | ||
|
||
.hljs-emphasis { | ||
font-style: italic; | ||
} | ||
|
||
.hljs-strong { | ||
font-weight: bold; | ||
} | ||
|
||
.hljs-function { | ||
color: #728E00; | ||
} | ||
|
||
.hljs-number { | ||
color: #8A7B52; | ||
} |
73 changes: 73 additions & 0 deletions
73
instances/rubyconfco-17/a-no-nonsense-graphql-rest-comparison/html/css/highlight/arta.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
/* | ||
Date: 17.V.2011 | ||
Author: pumbur <[email protected]> | ||
*/ | ||
|
||
.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
background: #222; | ||
} | ||
|
||
.hljs, | ||
.hljs-subst { | ||
color: #aaa; | ||
} | ||
|
||
.hljs-section { | ||
color: #fff; | ||
} | ||
|
||
.hljs-comment, | ||
.hljs-quote, | ||
.hljs-meta { | ||
color: #444; | ||
} | ||
|
||
.hljs-string, | ||
.hljs-symbol, | ||
.hljs-bullet, | ||
.hljs-regexp { | ||
color: #ffcc33; | ||
} | ||
|
||
.hljs-number, | ||
.hljs-addition { | ||
color: #00cc66; | ||
} | ||
|
||
.hljs-built_in, | ||
.hljs-builtin-name, | ||
.hljs-literal, | ||
.hljs-type, | ||
.hljs-template-variable, | ||
.hljs-attribute, | ||
.hljs-link { | ||
color: #32aaee; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-selector-tag, | ||
.hljs-name, | ||
.hljs-selector-id, | ||
.hljs-selector-class { | ||
color: #6644aa; | ||
} | ||
|
||
.hljs-title, | ||
.hljs-variable, | ||
.hljs-deletion, | ||
.hljs-template-tag { | ||
color: #bb1166; | ||
} | ||
|
||
.hljs-section, | ||
.hljs-doctag, | ||
.hljs-strong { | ||
font-weight: bold; | ||
} | ||
|
||
.hljs-emphasis { | ||
font-style: italic; | ||
} |
45 changes: 45 additions & 0 deletions
45
instances/rubyconfco-17/a-no-nonsense-graphql-rest-comparison/html/css/highlight/ascetic.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/* | ||
Original style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]> | ||
*/ | ||
|
||
.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
background: white; | ||
color: black; | ||
} | ||
|
||
.hljs-string, | ||
.hljs-variable, | ||
.hljs-template-variable, | ||
.hljs-symbol, | ||
.hljs-bullet, | ||
.hljs-section, | ||
.hljs-addition, | ||
.hljs-attribute, | ||
.hljs-link { | ||
color: #888; | ||
} | ||
|
||
.hljs-comment, | ||
.hljs-quote, | ||
.hljs-meta, | ||
.hljs-deletion { | ||
color: #ccc; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-selector-tag, | ||
.hljs-section, | ||
.hljs-name, | ||
.hljs-type, | ||
.hljs-strong { | ||
font-weight: bold; | ||
} | ||
|
||
.hljs-emphasis { | ||
font-style: italic; | ||
} |
Oops, something went wrong.