Skip to content

Instantly share code, notes, and snippets.

@mikeumus
Created August 21, 2014 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeumus/2cc829cdb3a84de6fbcb to your computer and use it in GitHub Desktop.
Save mikeumus/2cc829cdb3a84de6fbcb to your computer and use it in GitHub Desktop.
(trusty)mikeumus@localhost:~/Downloads/RentalGeek/Development/fonda$ gem install pg
Building native extensions.  This could take a while...
Successfully installed pg-0.17.1
invalid options: -f fivefish
(invalid options are ignored)
Parsing documentation for pg-0.17.1
Installing ri documentation for pg-0.17.1
Done installing documentation for pg after 2 seconds
1 gem installed
(trusty)mikeumus@localhost:~/Downloads/RentalGeek/Development/fonda$ bundle install
Fetching source index from https://rubygems.org/
Using rake 10.3.2
Using i18n 0.6.9
Using json 1.8.1
Using minitest 5.3.4
Using thread_safe 0.3.4
Using tzinfo 1.2.1
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.5
Using treetop 1.4.15
Using mail 2.5.4
Using actionmailer 4.1.1
Using activemodel 4.1.1
Using active_model_serializers 0.8.1
Using arel 5.0.1.20140414130214
Using activerecord 4.1.1
Using multi_json 1.10.1
Using airbrake 4.0.0 from git@github.com:airbrake/airbrake.git (at master)
Using awesome_print 1.2.0
Using descendants_tracker 0.0.4
Using ice_nine 0.11.0
Using axiom-types 0.1.1
Using bcrypt 3.1.7
Using coderay 1.1.0
Using better_errors 1.1.0
Using debug_inspector 0.0.2
Using binding_of_caller 0.7.2
Using colorize 0.7.3
Using net-ssh 2.9.1
Using net-scp 1.2.1
Using sshkit 1.5.1
Using capistrano 3.2.1
Using capistrano-bundler 1.1.2
Using capistrano-rails 1.1.1
Using capistrano-rvm 0.1.1
Using capistrano3-unicorn 0.1.1 from git@github.com:tablexi/capistrano3-unicorn.git (at master)
Using coercible 1.0.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 database_cleaner 1.3.0
Using date_validator 0.7.0
Using default_value_for 3.0.0.1
Using orm_adapter 0.5.0
Using warden 1.2.3
Using devise 3.2.4
Using devise-encryptable 0.2.0
Using diff-lcs 1.2.5
Using request_store 1.0.5
Using draper 1.3.0 from git@github.com:minciue/draper.git (at master)
Using equalizer 0.0.9
Using excon 0.36.0
Using factory_girl 4.4.0
Using factory_girl_rails 4.4.1
Using ffaker 1.24.0
Using ffi 1.9.3
Using ffi-compiler 0.1.3
Using font-awesome-rails 4.1.0.0
Using geocoder 1.2.1
Using rubyzip 1.1.4
Using geonames_api 0.1.4 from git@github.com:buytruckload/geonames_api.git (at master)
Using hashie 3.0.0
Using multi_xml 0.5.5
Using rack-accept 0.4.5
Using rack-mount 0.8.3
Using virtus 1.0.2
Using grape 0.7.1 from git@github.com:intridea/grape.git (at master)
Using grape-active_model_serializers 1.0.1 from git@github.com:jrhe/grape-active_model_serializers.git (at master)
Using tilt 1.4.1
Using haml 4.0.5
Using hike 1.2.3
Using jquery-rails 3.1.0
Using jquery-ui-rails 4.2.1
Using kaminari 0.15.1
Using kgio 2.9.2
Using libv8 3.16.14.3
Using mandrill-api 1.0.51
Using mini_portile 0.6.0
Using nested_form 0.3.2
Using nokogiri 1.6.2.1
Using oj 2.9.4
Using pdfkit 0.6.2
Using pg 0.17.1
Using psych 2.0.5
Installing rack-cors 0.2.9
Installing rack-pjax 0.7.0
Using bundler 1.6.2
Installing sprockets 2.11.0
Installing sprockets-rails 2.1.3
Installing rails 4.1.1
Installing rails-patch-json-encode 0.1.0
Installing remotipart 1.2.1
Installing safe_yaml 1.0.3
Installing sass 3.2.19
Installing sass-rails 4.0.3
Installing rails_admin 0.6.2
Installing raindrops 0.13.0
Installing rdoc 4.1.1
Installing ref 1.0.5
Installing rspec-support 3.0.0
Installing rspec-core 3.0.0
Installing rspec-expectations 3.0.0
Installing rspec-mocks 3.0.0
Installing rspec-rails 3.0.1
Installing scrypt 1.2.1
Installing sdoc 0.4.0
Installing seed_dump 3.1.0
Installing strip_attributes 1.5.1
Installing syntax 1.2.0
Installing therubyracer 0.12.1
Installing uglifier 2.5.0
Installing unicorn 4.8.3
Installing unicorn-rails 2.1.1
Installing validate_url 0.2.0
Using validates_email_format_of 1.5.3 from git@github.com:howaboutwe/validates_email_format_of.git (at master)
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!
(trusty)mikeumus@localhost:~/Downloads/RentalGeek/Development/fonda$ rake db:create
rake aborted!
Cannot load `Rails.application.database_configuration`:
Could not load database configuration. No such file - /home/mikeumus/Downloads/RentalGeek/Development/fonda/config/database.yml
/home/mikeumus/.rvm/gems/ruby-2.1.2@fonda/gems/railties-4.1.1/lib/rails/application/configuration.rb:105:in `database_configuration'
/home/mikeumus/.rvm/gems/ruby-2.1.2@fonda/gems/activerecord-4.1.1/lib/active_record/railtie.rb:43:in `block (3 levels) in <class:Railtie>'
/home/mikeumus/.rvm/gems/ruby-2.1.2@fonda/bin/ruby_executable_hooks:15:in `eval'
/home/mikeumus/.rvm/gems/ruby-2.1.2@fonda/bin/ruby_executable_hooks:15:in `<main>'
Could not load database configuration. No such file - /home/mikeumus/Downloads/RentalGeek/Development/fonda/config/database.yml
/home/mikeumus/.rvm/gems/ruby-2.1.2@fonda/gems/railties-4.1.1/lib/rails/application/configuration.rb:105:in `database_configuration'
/home/mikeumus/.rvm/gems/ruby-2.1.2@fonda/gems/activerecord-4.1.1/lib/active_record/railtie.rb:43:in `block (3 levels) in <class:Railtie>'
/home/mikeumus/.rvm/gems/ruby-2.1.2@fonda/bin/ruby_executable_hooks:15:in `eval'
/home/mikeumus/.rvm/gems/ruby-2.1.2@fonda/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => db:create => db:load_config
(See full trace by running task with --trace)
(trusty)mikeumus@localhost:~/Downloads/RentalGeek/Development/fonda$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment