RubyKaigi 2018が仙台の国際センターで開催されるということでせっかくなので仙台近郊のオススメスポットを紹介します。
- 仙台市内観光
- 周遊バスにのると主要な観光スポットを全部まわれます
- http://loople-sendai.jp/
- 主要観光スポットとは
- 仙台城跡
- 瑞鳳殿
- 晩翠草堂
RubyKaigi 2018が仙台の国際センターで開催されるということでせっかくなので仙台近郊のオススメスポットを紹介します。
優先順位が高いものから並べてます
| require "rubygems" | |
| srcdir = File.expand_path("YOUR RUBY SOURCE DIRECTORY") | |
| Dir.glob(File.join(srcdir, "gems", "*.gem")) do |gem| | |
| tmp = File.basename(gem, ".gem").split(/-/) | |
| version = tmp.pop | |
| name = tmp.join('-') | |
| spec = Gem::Specification.find{|s| s.name == name && s.version.version == version} |
UPDATE: The instructions here are no longer necessary! Resizing the disk image is now possible right from the UI since Docker for Mac Version 17.12.0-ce-mac49 (21995).
If you are getting the error: No space left on device
Configuring the qcow2 size cap is possible in the current versions:
# my disk is currently 64GiB
| #!/usr/bin/env ruby | |
| require 'test_queue' | |
| require 'test_queue/runner/rspec' | |
| class MyAppTestRunner < TestQueue::Runner::RSpec | |
| def after_fork(num) | |
| SimpleCov.command_name "worker#{num}" | |
| ActiveRecord::Base.configurations['test']['database'] << num.to_s | |
| ActiveRecord::Base.establish_connection(:test) |
Wiring up a Google Form to GitHub is not that difficult with a little bit of Apps Script automation. All you need is a Google account, a GitHub account, and a web browser...
Personal access tokens provide an easy way to interact with the GitHub API without having to mess with OAuth. If you don't already have a personal access token with repo or public_repo access, visit your GitHub settings page and generate a new token.
Be sure to copy your token some place safe and keep it secure. Once generated, you will not be able to view or copy the token again.
| resources: | |
| - type: package | |
| name: zsh | |
| - type: package | |
| name: screen | |
| - type: package | |
| name: subversion | |
| - type: group | |
| name: <%= user %> |
| # Capistrano 2 | |
| before "deploy", "friday:good_luck" | |
| namespace :friday do | |
| friday_jumper = %{ | |
| ┓┏┓┏┓┃ | |
| ┛┗┛┗┛┃⟍ ○⟋ | |
| ┓┏┓┏┓┃ ∕ Friday | |
| ┛┗┛┗┛┃ノ) |
| * 1: nobu 1870 | |
| * 2: akr 716 | |
| * 3: nagachika 488 | |
| * 4: svn 449 | |
| * 5: ko1 423 | |
| * 6: naruse 339 | |
| * 7: zzak 290 | |
| * 8: usa 276 | |
| * 9: kazu 149 | |
| * 10: drbrain 114 |