Skip to content

Instantly share code, notes, and snippets.

Intergalactic:hud andy$ git rebase master
First, rewinding head to replay your work on top of it...
Applying: added semantic framework
Using index info to reconstruct a base tree...
M Gemfile
M Gemfile.lock
Falling back to patching base and 3-way merge...
Auto-merging Gemfile.lock
Auto-merging Gemfile
Applying: Fix variables/mixins support for sass
Intergalactic:Valuation-Metrics andy$ thin -e local start -p 5000
>> Using rack adapter
W, [GLOBAL: 05-12-2013 05:31:55 #22201] WARN -- : ::ValuationMetrics class is unavailable at the moment
W, [GLOBAL: 05-12-2013 05:31:55 #22201] WARN -- : Cache for MatchingEngine is turned off unless cache_store is set manually
loading config file 'config.yaml'
Process environment time zone is set to 'EET' but 'UTC' is expected. Start server with environment TZ='UTC'
from /Users/andy/Sites/repository/Valuation-Metrics/server.rb:122:in `block in <class:ValuationMetrics>'
Intergalactic:Valuation-Metrics andy$ TZ=UTC thin -e local start -p 5000
>> Using rack adapter
W, [GLOBAL: 05-12-2013 03:35:57 #22218] WARN -- : ::ValuationMetrics class is unavailable at the moment
W, [GLOBAL: 05-12-2013 03:35:57 #22218] WARN -- : Cache for MatchingEngine is turned off unless cache_store is set manually
loading config file 'config.yaml'
Process environment time zone is set to 'UTC'
/Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require': Incorrect MySQL client library version! This gem was compiled for 5.5.20 but the client library is 5.6.14. (RuntimeError)
from /Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require'
from /Users/andy/.rvm/gems/ruby-1.9.3-p362@VM/gems/backports-3.3.0/lib/backports/tools.rb:328:in `require_with_backports'
from /Users/andy/.rvm/gems/ruby-1.9.3-p362@VM/gems/mysql2-0.3.11/lib/mysql2.rb:9:in `<top (required)>'
Error starting application
Your Rack app raised an exception when Pow tried to run it.
Bundler::GemNotFound: Could not find rake-10.1.0 in any of the sources
~/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in `block in materialize'
~/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in `map!'
~/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in `materialize'
~/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in `specs'
~/.rvm/gems/ruby-2.0.0-p353@global/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in `specs_for'
Error starting application
Your Rack app raised an exception when Pow tried to run it.
Error: '/Users/andy/Sites/repository/airbrake-app/.powenv' failed to load:
true &&
source '/Users/andy/Sites/repository/airbrake-app/.powenv' > /dev/null &&
env > '/var/folders/7m/3xpft50n0q56c7j00ttvvls40000gp/T/pow.264.1386789241641.29367'
Error: '/Users/andy/Sites/repository/airbrake-app/.powenv' failed to load:
true &&
source '/Users/andy/Sites/repository/airbrake-app/.powenv' > /dev/null &&
env > '/var/folders/7m/3xpft50n0q56c7j00ttvvls40000gp/T/pow.264.1386789241641.29367'
Error starting application
Your Rack app raised an exception when Pow tried to run it.
Error: '/Users/andy/Sites/repository/airbrake-app/.powenv' failed to load:
true &&
source '/Users/andy/Sites/repository/airbrake-app/.powenv' > /dev/null &&
env > '/var/folders/7m/3xpft50n0q56c7j00ttvvls40000gp/T/pow.264.1386789241641.29367'
Error: '/Users/andy/Sites/repository/airbrake-app/.powenv' failed to load:
true &&
source '/Users/andy/Sites/repository/airbrake-app/.powenv' > /dev/null &&
env > '/var/folders/7m/3xpft50n0q56c7j00ttvvls40000gp/T/pow.264.1386789241641.29367'
@jamland
jamland / gist:7916927
Created December 11, 2013 19:36
text ~/.powenv
export PATH ; PATH="/Users/andy/.rvm/gems/ruby-1.9.3-p362/bin:/Users/andy/.rvm/gems/ruby-1.9.3-p362@global/bin:/Users/andy/.rvm/rubies/ruby-1.9.3-p362/bin:/Users/andy/.rvm/bin:$PATH"
export rvm_env_string ; rvm_env_string='ruby-1.9.3-p362'
export rvm_path ; rvm_path='/Users/andy/.rvm'
export rvm_ruby_string ; rvm_ruby_string='ruby-1.9.3-p362'
unset rvm_gemset_name
export RUBY_VERSION ; RUBY_VERSION='ruby-1.9.3-p362'
export GEM_HOME ; GEM_HOME='/Users/andy/.rvm/gems/ruby-1.9.3-p362'
export GEM_PATH ; GEM_PATH='/Users/andy/.rvm/gems/ruby-1.9.3-p362:/Users/andy/.rvm/gems/ruby-1.9.3-p362@global'
export MY_RUBY_HOME ; MY_RUBY_HOME='/Users/andy/.rvm/rubies/ruby-1.9.3-p362'
export IRBRC ; IRBRC='/Users/andy/.rvm/rubies/ruby-1.9.3-p362/.irbrc'
Intergalactic:airbrake-app andy$ ruby -v
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.4.0]
Intergalactic:airbrake-app andy$ rvm env
export PATH ; PATH="/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/bin:/Users/andy/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/andy/.rvm/rubies/ruby-2.0.0-p247/bin:/Users/andy/.rvm/bin:$PATH"
export rvm_env_string ; rvm_env_string='ruby-2.0.0-p247@airbrake'
export rvm_path ; rvm_path='/Users/andy/.rvm'
export rvm_ruby_string ; rvm_ruby_string='ruby-2.0.0-p247'
export rvm_gemset_name ; rvm_gemset_name='airbrake'
Error starting application
Your Rack app raised an exception when Pow tried to run it.
Error: '/Users/andy/Sites/repository/airbrake-app/.powenv' failed to load:
true &&
source '/Users/andy/Sites/repository/airbrake-app/.powenv' > /dev/null &&
env > '/var/folders/7m/3xpft50n0q56c7j00ttvvls40000gp/T/pow.264.1386790829080.10072'
Error: '/Users/andy/Sites/repository/airbrake-app/.powenv' failed to load:
true &&
source '/Users/andy/Sites/repository/airbrake-app/.powenv' > /dev/null &&
env > '/var/folders/7m/3xpft50n0q56c7j00ttvvls40000gp/T/pow.264.1386790829080.10072'
Intergalactic:Valuation-Metrics andy$ TZ=UTC thin -e local start -p 5000
>> Using rack adapter
W, [GLOBAL: 12-12-2013 05:00:01 #85603] WARN -- : ::ValuationMetrics class is unavailable at the moment
W, [GLOBAL: 12-12-2013 05:00:01 #85603] WARN -- : Cache for MatchingEngine is turned off unless cache_store is set manually
loading config file 'config.yaml'
Process environment time zone is set to 'UTC'
/Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require': Incorrect MySQL client library version! This gem was compiled for 5.5.20 but the client library is 5.6.15. (RuntimeError)
from /Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require'
from /Users/andy/.rvm/gems/ruby-1.9.3-p362@VM/gems/backports-3.3.0/lib/backports/tools.rb:328:in `require_with_backports'
from /Users/andy/.rvm/gems/ruby-1.9.3-p362@VM/gems/mysql2-0.3.11/lib/mysql2.rb:9:in `<top (required)>'