Skip to content

Instantly share code, notes, and snippets.

@joshuacronemeyer
Created May 28, 2014 22:48
Show Gist options
  • Save joshuacronemeyer/aecc3bee558a2243b91c to your computer and use it in GitHub Desktop.
Save joshuacronemeyer/aecc3bee558a2243b91c to your computer and use it in GitHub Desktop.
binstub issue 15 debugging output
=============================================================================================================
+ ruby_v=2.1.2
+ rspec_v=2.14.8
+ rspec_core_v=2.14.7
+ cd /Users/josh/tmp
binstub_script: line 11: cd: /Users/josh/tmp: No such file or directory
+ :
+ rm -rf /Users/josh/.rbenv/versions/2.1.2
+ RUBY_CONFIGURE_OPTS=--with-openssl-dir=/usr/local/Cellar/openssl/1.0.1g
+ rbenv install 2.1.2
Downloading ruby-2.1.2.tar.gz...
-> http://dqw8nmjcqpjn7.cloudfront.net/a5b5c83565f8bd954ee522bd287d2ca1
Installing ruby-2.1.2...
Installed ruby-2.1.2 to /Users/josh/.rbenv/versions/2.1.2
+ rm -rf railsapp .ruby-version Gemfile
+ :
+ echo 2.1.2
+ rbenv version
2.1.2 (set by /Users/josh/Applauze/.ruby-version)
+ ruby -v
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin12.0]
+ :
++ gem list
+ gems='bigdecimal (1.2.4)
io-console (0.4.2)
json (1.8.1)
minitest (4.7.5)
psych (2.0.5)
rake (10.1.0)
rdoc (4.1.0)
test-unit (2.1.2.0)'
+ echo 'bigdecimal (1.2.4)
io-console (0.4.2)
json (1.8.1)
minitest (4.7.5)
psych (2.0.5)
rake (10.1.0)
rdoc (4.1.0)
test-unit (2.1.2.0)'
+ grep bundler
+ gem install bundler --no-ri
Successfully installed bundler-1.6.2
1 gem installed
+ echo 'bigdecimal (1.2.4)
io-console (0.4.2)
json (1.8.1)
minitest (4.7.5)
psych (2.0.5)
rake (10.1.0)
rdoc (4.1.0)
test-unit (2.1.2.0)'
+ grep 'rails.*4\.1\.1'
+ gem install rails -v 4.1.1 --no-ri
Successfully installed thread_safe-0.3.4
Successfully installed minitest-5.3.4
Successfully installed tzinfo-1.2.0
Successfully installed i18n-0.6.10
Successfully installed activesupport-4.1.1
Successfully installed erubis-2.7.0
Successfully installed builder-3.2.2
Successfully installed actionview-4.1.1
Successfully installed rack-1.5.2
Successfully installed rack-test-0.6.2
Successfully installed actionpack-4.1.1
Successfully installed activemodel-4.1.1
Successfully installed arel-5.0.1.20140414130214
Successfully installed activerecord-4.1.1
Successfully installed mime-types-1.25.1
Successfully installed polyglot-0.3.4
Successfully installed treetop-1.4.15
Successfully installed mail-2.5.4
Successfully installed actionmailer-4.1.1
Successfully installed thor-0.19.1
Successfully installed railties-4.1.1
Successfully installed tilt-1.4.1
Successfully installed multi_json-1.10.1
Successfully installed hike-1.2.3
Successfully installed sprockets-2.12.1
Successfully installed sprockets-rails-2.1.3
Successfully installed rails-4.1.1
27 gems installed
+ echo 'bigdecimal (1.2.4)
io-console (0.4.2)
json (1.8.1)
minitest (4.7.5)
psych (2.0.5)
rake (10.1.0)
rdoc (4.1.0)
test-unit (2.1.2.0)'
+ grep rspec
+ gem install rspec --no-ri
Successfully installed rspec-core-2.14.8
Successfully installed diff-lcs-1.2.5
Successfully installed rspec-expectations-2.14.5
Successfully installed rspec-mocks-2.14.6
Successfully installed rspec-2.14.1
5 gems installed
+ :
+ rspec --version
2.14.8
+ rspec --version
+ grep 2.14.8
2.14.8
+ :
+ '[' -d railsapp ']'
+ rails new railsapp
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/javascripts/application.js
create app/assets/stylesheets/application.css
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create app/views/layouts/application.html.erb
create app/assets/images/.keep
create app/mailers/.keep
create app/models/.keep
create app/controllers/concerns/.keep
create app/models/concerns/.keep
create bin
create bin/bundle
create bin/rails
create bin/rake
create config
create config/routes.rb
create config/application.rb
create config/environment.rb
create config/secrets.yml
create config/environments
create config/environments/development.rb
create config/environments/production.rb
create config/environments/test.rb
create config/initializers
create config/initializers/backtrace_silencers.rb
create config/initializers/cookies_serializer.rb
create config/initializers/filter_parameter_logging.rb
create config/initializers/inflections.rb
create config/initializers/mime_types.rb
create config/initializers/session_store.rb
create config/initializers/wrap_parameters.rb
create config/locales
create config/locales/en.yml
create config/boot.rb
create config/database.yml
create db
create db/seeds.rb
create lib
create lib/tasks
create lib/tasks/.keep
create lib/assets
create lib/assets/.keep
create log
create log/.keep
create public
create public/404.html
create public/422.html
create public/500.html
create public/favicon.ico
create public/robots.txt
create test/fixtures
create test/fixtures/.keep
create test/controllers
create test/controllers/.keep
create test/mailers
create test/mailers/.keep
create test/models
create test/models/.keep
create test/helpers
create test/helpers/.keep
create test/integration
create test/integration/.keep
create test/test_helper.rb
create tmp/cache
create tmp/cache/assets
create vendor/assets/javascripts
create vendor/assets/javascripts/.keep
create vendor/assets/stylesheets
create vendor/assets/stylesheets/.keep
run bundle install
Fetching gem metadata from https://rubygems.org/..........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Installing rake 10.3.2
Using i18n 0.6.10
Using json 1.8.1
Using minitest 5.3.4
Using thread_safe 0.3.4
Using tzinfo 1.2.0
Using activesupport 4.1.1
Using builder 3.2.2
Using erubis 2.7.0
Using actionview 4.1.1
Using rack 1.5.2
Using rack-test 0.6.2
Using actionpack 4.1.1
Using mime-types 1.25.1
Using polyglot 0.3.4
Using treetop 1.4.15
Using mail 2.5.4
Using actionmailer 4.1.1
Using activemodel 4.1.1
Using arel 5.0.1.20140414130214
Using activerecord 4.1.1
Using bundler 1.6.2
Installing coffee-script-source 1.7.0
Installing execjs 2.1.0
Installing coffee-script 2.2.0
Using thor 0.19.1
Using railties 4.1.1
Installing coffee-rails 4.0.1
Using hike 1.2.3
Using multi_json 1.10.1
Installing jbuilder 2.0.7
Installing jquery-rails 3.1.0
Using tilt 1.4.1
Installing sprockets 2.11.0
Using sprockets-rails 2.1.3
Using rails 4.1.1
Installing rdoc 4.1.1
Installing sass 3.2.19
Installing sass-rails 4.0.3
Installing sdoc 0.4.0
Installing spring 1.1.3
Installing sqlite3 1.3.9
Installing turbolinks 2.2.2
Installing uglifier 2.5.0
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
run bundle exec spring binstub --all
* bin/rake: spring inserted
* bin/rails: spring inserted
+ cd railsapp
+ pwd
/Users/josh/Applauze/railsapp
+ for g in coderay pry unicorn newrelic_rpm unicorn-rails
+ grep coderay Gemfile
+ echo 'gem '\''coderay'\'''
+ for g in coderay pry unicorn newrelic_rpm unicorn-rails
+ grep pry Gemfile
+ echo 'gem '\''pry'\'''
+ for g in coderay pry unicorn newrelic_rpm unicorn-rails
+ grep unicorn Gemfile
# Use unicorn as the app server
# gem 'unicorn'
+ for g in coderay pry unicorn newrelic_rpm unicorn-rails
+ grep newrelic_rpm Gemfile
+ echo 'gem '\''newrelic_rpm'\'''
+ for g in coderay pry unicorn newrelic_rpm unicorn-rails
+ grep unicorn-rails Gemfile
+ echo 'gem '\''unicorn-rails'\'''
+ grep rspec-core Gemfile
+ echo 'gem '\''rspec-core'\'', '\''2.14.7'\'''
+ grep rspec-expectations Gemfile
+ echo 'gem '\''rspec-expectations'\'', '\''2.14.4'\'''
+ grep rspec-mocks Gemfile
+ echo 'gem '\''rspec-mocks'\'', '\''2.14.4'\'''
+ grep rspec-rails Gemfile
+ echo 'gem '\''rspec-rails'\'', '\''2.14.1'\'''
+ :
+ bundle install --binstubs .bundle/bin
Fetching gem metadata from https://rubygems.org/........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Using rake 10.3.2
Using i18n 0.6.10
Using json 1.8.1
Using minitest 5.3.4
Using thread_safe 0.3.4
Using tzinfo 1.2.0
Using activesupport 4.1.1
Using builder 3.2.2
Using erubis 2.7.0
Using actionview 4.1.1
Using rack 1.5.2
Using rack-test 0.6.2
Using actionpack 4.1.1
Using mime-types 1.25.1
Using polyglot 0.3.4
Using treetop 1.4.15
Using mail 2.5.4
Using actionmailer 4.1.1
Using activemodel 4.1.1
Using arel 5.0.1.20140414130214
Using activerecord 4.1.1
Using bundler 1.6.2
Installing coderay 1.1.0
Using coffee-script-source 1.7.0
Using execjs 2.1.0
Using coffee-script 2.2.0
Using thor 0.19.1
Using railties 4.1.1
Using coffee-rails 4.0.1
Using diff-lcs 1.2.5
Using hike 1.2.3
Using multi_json 1.10.1
Using jbuilder 2.0.7
Using jquery-rails 3.1.0
Installing kgio 2.9.2
Installing method_source 0.8.2
Installing newrelic_rpm 3.8.1.221
Installing slop 3.5.0
Installing pry 0.9.12.6
Using tilt 1.4.1
Using sprockets 2.11.0
Using sprockets-rails 2.1.3
Using rails 4.1.1
Installing raindrops 0.13.0
Using rdoc 4.1.1
Installing rspec-core 2.14.7
Installing rspec-expectations 2.14.4
Installing rspec-mocks 2.14.4
Installing rspec-rails 2.14.1
Using sass 3.2.19
Using sass-rails 4.0.3
Using sdoc 0.4.0
Using spring 1.1.3
Using sqlite3 1.3.9
Using turbolinks 2.2.2
Using uglifier 2.5.0
Installing unicorn 4.8.3
Installing unicorn-rails 2.1.1
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
Post-install message from newrelic_rpm:
# New Relic Ruby Agent Release Notes #
## v3.8.1 ##
* Better handling for Rack applications implemented as middlewares
When using a Sinatra application as a middleware around another app (for
example, a Rails app), or manually instrumenting a Rack middleware wrapped
around another application, the agent would previously generate two separate
transaction names in the New Relic UI (one for the middleware, and one for
the inner application).
As of this release, the agent will instead unify these two parts into a single
transaction in the UI. The unified name will be the name assigned to the
inner-most traced transaction by default. Calls to
NewRelic::Agent.set_transaction_name will continue to override the default
names assigned by the agent's instrumentation code.
This change also makes it possible to run X-Ray sessions against transactions
of the 'inner' application in cases where one instrumented app is wrapped in
another that's implemented as a middleware.
* Support for mongo-1.10.0
The Ruby agent now instruments version 1.10.0 of the mongo gem (versions 1.8.x
and 1.9.x were already supported, and continue to be).
* Allow setting configuration file path via an option to manual_start
Previously, passing the :config_path option to NewRelic::Agent.manual_start
would not actually affect the location that the agent would use to look for
its configuration file. This has been fixed, and the log messages emitted when
a configuration file is not found should now be more helpful.
See https://github.com/newrelic/rpm/blob/master/CHANGELOG for a full list of
changes.
+ :
+ rspec --version
2.14.7
+ rspec --version
+ grep 2.14.7
2.14.7
+ :
+ gem list
actionmailer (4.1.1)
actionpack (4.1.1)
actionview (4.1.1)
activemodel (4.1.1)
activerecord (4.1.1)
activesupport (4.1.1)
arel (5.0.1.20140414130214)
bigdecimal (1.2.4)
builder (3.2.2)
bundler (1.6.2)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (2.2.0)
coffee-script-source (1.7.0)
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.1.0)
hike (1.2.3)
i18n (0.6.10)
io-console (0.4.2)
jbuilder (2.0.7)
jquery-rails (3.1.0)
json (1.8.1)
kgio (2.9.2)
mail (2.5.4)
method_source (0.8.2)
mime-types (1.25.1)
minitest (5.3.4, 4.7.5)
multi_json (1.10.1)
newrelic_rpm (3.8.1.221)
polyglot (0.3.4)
pry (0.9.12.6)
psych (2.0.5)
rack (1.5.2)
rack-test (0.6.2)
rails (4.1.1)
railties (4.1.1)
raindrops (0.13.0)
rake (10.3.2, 10.1.0)
rdoc (4.1.1, 4.1.0)
rspec (2.14.1)
rspec-core (2.14.8, 2.14.7)
rspec-expectations (2.14.5, 2.14.4)
rspec-mocks (2.14.6, 2.14.4)
rspec-rails (2.14.1)
sass (3.2.19)
sass-rails (4.0.3)
sdoc (0.4.0)
slop (3.5.0)
spring (1.1.3)
sprockets (2.12.1, 2.11.0)
sprockets-rails (2.1.3)
sqlite3 (1.3.9)
test-unit (2.1.2.0)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
treetop (1.4.15)
turbolinks (2.2.2)
tzinfo (1.2.0)
uglifier (2.5.0)
unicorn (4.8.3)
unicorn-rails (2.1.1)
+ :
+ rbenv which rspec
/Users/josh/Applauze/railsapp/.bundle/bin/rspec
+ rbenv which rspec
+ grep .bundle/bin
/Users/josh/Applauze/railsapp/.bundle/bin/rspec
+ :
+ bundle show rspec-core
/Users/josh/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-2.14.7
+ bundle show rspec-core
+ grep gems/rspec-core-2.14.7
/Users/josh/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-2.14.7
+ :
+ .bundle/bin/rspec --version
2.14.7
+ .bundle/bin/rspec --version
+ grep 2.14.7
2.14.7
+ :
+ ls /Users/josh/.rbenv/plugins/
rbenv-aliases
rbenv-binstubs
rbenv-bundler-ruby-version
rbenv-gem-rehash
+ for p in rbenv-aliases rbenv-binstubs rbenv-bundler-ruby-version rbenv-gem-rehash
+ '[' -d /Users/josh/.rbenv/plugins/rbenv-aliases ']'
+ for p in rbenv-aliases rbenv-binstubs rbenv-bundler-ruby-version rbenv-gem-rehash
+ '[' -d /Users/josh/.rbenv/plugins/rbenv-binstubs ']'
+ for p in rbenv-aliases rbenv-binstubs rbenv-bundler-ruby-version rbenv-gem-rehash
+ '[' -d /Users/josh/.rbenv/plugins/rbenv-bundler-ruby-version ']'
+ for p in rbenv-aliases rbenv-binstubs rbenv-bundler-ruby-version rbenv-gem-rehash
+ '[' -d /Users/josh/.rbenv/plugins/rbenv-gem-rehash ']'
+ :
+ echo Expect to see: No such file or directory
Expect to see: No such file or directory
+ cat /Users/josh/.bundle/config
cat: /Users/josh/.bundle/config: No such file or directory
+ '[' '!' -e /Users/josh/.bundle/config ']'
+ :
+ cat .bundle/config
---
BUNDLE_BIN: ".bundle/bin"
+ cat .bundle/config
+ grep 'BUNDLE_BIN: ".bundle/bin"'
BUNDLE_BIN: ".bundle/bin"
+ :
+ ls .bundle/bin/
autospec
bundler
coderay
erubis
htmldiff
ldiff
mongrel_rpm
newrelic
newrelic_cmd
nrdebug
pry
rackup
rails
rake
rdoc
ri
rspec
sass
sass-convert
scss
sdoc
sdoc-merge
spring
sprockets
thor
tilt
tt
unicorn
unicorn_rails
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/autospec ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/coderay ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/htmldiff ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/mongrel_rpm ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/newrelic_cmd ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/pry ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/rails ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/rdoc ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/rspec ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/sass-convert ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/sdoc ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/sprockets ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/tilt ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/unicorn ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/bundler ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/erubis ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/ldiff ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/newrelic ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/nrdebug ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/rackup ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/rake ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/ri ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/sass ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/scss ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/sdoc-merge ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/thor ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/tt ']'
+ for c in autospec coderay htmldiff mongrel_rpm newrelic_cmd pry rails rdoc rspec sass-convert sdoc sprockets tilt unicorn bundler erubis ldiff newrelic nrdebug rackup rake ri sass scss sdoc-merge thor tt unicorn_rails
+ '[' -x .bundle/bin/unicorn_rails ']'
+ :
+ cat Gemfile
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.3'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', group: :development
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use unicorn as the app server
# gem 'unicorn'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
# Use debugger
# gem 'debugger', group: [:development, :test]
gem 'coderay'
gem 'pry'
gem 'newrelic_rpm'
gem 'unicorn-rails'
gem 'rspec-core', '2.14.7'
gem 'rspec-expectations', '2.14.4'
gem 'rspec-mocks', '2.14.4'
gem 'rspec-rails', '2.14.1'
+ :
+ cat Gemfile.lock
+ grep rspec
rspec-core (2.14.7)
rspec-expectations (2.14.4)
rspec-mocks (2.14.4)
rspec-rails (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (= 2.14.7)
rspec-expectations (= 2.14.4)
rspec-mocks (= 2.14.4)
rspec-rails (= 2.14.1)
+ :
+ rbenv bundles
/Users/josh/Applauze/applauze-web-public: bin (only manually created binaries)
/Users/josh/Applauze/applauze-web: .bundle/bin
/Users/josh/Applauze/applauze-integration-ticketnetwork: bin (only manually created binaries)
/Users/josh/Applauze/railsapp: .bundle/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment