当日、接続テストにて、サポートいたします。流れのみ、サラッとご確認ください。
-
公開用URLをクリック
予めお伝えいただいたメールアドレスの受信箱をご確認ください。
-
スピーカーをOFFにして、マイクとカメラをOFFにします。その後、ハングアウトオンエアに入室してください。
https://thinkit.co.jp/article/13289
content = JSON.parse(File.read("./trello.json")) | |
content["actions"].select { |a| a["type"] == "createCard" && a.dig("data", "list", "name") == "Keep" }.map { |a| a.dig("data", "card", "name") }.each(&method(:puts)) |
Generated by trace_location at 2019-06-04 23:08:49 +0900
Generated by trace_location at 2019-06-05 10:39:18 +0900
Generated by trace_location at 2019-06-05 10:56:45 +0900
Generated by trace_location at 2019-06-06 08:18:16 +0900
以下のログは下記コードの実行後に生成されたマークダウンファイルとなります。
env = Rack::MockRequest.env_for('http://localhost:3000/books')
TraceLocation.trace(ignore: /rbenv|activesupport/) { status, headers, body = Rails.application.call(env) }
Generated by trace_location at 2019-06-06 10:43:54 +0900
# frozen_string_literal: true | |
require "bundler/inline" | |
gemfile(true) do | |
source "https://rubygems.org" | |
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | |
gem "rails", github: "rails/rails" |