Skip to content

Instantly share code, notes, and snippets.

@yury
Created March 10, 2010 23:13
Show Gist options
  • Save yury/328578 to your computer and use it in GitHub Desktop.
Save yury/328578 to your computer and use it in GitHub Desktop.
mobot:TestApp yury$ bundle install
Updating git://github.com/Manfred/unichars.git
Fetching source index from http://gemcutter.org/
Resolving dependencies
Updating git://github.com/Manfred/unichars.git
Installing rake (0.8.7) from system gems
Installing rails (2.3.5) from system gems
Installing unichars (0.5) from git://github.com/Manfred/unichars.git (at master) with native extensions
Installing activeresource (2.3.5) from system gems
Installing actionmailer (2.3.5) from system gems
Installing actionpack (2.3.5) from system gems
Installing activesupport (2.3.5) from system gems
Installing activerecord (2.3.5) from system gems
Installing rack (1.0.1) from system gems
Installing rails-footnotes (3.6.6) from system gems
Installing sqlite3-ruby (1.2.5) from system gems
Installing rspec (1.3.0) from system gems
Your bundle is complete!
mobot:TestApp yury$ bundle lock
The bundle is now locked. Use `bundle show` to list the gems in the environment.
mobot:TestApp yury$ ruby script/server
=> Booting WEBrick
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
/Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require': no such file to load -- glib (MissingSourceFile)
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `block in require'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/bundler/gems/unichars-e5bf8b551d97f34ad7d7bff6818e43ca49d2072d-79c6961961e8cd2c170b1a99f9b8a5452e85a0f3/lib/unichars.rb:3:in `<top (required)>'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `block in require'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
from /Users/yury/Work/TestApp/config/initializers/unichars.rb:1:in `<top (required)>'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:145:in `load'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:145:in `block in load_with_new_constant_marking'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:145:in `load_with_new_constant_marking'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/rails-2.3.5/lib/initializer.rb:622:in `block in load_application_initializers'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/rails-2.3.5/lib/initializer.rb:621:in `each'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/rails-2.3.5/lib/initializer.rb:621:in `load_application_initializers'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/rails-2.3.5/lib/initializer.rb:176:in `process'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/rails-2.3.5/lib/initializer.rb:113:in `run'
from /Users/yury/Work/TestApp/config/environment.rb:9:in `<top (required)>'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `block in require'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require'
from /Users/yury/.rvm/gems/ruby-1.9.1-p378/gems/rails-2.3.5/lib/commands/server.rb:84:in `<top (required)>'
from script/server:3:in `require'
from script/server:3:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment