Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ end

require "debug"

Kredis.configurator = Class.new { def config_for(name) { db: "2" } end }.new
Kredis.configurator = Class.new do
def config_for(name) { db: "2" } end
def root() Pathname.new(".") end
end.new
ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT)

IRB.start