1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Always require rubygems

This commit is contained in:
Holger Just 2011-09-07 13:23:23 +02:00
parent 81a8dca12d
commit 1c98f69deb

2
.irbrc
View File

@ -1,3 +1,5 @@
require 'rubygems'
# Rails will log to irb
require 'logger'
if ENV.include?('RAILS_ENV') && !Object.const_defined?('RAILS_DEFAULT_LOGGER')