Skip to content

Instantly share code, notes, and snippets.

View acechase's full-sized avatar

Andrew Chase acechase

View GitHub Profile
@acechase
acechase / .railsrc
Created September 5, 2013 18:40 — forked from janlelis/.railsrc
# .railsrc for Rails 3, encoding: utf-8
# see http://rbjl.net/49-railsrc-rails-console-snippets
if !Rails.application then warn "Rails isn't loaded, yet... skipping .railsrc" else
# # #
def ripl?; defined?(Ripl) && Ripl.instance_variable_get(:@shell); end
# # #
# loggers