Displaying 7 results from an estimated 7 matches for "kernel_requir".
Did you mean:
kernel_require
2013 Jun 18
2
`require': cannot load such file -- nokogiri (LoadError) in rubyXL
...3.2$ cat rubyXL.rb
require ''rubyXL''
workbook = RubyXL::Parser.parse("test.xlsx")
workbook = RubyXL::Workbook.new
sheet_Name = workbook.worksheets[0]
puts sheet_Name
*
*
*
*ERROR*
rubyXL.rb
/usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in
*`require'': cannot load such file -- nokogiri (LoadError)*
from
/usr/local/Cellar/ruby/2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in
`require''
from
/Users/mselv2/.rvm/gems/ruby-1.8.7-p371/gems/rubyXL-1.2.10/lib/rubyXL/writer/content_ty...
2013 Oct 16
1
Issue with Deploying a Rails app on VPS - cannot load such file -- unicorn/launcher
...roplet. I
have the following setup Ruby on Rails on Ubuntu 12.10 (Nginx + Unicorn). I
have installed Ruby ruby-2.0.0-p247 and rails Rails 4.0.0 via rvm but when
I try to restart Unicorn I get the following error.
/usr/local/rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems
/core_ext/kernel_require.rb:45:in `require'': cannot load such file --
unicorn/launcher (LoadError)
from /usr/local/rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems
/core_ext/kernel_require.rb:45:in `require''
from /usr/bin/unicorn:3:in `<main>''
Could it be because if my GEM_HO...
2014 Jun 07
0
Multitenancy with Rails and rspec
...39;
from
C:/Ruby200/lib/ruby/gems/2.0.0/gems/railties-4.0.5/lib/rails/application.rb:215:in
`initialize!'
from
C:/Users/J/RubymineProjects/subscribem/spec/dummy/config/environment.rb:5:in
`<top (required)>'
from
C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from
C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from
C:/Users/J/RubymineProjects/subscribem/spec/spec_helper.rb:3:in `<top
(required)>'
from
C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_requ...
2013 Apr 16
1
Ruby Error Encountered when Installing Dashboard for Puppet Open Source
...re/puppet-dashboard/config/boot.rb:50:in `load_initializer''
/usr/share/puppet-dashboard/config/boot.rb:41:in `run''
/usr/share/puppet-dashboard/config/boot.rb:14:in `boot!''
/usr/share/puppet-dashboard/config/boot.rb:113
/usr/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb:45:in
`gem_original_require''
/usr/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb:45:in
`require''
/usr/share/puppet-dashboard/Rakefile:4
/usr/lib64/ruby/gems/1.8/gems/rake-10.0.4/lib/rake/rake_module.rb:25:in
`load''
/usr/lib64/ruby/gems/1.8/gems/...
2013 Oct 07
0
ruby script/plugin install ...
...the rails 2.x world (which was the
last time I worked with rails) and I''m trying to run the command:
ruby script/plugin install
git://github.com/activescaffold/active_scaffold.git --force
which returns:
/home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in
`require'': cannot load such file -- script/../config/boot (LoadError)
from
/home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in
`require''
from script/plugin:2:in `<main>''
evidently this comma...
2014 Feb 06
0
Google Geolocation
...in/ruby
require 'Google-geo'
mykey = 'blahblahblah'
addy1 = '1600 Amphitheatre Parkway, Mountain View, CA' # 37.42246, -122.08394
geo = Google::Geo.new mykey
res = geo.locate addy1
puts res.coordinates
...and the error:
/Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- Google-geo (LoadError)
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from pdev.rb:6:in `<main>'
Not sure why it can't load it as it's just installed. I can't get anything to work in i...
2013 Aug 12
2
Passenger-Rack error 500: no such file to load -- rack
...working on the weekend. Now
I''m getting the Purple "Ruby (Rack) application could not be started"
screen with
Error: no such file to load -- rack
Application: /data1/rack/puppetmaster
The backtrace is uninspiring. Snippets include:
/usr/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb in
`gem_original_require''
/usr/share/rubygems/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb in
`load_rack_app''
I can only guess that a file went missing or got corrupted but have no idea
where to look. I tried reinstalling Puppet 3.2.2, passenge...