Created
November 30, 2011 18:05
-
-
Save vijaydev/1410065 to your computer and use it in GitHub Desktop.
This file contains 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
railsrc_path = File.expand_path('~/.railsrc') | |
if ( ENV['RAILS_ENV'] || defined? Rails ) && File.exist?( railsrc_path ) | |
begin | |
load railsrc_path | |
rescue Exception | |
warn "Could not load: #{ railsrc_path }" # because of $!.message | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment