Tag some cool cheatsheets as 'featurable'
This commit is contained in:
parent
85d7ffa466
commit
5f1d4265eb
|
@ -3,6 +3,7 @@ title: cssnext
|
||||||
category: CSS
|
category: CSS
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 2017-08-30
|
updated: 2017-08-30
|
||||||
|
tags: [Featurable]
|
||||||
weight: -3
|
weight: -3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ title: Date & time formats
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
weight: -5
|
weight: -5
|
||||||
updated: 2017-09-04
|
updated: 2017-09-04
|
||||||
|
tags: [Featurable]
|
||||||
---
|
---
|
||||||
|
|
||||||
### Common time formats
|
### Common time formats
|
||||||
|
|
|
@ -9,6 +9,7 @@ keywords:
|
||||||
- "factory :user"
|
- "factory :user"
|
||||||
- "first_name 'John'"
|
- "first_name 'John'"
|
||||||
- "sequence(:username) { |n| \"user#{n}\" }"
|
- "sequence(:username) { |n| \"user#{n}\" }"
|
||||||
|
tags: [Featurable]
|
||||||
intro: |
|
intro: |
|
||||||
[Factory Bot](http://www.rubydoc.info/gems/factory_bot/) is a helper for writing factories for Ruby tests.
|
[Factory Bot](http://www.rubydoc.info/gems/factory_bot/) is a helper for writing factories for Ruby tests.
|
||||||
It was previously known as Factory Girl. For older versions, use `FactoryGirl` instead of `FactoryBot`.
|
It was previously known as Factory Girl. For older versions, use `FactoryGirl` instead of `FactoryBot`.
|
||||||
|
|
1
flow.md
1
flow.md
|
@ -4,6 +4,7 @@ layout: 2017/sheet
|
||||||
category: JavaScript libraries
|
category: JavaScript libraries
|
||||||
updated: 2017-09-20
|
updated: 2017-09-20
|
||||||
weight: -3
|
weight: -3
|
||||||
|
tags: [Featurable]
|
||||||
---
|
---
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
1
jest.md
1
jest.md
|
@ -4,6 +4,7 @@ category: JavaScript libraries
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 2017-09-01
|
updated: 2017-09-01
|
||||||
weight: -3
|
weight: -3
|
||||||
|
tags: [Featurable]
|
||||||
intro: |
|
intro: |
|
||||||
A quick overview to [Jest](https://facebook.github.io/jest/), a test framework for Node.js. This guide targets Jest v20.
|
A quick overview to [Jest](https://facebook.github.io/jest/), a test framework for Node.js. This guide targets Jest v20.
|
||||||
---
|
---
|
||||||
|
|
|
@ -3,6 +3,7 @@ title: Moment.js
|
||||||
category: JavaScript libraries
|
category: JavaScript libraries
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 2017-10-10
|
updated: 2017-10-10
|
||||||
|
tags: [Featurable]
|
||||||
---
|
---
|
||||||
|
|
||||||
### Parsing
|
### Parsing
|
||||||
|
|
Loading…
Reference in New Issue