I hereby claim:
- I am halsk on github.
- I am hal_sk (https://keybase.io/hal_sk) on keybase.
- I have a public key ASA9vWcsJ2wrFed8xZtZ-iYCP6H84GJ-BKTijXSYr8p89go
To claim this, I am signing this object:
| Homebrew build logs for newt on macOS 10.14.6 | |
| Build date: 2019-10-06 12:11:29 |
| # 以下の行を追加 | |
| gem 'middleman-data_source' | |
I hereby claim:
To claim this, I am signing this object:
| $ bin/less | |
| Watching /var/local/ckan/default/pyenv/src/ckan/ckan/public/base/less | |
| [2015-10-27 00:28:08] recompiled main.debug.css in 2027ms |
| ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0nxW60xhlKwxA9PylG/1x8C7bEr1tRZKX73oUkzJ3Kto40zVJGUARpJ8fEH7joobMKedDPhWg/w2dLVraB5qFU9jK0UWfauxQPfd5QzwQtsrpB+eI+kn3jsCIkA928ybbRzxfmiSAANv451Cj1qK2dqqSgrMFbGL7XwJbWE3n83nN/YvpOskTSiolr3kAICpdGYzki/cqUYiAoaGO+6NpmBeFQXNXKXanuPQiMTnfMJgZdXZiwNnza75AMmNKjXx6Zs67cLSQz1iaBI+fgiMPZ79dwmlSSsrIpdNI4B+n7zTQJMLgnq/hZlR09s831jXKqGeO0N9YJlnqrAGCXdZ7Q== |
| <html> | |
| <!-- | |
| D3.js でこんなことをやりたいらしい。 | |
| 【BEFORE】 | |
| Prefecture,教授,芸術,宗教,報道,投資・経営 | |
| 北海道,249,6,207,0,152 | |
| 青森,19,0,19,0,17 | |
| 【AFTER】 | |
| [Prefecture: 北海道, | |
| values : [ |
| group :test do | |
| gem 'fabrication' #追加 | |
| end |
| (中略) | |
| when :staging | |
| # the following configuration works for Amazon S3 | |
| config.storage = :fog | |
| config.fog_credentials = { | |
| provider: 'AWS', | |
| aws_access_key_id: ENV['S3_KEY_ID'], | |
| aws_secret_access_key: ENV['S3_SECRET_KEY'], | |
| region: ENV['S3_BUCKET_REGION'] | |
| } |
| ja: | |
| errors: | |
| messages: | |
| not_found: "は見つかりませんでした" | |
| # not_found: "not found" | |
| already_confirmed: "は既に登録済みです" | |
| # already_confirmed: "was already confirmed" | |
| not_locked: "は凍結されていません" | |
| # not_locked: "was not locked" |
| class Users::ConfirmationsController < Devise::ConfirmationsController | |
| protected | |
| # The path used after confirmation. | |
| def after_confirmation_path_for(resource_name, resource) | |
| if signed_in? | |
| '/registrationfinished' | |
| else | |
| new_session_path(resource_name) | |
| end | |
| end |