Skip to content

Instantly share code, notes, and snippets.

@daslicht
Created July 23, 2013 09:13
Show Gist options
  • Save daslicht/9cc1f654d9ddcdf1f151 to your computer and use it in GitHub Desktop.
Save daslicht/9cc1f654d9ddcdf1f151 to your computer and use it in GitHub Desktop.
daslicht:~ daslicht$ cd ~ && git clone git://github.com/chrismccord/labrador.git .labrador && cd .labrador && echo "rvm use 1.9.3" > .rvmrc && cd ~/.labrador && bundle install --deployment && open -e ~/.labrador/config/initializers/auth.rb
Cloning into '.labrador'...
remote: Counting objects: 1325, done.
remote: Compressing objects: 100% (675/675), done.
remote: Total 1325 (delta 698), reused 1224 (delta 607)
Receiving objects: 100% (1325/1325), 984.22 KiB | 144 KiB/s, done.
Resolving deltas: 100% (698/698), done.
You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers,
you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version'
or ignore this warning with 'rvm rvmrc warning ignore /Users/daslicht/.labrador/.rvmrc',
'.rvmrc' will continue to be the default project file in RVM 1 and RVM 2,
to ignore the warning for all files run 'rvm rvmrc warning ignore all.rvmrcs'.
Warning! PATH is not properly set up, '/Users/daslicht/.rvm/gems/ruby-1.9.3-p194/bin' is not available,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
to fix run: 'rvm use ruby-1.9.3-p194'.
ruby-1.9.3-p448 is not installed.
To install do: 'rvm install ruby-1.9.3-p448'
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Installing rake (10.0.3)
Installing i18n (0.6.4)
Installing multi_json (1.6.1)
Installing activesupport (3.2.12)
Installing builder (3.0.4)
Installing activemodel (3.2.12)
Installing erubis (2.7.0)
Installing journey (1.0.4)
Installing rack (1.4.5)
Installing rack-cache (1.2)
Installing rack-test (0.6.2)
Installing hike (1.2.1)
Installing tilt (1.3.4)
Installing sprockets (2.2.2)
Installing actionpack (3.2.12)
Installing mime-types (1.21)
Installing polyglot (0.3.3)
Installing treetop (1.4.12)
Installing mail (2.4.4)
Installing actionmailer (3.2.12)
Installing arel (3.0.2)
Installing tzinfo (0.3.36)
Installing activerecord (3.2.12)
Installing activeresource (3.2.12)
Installing arrayfields (4.7.4)
Installing fastercsv (1.5.5)
Installing amalgalite (1.1.2)
Installing bson (1.6.4)
Installing bson_ext (1.6.4)
Installing coffee-script-source (1.4.0)
Installing execjs (1.4.0)
Installing coffee-script (2.2.0)
Installing rack-ssl (1.3.3)
Installing json (1.7.7)
Installing rdoc (3.12.2)
Installing thor (0.17.0)
Installing railties (3.2.12)
Installing coffee-rails (3.2.2)
Installing gon (4.0.2)
Installing i18n-js (2.1.2)
Installing jquery-rails (2.1.4)
Installing minitest (4.4.0)
Installing mongo (1.6.4)
Installing postgres-pr (0.6.3)
Using bundler (1.3.5)
Installing rails (3.2.12)
Installing ruby_protobuf (0.4.11)
Installing rethinkdb (1.2.6.1)
Installing ruby-mysql (2.9.10)
Installing sass (3.2.5)
Installing sass-rails (3.2.5)
Installing uglifier (1.3.0)
Your bundle is complete!
It was installed into ./vendor/bundle
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!
daslicht:.labrador daslicht$ labrador-start
/Users/daslicht/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:216: warning: Insecure world writable dir /Users/daslicht/dart/dart-sdk/bin in PATH, mode 040777
/Users/daslicht/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:216: warning: Insecure world writable dir /Users/daslicht/dart/dart-sdk/bin in PATH, mode 040777
/Users/daslicht/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:216: warning: Insecure world writable dir /Users/daslicht/dart/dart-sdk/bin in PATH, mode 040777
=> Booting WEBrick
=> Rails 3.2.12 application starting in production on http://0.0.0.0:7488
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
/Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require': /Users/daslicht/.labrador/app/controllers/application_controller.rb:7: syntax error, unexpected ':', expecting kEND (SyntaxError)
before_filter :http_authenticate, except: [:unauthorized]
^
/Users/daslicht/.labrador/app/controllers/application_controller.rb:20: syntax error, unexpected ':', expecting kEND
render json: { error: error.to_s }
^
/Users/daslicht/.labrador/app/controllers/application_controller.rb:20: odd number list for Hash
render json: { error: error.to_s }
^
/Users/daslicht/.labrador/app/controllers/application_controller.rb:20: syntax error, unexpected '}', expecting kEND
/Users/daslicht/.labrador/app/controllers/application_controller.rb:91: syntax error, unexpected ':', expecting ')'
adapter: adapter_error.adapter,
^
/Users/daslicht/.labrador/app/controllers/application_controller.rb:92: syntax error, unexpected ':', expecting '='
app: current_app.name
^
/Users/daslicht/.labrador/app/controllers/application_controller.rb:93: syntax error, unexpected ')', expecting kEND
/Users/daslicht/.labrador/app/controllers/application_controller.rb:121: syntax error, unexpected $end, expecting kEND
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:359:in `require_or_load'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:313:in `depend_on'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:225:in `require_dependency'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/engine.rb:439:in `eager_load!'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/engine.rb:438:in `each'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/engine.rb:438:in `eager_load!'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/engine.rb:436:in `each'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/engine.rb:436:in `eager_load!'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/application/finisher.rb:53
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/initializable.rb:30:in `instance_exec'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/initializable.rb:30:in `run'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/initializable.rb:55:in `run_initializers'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/initializable.rb:54:in `each'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/initializable.rb:54:in `run_initializers'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/application.rb:136:in `initialize!'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/railtie/configurable.rb:30:in `send'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/railties-3.2.12/lib/rails/railtie/configurable.rb:30:in `method_missing'
from /Users/daslicht/.labrador/config/environment.rb:5
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require'
from /Users/daslicht/.labrador/config.ru:3
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval'
from /Users/daslicht/.labrador/vendor/bundle/ruby/1.8/gems/rack-1.4.5/lib/rack/builder.rb:51:in `initialize'
from /Users/daslicht/.labrador/config.ru:0:in `new'
from /Users/daslicht/.labrador/config.ru:0
daslicht:.labrador daslicht$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment