search for: equire__

Displaying 3 results from an estimated 3 matches for "equire__".

Did you mean: require__
2005 Mar 22
9
am i the only one with this problem?
...endency activesupport? [Yn] y Install required dependency activerecord? [Yn] y Install required dependency actionpack? [Yn] y Install required dependency actionmailer? [Yn] y Install required dependency actionwebservice? [Yn] y e:/Ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__'': No such file to load -- iconv (LoadError) from e:/Ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `r equire'' from e:/Ruby/lib/ruby/gems/1.8/gems/activesupport-1.0.2/lib/active_suppo rt/dependencies.rb:197:in `require'' from e:/Ruby/...
2004 Dec 24
1
Tutorial Steps Two & Three
...ecified) from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.3.0/lib/active_record /connection_adapters/abstract_adapter.rb:82:in `establish_connection'' from ./script/../config/environment.rb:37 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `r equire__'' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `r equire'' from script/generate:2 .... It took me a minute to figure out what may be wrong. I edited the database.yml file as shown in step two. The config file does not describe the developm...
2004 Nov 04
4
Attempt to build a gemspec
Hi all, I''m trying to build a gemspec for win32-ipc, using a precompiled binary. Here''s my gemspec file: #win32-ipc.gemspec require "rubygems" spec = Gem::Specification.new do |s| s.name = "win32-ipc" s.version = "0.3.1" s.platform = Gem::Platform::WIN32 s.summary = "A base class for Win32 synchronization objects."