Skip to content

Instantly share code, notes, and snippets.

@yoichiro-manabe
Created July 23, 2016 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoichiro-manabe/21896ee9af06f0321324661b5d0a686b to your computer and use it in GitHub Desktop.
Save yoichiro-manabe/21896ee9af06f0321324661b5d0a686b to your computer and use it in GitHub Desktop.
RubyMineのRailsConsoleで必要な設定
include FactoryGirl::Syntax::Methods
# ActiveRecordのログ内容を表示する
ActiveRecord::Base.logger = Logger.new(STDOUT)
# ログの内容を表示する
Rails.logger = Logger.new(STDOUT)
# ActiveRecordの取得結果をテーブル形式で表示する
Hirb.enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment