Skip to content

Instantly share code, notes, and snippets.

View r7kamura's full-sized avatar

Ryo Nakamura r7kamura

View GitHub Profile

Qchan API

Provides Public API of Qchan.

Qchan is a project of a Job-Queue Worker System. It consists of a cluster of many processes and Qchan API is a member of them. Qchan API has a responsibility to provide Public REST API to the Qchan's internal processes and the other external clients via HTTP.

Qchan API

Provides Public API of Qchan.

Qchan is a project of a Job-Queue Worker System. It consists of a cluster of many processes and Qchan API is a member of them. Qchan API has a responsibility to provide Public REST API to the Qchan's internal processes and the other external clients via HTTP.

Qchan API

Provides Public API of Qchan.

Qchan is a project of a Job-Queue Worker System. It consists of a cluster of many processes and Qchan API is a member of them. Qchan API has a responsibility to provide Public REST API to the Qchan's internal processes and the other external clients via HTTP.

Qchan API

Provides Public API of Qchan.

Qchan is a project of a Job-Queue Worker System. It consists of a cluster of many processes and Qchan API is a member of them. Qchan API has a responsibility to provide Public REST API to the Qchan's internal processes and the other external clients via HTTP.

ActiveSupport::Notifications.subscribe("sql.active_record") do |name, start, finish, id, payload|
if payload[:sql] =~ /\A(?!EXPLAIN).*SELECT.+FROM/
ActiveRecord::Base.logger.warn(
ActiveRecord::Base.connection.explain(payload[:sql], payload[:binds])
)
end
end
  • a

aa

http://qiita.com/advent-calendar/2014/adobe/feed
http://qiita.com/advent-calendar/2014/agile_casual/feed
http://qiita.com/advent-calendar/2014/android/feed
http://qiita.com/advent-calendar/2014/angularjs/feed
http://qiita.com/advent-calendar/2014/ansible/feed
http://qiita.com/advent-calendar/2014/ar/feed
http://qiita.com/advent-calendar/2014/aspnet/feed
http://qiita.com/advent-calendar/2014/atom/feed
http://qiita.com/advent-calendar/2014/avx512/feed
http://qiita.com/advent-calendar/2014/aws/feed
Gem::Specification.new do |spec|
spec.name = "ruboty-kokodeikku"
spec.version = "0.0.1"
spec.authors = ["Ryo Nakamura"]
spec.email = ["r7kamura@gmail.com"]
spec.summary = "Compose haiku from chat"
spec.files = ["ruboty-kokodeikku.rb"]
spec.require_path = "."
spec.add_runtime_dependency "ikku"
end
$ curl -LSfs https://raw.githubusercontent.com/r7kamura/dotfiles/master/install.sh | bash
Software Update Tool
Copyright 2002-2012 Apple Inc.
Finding available software
Downloading Command Line Tools (OS X 10.10)
Downloaded Command Line Tools (OS X 10.10)
Installing Command Line Tools (OS X 10.10)
Done with Command Line Tools (OS X 10.10)