Last active
April 9, 2020 04:22
Revisions
-
olimart revised this gist
Apr 9, 2020 . 1 changed file with 7 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ 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 -
olimart revised this gist
Jan 16, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,5 @@ 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}}} -
olimart created this gist
Aug 17, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ IRB.conf[:PROMPT_MODE] = :SIMPLE require 'irb/completion' require 'hirb' Hirb.enable