https://github.com/ukstudio/one-day-web-application であまり扱いきれなかった詳細技術を学びたい場合の参考資料など。
- 公式ドキュメント https://docs.ruby-lang.org/ja/latest/doc/index.html
- Rack
- 古めだけど Ruby Freaks Lounge の Rack 回
" Use this group for any autocmd defined in this file. | |
augroup MyAutoCmd | |
autocmd! | |
augroup END | |
filetype plugin indent on | |
syntax enable | |
"colorscheme default |
echo sudo rm -rf / |
hjklyuiopnm |
hjklyuiopnm |
https://github.com/ukstudio/one-day-web-application であまり扱いきれなかった詳細技術を学びたい場合の参考資料など。
{ | |
"vim.normalModeKeyBindingsNonRecursive": [ | |
{ | |
"before":["w"], | |
"commands": ["extension.cursorNextWordEndJa"] | |
}, | |
{ | |
"before":["b"], | |
"commands": ["extension.cursorPrevWordStartJa"] | |
} |
# frozen_string_literal: true | |
begin | |
require "bundler/inline" | |
rescue LoadError => e | |
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
raise e | |
end | |
gemfile(true) do |
# frozen_string_literal: true | |
begin | |
require "bundler/inline" | |
rescue LoadError => e | |
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
raise e | |
end | |
gemfile(true) do |
{ | |
"keymaps": { | |
".": { "type": "tabs.close" }, | |
"u": { "type": "tabs.reopen" }, | |
"h": { "type": "tabs.prev", "count": 1 }, | |
"l": { "type": "tabs.next", "count": 1 }, | |
"k": { "type": "scroll.pages", "count": -1 }, | |
"j": { "type": "scroll.pages", "count": 1 }, |
$ bundle exec middleman server --verbose | |
== The Middleman is loading | |
== Activating: file_watcher | |
== Activating: front_matter | |
== Activating: data | |
== Activating: inline_url_rewriter | |
== Activating: sitemap_ondisk | |
== Activating: sitemap_import | |
== Activating: sitemap_endpoint | |
== Activating: sitemap_proxies |