This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am jvasile on github. | |
* I am jamesvasile (https://keybase.io/jamesvasile) on keybase. | |
* I have a public key whose fingerprint is 4C8E 1E1A A16F C1BB 46B5 9C11 2683 9253 AEBA 2758 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# bundle install | |
Fetching gem metadata from http://rubygems.org/......... | |
/usr/lib/ruby/vendor_ruby/rails/application.rb:4:in `<top (required)>' | |
/var/lib/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require' | |
/var/lib/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require' | |
/usr/lib/ruby/vendor_ruby/rails.rb:10:in `<top (required)>' | |
/usr/lib/ruby/vendor_ruby/bundler/runtime.rb:68:in `require' | |
/usr/lib/ruby/vendor_ruby/bundler/runtime.rb:68:in `block (2 levels) in require' | |
/usr/lib/ruby/vendor_ruby/bundler/runtime.rb:66:in `each' | |
/usr/lib/ruby/vendor_ruby/bundler/runtime.rb:66:in `block in require' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-*- coding: utf-8 -*- | |
source :rubygems | |
#gem "rails", "2.3.14" | |
gem "rails", "~>3.2.9" | |
gem "coderay", "~> 1.0.0" | |
gem "i18n", "~> 0.4.2" | |
gem "rubytree", "~> 0.5.2", :require => 'tree' | |
gem "rdoc", ">= 2.4.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# RAILS_ENV=production bundle exec rake db:migrate | |
rake aborted! | |
Configuration is not a module | |
/var/lib/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require' | |
/var/lib/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require' | |
/var/lib/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require' | |
/var/lib/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require' | |
/var/lib/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require' | |
/var/lib/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require' | |
/var/lib/gems/1.9.1/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in `require' |