Categorize even more pages
This commit is contained in:
parent
0195460667
commit
a9236bfe5a
|
@ -13,7 +13,7 @@ html_class: home
|
||||||
{% if page.category == category %}
|
{% if page.category == category %}
|
||||||
<a href="{{base}}{{ page.url }}">
|
<a href="{{base}}{{ page.url }}">
|
||||||
<span class='title'>{{ page.title }}</span>
|
<span class='title'>{{ page.title }}</span>
|
||||||
<span class='date'>{{ page.url }}</span>
|
<span class='date'>{{ page.url | remove: '.html' | remove: '/' }}</span>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
16
_config.yml
16
_config.yml
|
@ -38,14 +38,20 @@ analytics:
|
||||||
id: "UA-20473929-1"
|
id: "UA-20473929-1"
|
||||||
|
|
||||||
category_names:
|
category_names:
|
||||||
- Ruby
|
|
||||||
- Ansible
|
- Ansible
|
||||||
- Git
|
|
||||||
- Apps
|
- Apps
|
||||||
- JavaScript
|
- CLI
|
||||||
- Node.js
|
|
||||||
- HTML
|
|
||||||
- CSS
|
- CSS
|
||||||
- Command line
|
- Command line
|
||||||
|
- Devops
|
||||||
|
- Git
|
||||||
|
- HTML
|
||||||
|
- JavaScript
|
||||||
|
- JavaScript libraries
|
||||||
|
- Markup
|
||||||
|
- Node.js
|
||||||
|
- Rails
|
||||||
|
- Ruby
|
||||||
|
- Ruby libraries
|
||||||
- VIM
|
- VIM
|
||||||
- Others
|
- Others
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Ansible - Getting started
|
title: Getting started
|
||||||
category: Ansible
|
category: Ansible
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
2
arel.md
2
arel.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Arel
|
title: Arel
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
### Tables
|
### Tables
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: bluebird.js
|
title: bluebird.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
Also see the [promise cheatsheet](promise.html) and [Bluebird.js API](https://github.com/petkaantonov/bluebird/blob/master/API.md) (github.com).
|
Also see the [promise cheatsheet](promise.html) and [Bluebird.js API](https://github.com/petkaantonov/bluebird/blob/master/API.md) (github.com).
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Bookshelf.js
|
title: Bookshelf.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
Model
|
Model
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Bower API
|
title: Bower API
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
require('bower').config
|
require('bower').config
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Browsersync
|
title: Browsersync
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Browserify
|
title: Browserify
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
browserify input.js
|
browserify input.js
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Brunch
|
title: Brunch
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
## Paths
|
## Paths
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Canvas
|
title: Canvas
|
||||||
|
category: JavaScript
|
||||||
---
|
---
|
||||||
|
|
||||||
### Getting the context
|
### Getting the context
|
||||||
|
|
1
chef.md
1
chef.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Chef
|
title: Chef
|
||||||
|
category: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Chunky PNG
|
title: Chunky PNG
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Loading
|
### Loading
|
||||||
|
|
1
co.md
1
co.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: co
|
title: co
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
[co]: https://github.com/tj/co
|
[co]: https://github.com/tj/co
|
||||||
|
|
1
cron.md
1
cron.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Cron
|
title: Cron
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
### Format
|
### Format
|
||||||
|
|
2
curl.md
2
curl.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Curl
|
title: Curl
|
||||||
category: Command line
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
1
deis.md
1
deis.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Deis
|
title: Deis
|
||||||
|
category: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
### Deploy
|
### Deploy
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Docker on OSX
|
title: Docker on OSX
|
||||||
|
category: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
You'll need these:
|
You'll need these:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: docker
|
title: Docker CLI
|
||||||
|
category: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
Manage images
|
Manage images
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Dockerfile
|
title: Dockerfile
|
||||||
|
category: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
### Inheritance
|
### Inheritance
|
||||||
|
|
1
ec2.md
1
ec2.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: EC2 API tools
|
title: EC2 API tools
|
||||||
|
category: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
1
email.md
1
email.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Email
|
title: Email
|
||||||
|
category: HTML
|
||||||
---
|
---
|
||||||
|
|
||||||
### Avoid these
|
### Avoid these
|
||||||
|
|
3
es6.md
3
es6.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: ES6
|
title: ES2015
|
||||||
|
category: JavaScript
|
||||||
---
|
---
|
||||||
|
|
||||||
## Stable in io.js
|
## Stable in io.js
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: eslint
|
title: eslint
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: expect.js
|
title: expect.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Express.js
|
title: Express.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Settings
|
### Settings
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: FactoryGirl
|
title: FactoryGirl
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Paths
|
### Paths
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: FFaker
|
title: FFaker
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
# gem install ffaker
|
# gem install ffaker
|
||||||
|
|
2
find.md
2
find.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Find
|
title: Find
|
||||||
category: Command line
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Fish shell
|
title: Fish shell
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
## Function
|
## Function
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Flashlight
|
title: Flashlight
|
||||||
|
category: Apps
|
||||||
---
|
---
|
||||||
|
|
||||||
* add Dinner with Pancho 5 pm tomorrow
|
* add Dinner with Pancho 5 pm tomorrow
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Gremlins.js
|
title: Gremlins.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
2
gulp.md
2
gulp.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Gulp
|
title: Gulp
|
||||||
category: JavaScript
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
* gulp-ruby-sass
|
* gulp-ruby-sass
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Handlebars.js
|
title: Handlebars.js
|
||||||
category: JavaScript
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Helpers
|
### Helpers
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Harvey.js
|
title: Harvey.js
|
||||||
category: JavaScript
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: HTML/CSS
|
title: HTML/CSS
|
||||||
|
category: HTML
|
||||||
---
|
---
|
||||||
|
|
||||||
### CSS - Selectors
|
### CSS - Selectors
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "HTML: input tag"
|
title: Input tag
|
||||||
|
category: HTML
|
||||||
---
|
---
|
||||||
|
|
||||||
<input ...
|
<input ...
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "HTML: meta tags"
|
title: Meta tags
|
||||||
|
category: HTML
|
||||||
---
|
---
|
||||||
|
|
||||||
```html
|
```html
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "HTML: microformats"
|
title: Microformats
|
||||||
|
category: HTML
|
||||||
---
|
---
|
||||||
|
|
||||||
### Author
|
### Author
|
||||||
|
|
1
html.md
1
html.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: HTML
|
title: HTML
|
||||||
|
category: HTML
|
||||||
---
|
---
|
||||||
|
|
||||||
### Head stuff
|
### Head stuff
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Immutable.js
|
title: Immutable.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Jasmine
|
title: Jasmine
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
describe("A suite", function() {
|
describe("A suite", function() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: jQuery CDN
|
title: jQuery CDN
|
||||||
category: JavaScript
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Google jQuery
|
### Google jQuery
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: jQuery
|
title: jQuery
|
||||||
category: JavaScript
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Traversing
|
### Traversing
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Kramdown
|
title: Kramdown
|
||||||
|
category: Markup
|
||||||
---
|
---
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Machinist
|
title: Machinist
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Markdown
|
title: Markdown
|
||||||
|
category: Markup
|
||||||
---
|
---
|
||||||
|
|
||||||
### Headers
|
### Headers
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Metalsmith
|
title: Metalsmith
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### [metalsmith-templates](https://www.npmjs.com/package/metalsmith-templates)
|
### [metalsmith-templates](https://www.npmjs.com/package/metalsmith-templates)
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Middleman 3
|
title: Middleman 3
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
**NB:** This is for Middleman 3, not Middleman 4+.
|
**NB:** This is for Middleman 3, not Middleman 4+.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: minimist
|
title: minimist
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Minitest
|
title: Minitest
|
||||||
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Mocha blanket
|
title: Mocha blanket
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
Use [blanket] for easy coverage reporting.
|
Use [blanket] for easy coverage reporting.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Mocha HTML
|
title: Mocha HTML
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a mocha template that loads js/css from cdn.
|
This is a mocha template that loads js/css from cdn.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Mocha.js - TDD interface
|
title: Mocha.js TDD interface
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### TDD
|
### TDD
|
||||||
|
|
1
mocha.md
1
mocha.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Mocha.js
|
title: Mocha.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### BDD
|
### BDD
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Modella
|
title: Modella
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Basic
|
### Basic
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Modernizr
|
title: Modernizr
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Script
|
### Script
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Moment.js
|
title: Moment.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Formatting
|
### Formatting
|
||||||
|
|
1
ncftp.md
1
ncftp.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: ncftp
|
title: ncftp
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
Bookmarking
|
Bookmarking
|
||||||
|
|
1
nock.md
1
nock.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Nock
|
title: Nock
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Nock
|
### Nock
|
||||||
|
|
2
nopt.md
2
nopt.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Nopt
|
title: Nopt
|
||||||
category: JavaScript
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Package.json
|
title: Package.json
|
||||||
|
category: Node.js
|
||||||
---
|
---
|
||||||
|
|
||||||
### Basic
|
### Basic
|
||||||
|
|
2
pry.md
2
pry.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Pry
|
title: Pry
|
||||||
category: Ruby
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### cd
|
### cd
|
||||||
|
|
1
psdrb.md
1
psdrb.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: PSD.rb
|
title: PSD.rb
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Opening
|
### Opening
|
||||||
|
|
1
qjs.md
1
qjs.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Q.js
|
title: Q.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Creating promises (Q.promise)
|
### Creating promises (Q.promise)
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Ractive.js
|
title: Ractive.js
|
||||||
|
category: JavaScript libraries
|
||||||
vim: ft=javascript
|
vim: ft=javascript
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails Controllers
|
title: Controllers
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
### Common stuff
|
### Common stuff
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails features
|
title: Rails features
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
### [Page caching](https://github.com/rails/actionpack-page_caching)
|
### [Page caching](https://github.com/rails/actionpack-page_caching)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Rails form helpers
|
title: Form helpers
|
||||||
hljs_languages: [haml]
|
hljs_languages: [haml]
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
## Form builder
|
## Form builder
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails gems
|
title: Rails gems
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
### Rico's preferred rails gems
|
### Rico's preferred rails gems
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails helpers
|
title: Helpers
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
### Date
|
### Date
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails i18n
|
title: i18n
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
```rb
|
```rb
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails migrations
|
title: Migrations
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
### Automatically make migrations
|
### Automatically make migrations
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails Models
|
title: Models
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
### [Query methods](http://devdocs.io/rails/activerecord/querymethods#method-i-order)
|
### [Query methods](http://devdocs.io/rails/activerecord/querymethods#method-i-order)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails plugins
|
title: Rails plugins
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
Generate a plugin
|
Generate a plugin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails routes
|
title: Routes
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
### Multiple resources
|
### Multiple resources
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails tricks
|
title: Rails tricks
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
in config/environments/development.rb:
|
in config/environments/development.rb:
|
||||||
|
|
2
rails.md
2
rails.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails
|
title: Rails
|
||||||
category: Ruby
|
category: Rails
|
||||||
---
|
---
|
||||||
|
|
||||||
Helpers
|
Helpers
|
||||||
|
|
1
rst.md
1
rst.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: ReStructuredText
|
title: ReStructuredText
|
||||||
|
category: Markup
|
||||||
---
|
---
|
||||||
|
|
||||||
### Comments
|
### Comments
|
||||||
|
|
1
ruby.md
1
ruby.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Ruby
|
title: Ruby
|
||||||
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
* `$!` - latest error message
|
* `$!` - latest error message
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Ruby 2.1
|
title: Ruby 2.1
|
||||||
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### Named arguments with defaults
|
### Named arguments with defaults
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rubygems
|
title: Rubygems
|
||||||
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
gem build *.gemspec # Build a gem
|
gem build *.gemspec # Build a gem
|
||||||
|
|
1
sed.md
1
sed.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Sed
|
title: Sed
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
### OSX Caveat
|
### OSX Caveat
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Sequel
|
title: Sequel
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Open a database
|
### Open a database
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Sequelize
|
title: Sequelize
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Shell: named pipes"
|
title: "Shell: named pipes"
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
1
sh.md
1
sh.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Bash scripting
|
title: Bash scripting
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
### Pattern substitution
|
### Pattern substitution
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Shell.js
|
title: Shell.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Require
|
### Require
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Sinon-chai
|
title: Sinon-chai
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
* [Sinon-chai](https://github.com/domenic/sinon-chai)
|
* [Sinon-chai](https://github.com/domenic/sinon-chai)
|
||||||
|
|
1
sinon.md
1
sinon.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Sinon
|
title: Sinon
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Creating spies
|
### Creating spies
|
||||||
|
|
2
slim.md
2
slim.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Slim
|
title: Slim
|
||||||
category: Ruby
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
```slim
|
```slim
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Superagent
|
title: Superagent
|
||||||
category: JavaScript
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Result
|
### Result
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Textile
|
title: Textile
|
||||||
|
category: Markup
|
||||||
---
|
---
|
||||||
|
|
||||||
### Pre blocks
|
### Pre blocks
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Tomdoc
|
title: Tomdoc
|
||||||
|
category: Markup
|
||||||
---
|
---
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Underscore-string
|
title: Underscore-string
|
||||||
category: JavaScript
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
2
vows.md
2
vows.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Vows
|
title: Vows
|
||||||
category: JavaScript
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
* [Vowsjs.org](http://vowsjs.org/)
|
* [Vowsjs.org](http://vowsjs.org/)
|
||||||
|
|
Loading…
Reference in New Issue