Skip to content

Instantly share code, notes, and snippets.

@jhsu
Created June 3, 2010 00:21
Show Gist options
  • Save jhsu/423233 to your computer and use it in GitHub Desktop.
Save jhsu/423233 to your computer and use it in GitHub Desktop.
Loading development environment (Rails 2.3.5)
/home/jshsu/.rvm/gems/ruby-1.9.1-p378@webadmit/gems/rails-2.3.5/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement
/home/jshsu/.rvm/gems/ruby-1.9.1-p378@webadmit/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:76:in `rescue in rescue in establish_connection': Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (no such file to load -- pg_ext) (RuntimeError)
from /home/jshsu/.rvm/gems/ruby-1.9.1-p378@webadmit/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:73:in `rescue in establish_connection'
from /home/jshsu/.rvm/gems/ruby-1.9.1-p378@webadmit/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:68:in `establish_connection'
from /home/jshsu/.rvm/gems/ruby-1.9.1-p378@webadmit/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:60:in `establish_connection'
from /home/jshsu/.rvm/gems/ruby-1.9.1-p378@webadmit/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/connection_specification.rb:55:in `establish_connection'
from /home/jshsu/.rvm/gems/ruby-1.9.1-p378@webadmit/gems/rails-2.3.5/lib/initializer.rb:438:in `initialize_database'
from /home/jshsu/.rvm/gems/ruby-1.9.1-p378@webadmit/gems/rails-2.3.5/lib/initializer.rb:141:in `process'
from /home/jshsu/.rvm/gems/ruby-1.9.1-p378@webadmit/gems/rails-2.3.5/lib/initializer.rb:113:in `run'
from /home/jshsu/ams/webadmit/config/environment.rb:5:in `<top (required)>'
from /home/jshsu/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/irb/init.rb:264:in `require'
from /home/jshsu/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/irb/init.rb:264:in `block in load_modules'
from /home/jshsu/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/irb/init.rb:262:in `each'
from /home/jshsu/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/irb/init.rb:262:in `load_modules'
from /home/jshsu/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/irb/init.rb:20:in `setup'
from /home/jshsu/.rvm/rubies/ruby-1.9.1-p378/lib/ruby/1.9.1/irb.rb:53:in `start'
from /home/jshsu/.rvm/rubies/ruby-1.9.1-p378/bin/irb:17:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment