Last active
April 9, 2020 04:22
-
-
Save olimart/6256615 to your computer and use it in GitHub Desktop.
nano ~/.irbrc with Hirb config.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ENV['RAILS_ENV'] | |
IRB.conf[:PROMPT_MODE] = :SIMPLE | |
require 'irb/completion' | |
require 'hirb' | |
# Hirb.enable | |
Hirb.enable output: {"ActiveRecord::Base" => {class: :auto_table, ancestor: true, options: {vertical: true}}} | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment