Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ rake --trace db:migrate
- rake aborted!
- cannot load such file -- sqlite3/sqlite3_native
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3.rb:6:in `require'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3.rb:6:in `rescue in <top (required)>'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3.rb:2:in `<top (required)>'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:68:in `require'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:66:in `each'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:66:in `block in require'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:55:in `each'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler/runtime.rb:55:in `require'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/bundler-1.2.1/lib/bundler.rb:128:in `require'
- /Users/joecarroll/Dropbox/Learning/Programming/edX/BerkeleyX CS169.1x Software as a Service/hw2/hw2_rottenpotatoes/config/application.rb:13:in `<top (required)>'
- /Users/joecarroll/Dropbox/Learning/Programming/edX/BerkeleyX CS169.1x Software as a Service/hw2/hw2_rottenpotatoes/Rakefile:5:in `require'
- /Users/joecarroll/Dropbox/Learning/Programming/edX/BerkeleyX CS169.1x Software as a Service/hw2/hw2_rottenpotatoes/Rakefile:5:in `<top (required)>'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load_rakefile'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:501:in `raw_load_rakefile'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:82:in `block in load_rakefile'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:81:in `load_rakefile'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:65:in `block in run'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
- /usr/local/rvm/gems/ruby-1.9.3-p194/bin/rake:19:in `load'
- /usr/local/rvm/gems/ruby-1.9.3-p194/bin/rake:19:in `<main>'
- /usr/local/rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `eval'
- /usr/local/rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement