- httpd 2.4.5 and later
- Enable Apache2 modules:
sudo a2enmod proxy proxy_ajp proxy_http rewrite deflate headers proxy_balancer proxy_connect proxy_html proxy_wstunnel<VirtualHost *:80 *:443>| FROM ruby:2.3.1 | |
| MAINTAINER Thadeu Esteves Jr <eu@thadeuesteves.com.br> | |
| # libs essentials | |
| RUN apt-get update && apt-get install -y \ | |
| build-essential \ | |
| libpq-dev \ | |
| postgresql-client-9.4 \ | |
| libxml2-dev \ |
| ; Pra todos os arquivos | |
| [*] | |
| charset = utf-8 | |
| end_of_line = lf | |
| insert_final_newline = true | |
| ; Estilo de identação em arquivos HTML | |
| [*.html] | |
| indent_style = space | |
| indent_size = 2 |
| class MainApp extends Component { | |
| constructor(props) { | |
| super(props); | |
| } | |
| renderScene(route, navigator) { | |
| var Component = route.component; | |
| return ( | |
| <Component route={route} navigator={navigator} /> | |
| ); |
config.logger = Logger.new(config.paths["log"].first, 20 * 1024) # 20 megabytes
config.logger = Logger.new(config.paths["log"].first, 20 * 1024) # 20 megabytes
config.logger = Logger.new(config.paths["log"].first, 20 * 1024) # 20 megabytes
| { | |
| "ERB Block": { | |
| "prefix": "erb", | |
| "body": [ | |
| "<%$1 %>" | |
| ], | |
| "description": "Block Erb Tag" | |
| }, | |
| "End Block": { |
| // Place your key bindings in this file to overwrite the defaults | |
| [ | |
| { "key": "cmd+1", "command": "workbench.action.openEditorAtIndex1" }, | |
| { "key": "cmd+2", "command": "workbench.action.openEditorAtIndex2" }, | |
| { "key": "cmd+3", "command": "workbench.action.openEditorAtIndex3" }, | |
| { "key": "cmd+4", "command": "workbench.action.openEditorAtIndex4" }, | |
| { "key": "cmd+5", "command": "workbench.action.openEditorAtIndex5" }, | |
| { "key": "cmd+6", "command": "workbench.action.openEditorAtIndex6" }, | |
| { "key": "cmd+7", "command": "workbench.action.openEditorAtIndex7" }, | |
| { "key": "cmd+8", "command": "workbench.action.openEditorAtIndex8" }, |
| // Place your settings in this file to overwrite the default settings | |
| { | |
| // The number of spaces a tab is equal to. | |
| "editor.tabSize": 2, | |
| // Controls if the editor will insert spaces for tabs. | |
| // If set to auto, the value will be guessed based on the opened file. | |
| "editor.insertSpaces": false, | |
| // Controls whether the editor should render whitespace characters |
| erb | |
| EditorConfig for VS Code | |
| HTML CSS Class Completion | |
| HTML Snippets | |
| One Dark Theme | |
| haml-syntax | |
| ruby-on-rails-snippets | |
| TWIG Pack | |
| Path Intellisense | |
| Git History (git log) |