Skip to content

Instantly share code, notes, and snippets.

@coneybeare
Created July 18, 2011 15:37
Show Gist options
  • Save coneybeare/1089886 to your computer and use it in GitHub Desktop.
Save coneybeare/1089886 to your computer and use it in GitHub Desktop.
coneybeare $ bundle exec rails c
Loading development environment (Rails 3.0.9)
ruby: main
>> pp ENV
{"Apple_PubSub_Socket_Render"=>"/tmp/launch-2lMuEw/Render",
"BUNDLE_BIN_PATH"=>
"/Users/coneybeare/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.13/bin/bundle",
"BUNDLE_GEMFILE"=>
"/Users/coneybeare/Desktop/delayed_attributes_cache_bug/Gemfile",
"CLICOLOR"=>"1",
"COMMAND_MODE"=>"unix2003",
"DISPLAY"=>"/tmp/launch-67YiUI/org.x:0",
"EDITOR"=>"vim",
"GEM_HOME"=>"/Users/coneybeare/.rvm/gems/ruby-1.9.2-p180",
"GEM_PATH"=>
"/Users/coneybeare/.rvm/gems/ruby-1.9.2-p180:/Users/coneybeare/.rvm/gems/ruby-1.9.2-p180@global",
"GREP_COLOR"=>"1;32",
"GREP_OPTIONS"=>"--color=auto",
"HISTCONTROL"=>"ignoredups",
"HISTIGNORE"=>"&:ls:[bf]g:exit:e:pwd",
"HOME"=>"/Users/coneybeare",
"IRBRC"=>"/Users/coneybeare/.rvm/rubies/ruby-1.9.2-p180/.irbrc",
"LANG"=>"en_US.UTF-8",
"LOGNAME"=>"coneybeare",
"LSCOLORS"=>"cxfxexexDxexexDxDxcxcx",
"MANPATH"=>"/opt/local/share/man:",
"MY_RUBY_HOME"=>"/Users/coneybeare/.rvm/rubies/ruby-1.9.2-p180",
"OLDPWD"=>"/Users/coneybeare/Desktop",
"PATH"=>
"/Users/coneybeare/.rvm/gems/ruby-1.9.2-p180/bin:/Users/coneybeare/.rvm/gems/ruby-1.9.2-p180@global/bin:/Users/coneybeare/.rvm/rubies/ruby-1.9.2-p180/bin:/Users/coneybeare/.rvm/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/subversion/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/Users/coneybeare/Downloads/android-sdk-mac_86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/X11/bin",
"PS1"=>"\\[\\033[0;36m\\]\\u $ \\[\\033[0m\\]",
"PWD"=>"/Users/coneybeare/Desktop/delayed_attributes_cache_bug",
"RUBYOPT"=>
"-I/Users/coneybeare/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.13/lib -rbundler/setup rubygems",
"RUBY_VERSION"=>"ruby-1.9.2-p180",
"SECURITYSESSIONID"=>"2300444",
"SHELL"=>"/bin/bash",
"SHLVL"=>"1",
"SSH_AUTH_SOCK"=>"/tmp/launch-sAeoJL/Listeners",
"TERM"=>"xterm-color",
"TERM_PROGRAM"=>"Apple_Terminal",
"TERM_PROGRAM_VERSION"=>"273.1",
"TMPDIR"=>"/var/folders/hX/hXlUjKevF9eSjvuZ2a+rb++++TI/-Tmp-/",
"USER"=>"coneybeare",
"_"=>"/Users/coneybeare/.rvm/gems/ruby-1.9.2-p180/bin/bundle",
"__CF_USER_TEXT_ENCODING"=>"0x1F5:0:0",
"rvm_archflags"=>"-arch x86_64",
"rvm_archives_path"=>"/Users/coneybeare/.rvm/archives",
"rvm_bin_path"=>"/Users/coneybeare/.rvm/bin",
"rvm_config_path"=>"/Users/coneybeare/.rvm/config",
"rvm_docs_path"=>"/Users/coneybeare/.rvm/docs",
"rvm_environments_path"=>"/Users/coneybeare/.rvm/environments",
"rvm_examples_path"=>"/Users/coneybeare/.rvm/examples",
"rvm_gems_cache_path"=>"/Users/coneybeare/.rvm/gems/cache",
"rvm_gems_path"=>"/Users/coneybeare/.rvm/gems",
"rvm_gemsets_path"=>"/Users/coneybeare/.rvm/gemsets",
"rvm_help_path"=>"/Users/coneybeare/.rvm/help",
"rvm_hook"=>"after_cd",
"rvm_lib_path"=>"/Users/coneybeare/.rvm/lib",
"rvm_loaded_flag"=>"1",
"rvm_log_path"=>"/Users/coneybeare/.rvm/log",
"rvm_man_path"=>"/Users/coneybeare/.rvm/man",
"rvm_patches_path"=>"/Users/coneybeare/.rvm/patches",
"rvm_path"=>"/Users/coneybeare/.rvm",
"rvm_reload_flag"=>"0",
"rvm_repos_path"=>"/Users/coneybeare/.rvm/repos",
"rvm_rubies_path"=>"/Users/coneybeare/.rvm/rubies",
"rvm_ruby_string"=>"ruby-1.9.2-p180",
"rvm_scripts_path"=>"/Users/coneybeare/.rvm/scripts",
"rvm_src_path"=>"/Users/coneybeare/.rvm/src",
"rvm_tmp_path"=>"/Users/coneybeare/.rvm/tmp",
"rvm_user_install_flag"=>"0",
"rvm_user_path"=>"/Users/coneybeare/.rvm/user",
"rvm_usr_path"=>"/Users/coneybeare/.rvm/usr",
"rvm_version"=>"1.6.5",
"rvm_wrappers_path"=>"/Users/coneybeare/.rvm/wrappers"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment