Skip to content

Instantly share code, notes, and snippets.

View ishiokakeiichi's full-sized avatar

Keiichi Ishioka ishiokakeiichi

View GitHub Profile
@cha55son
cha55son / config_application.rb
Last active July 19, 2017 05:10
Disable Rails 5 Connection Pool
# config/application.rb
require_relative 'boot'
require 'rails/all'
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)