Add categories
This commit is contained in:
parent
a50e37b656
commit
95835808d0
|
@ -4,6 +4,7 @@
|
||||||
"template": [
|
"template": [
|
||||||
"---",
|
"---",
|
||||||
"title: {basename|capitalize}",
|
"title: {basename|capitalize}",
|
||||||
|
"category: Ruby",
|
||||||
"---"
|
"---"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Rails Controllers
|
title: Rails Controllers
|
||||||
layout: default
|
layout: default
|
||||||
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### Common stuff
|
### Common stuff
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails features
|
title: Rails features
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### [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: Rails form helpers
|
||||||
layout: default
|
|
||||||
hljs_languages: [haml]
|
hljs_languages: [haml]
|
||||||
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
## Form builder
|
## Form builder
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails gems
|
title: Rails gems
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### Rico's preferred rails gems
|
### Rico's preferred rails gems
|
||||||
|
@ -22,5 +22,3 @@ Prod:
|
||||||
gem 'bourbon'
|
gem 'bourbon'
|
||||||
gem 'neat'
|
gem 'neat'
|
||||||
gem 'turbolinks'
|
gem 'turbolinks'
|
||||||
gem 'nkss_rails'
|
|
||||||
gem 'jquery-turbolinks'
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails helpers
|
title: Rails helpers
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### Date
|
### Date
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails i18n
|
title: Rails i18n
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
```rb
|
```rb
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails migrations
|
title: Rails migrations
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### Automatically make migrations
|
### Automatically make migrations
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails Models
|
title: Rails Models
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### [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
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
Generate a plugin
|
Generate a plugin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails routes
|
title: Rails routes
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### Multiple resources
|
### Multiple resources
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails tricks
|
title: Rails tricks
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
in config/environments/development.rb:
|
in config/environments/development.rb:
|
||||||
|
|
2
rails.md
2
rails.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rails
|
title: Rails
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
Helpers
|
Helpers
|
||||||
|
|
2
rake.md
2
rake.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rake
|
title: Rake
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### Basic syntax
|
### Basic syntax
|
||||||
|
|
2
rdoc.md
2
rdoc.md
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rdoc
|
title: Rdoc
|
||||||
layout: default
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### Basic RDoc format
|
### Basic RDoc format
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: React-router
|
title: React-router
|
||||||
|
category: JavaScript
|
||||||
---
|
---
|
||||||
|
|
||||||
### Basic
|
### Basic
|
||||||
|
|
1
react.md
1
react.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: React.js
|
title: React.js
|
||||||
|
category: JavaScript
|
||||||
---
|
---
|
||||||
|
|
||||||
{%raw%}
|
{%raw%}
|
||||||
|
|
1
redux.md
1
redux.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Redux
|
title: Redux
|
||||||
|
category: JavaScript
|
||||||
---
|
---
|
||||||
|
|
||||||
### Stores
|
### Stores
|
||||||
|
|
Loading…
Reference in New Issue