Displaying 3 results from an estimated 3 matches for "opt_table".
Did you mean:
opt_vtable
2006 Jun 19
0
FileUtils/ActiveRecord help please?
...utils''
=> true
irb(main):003:0> include FileUtils
=> Object
irb(main):004:0> require_gem ''activerecord''
=> true
irb(main):005:0> Fileutils.copy("h1", "h2")
/usr/local/lib/ruby/1.8/fileutils.rb:93: warning: already initialized constant OPT_TABLE
/usr/local/lib/ruby/1.8/fileutils.rb:1146: warning: already initialized constant S_IF_DOOR
/usr/local/lib/ruby/1.8/fileutils.rb:1447: warning: already initialized constant METHODS
NameError: undefined method `options'' for class `Module''
from /usr/local/lib/ruby/1.8/fileuti...
2005 Nov 22
1
Ferret NoMethodError
Using the current ferret gem (on Win-XP):
irb(main):001:0> require ''ferret''
c:/ruby/lib/ruby/1.8/fileutils.rb:950: warning: already initialized constant
OPT_TABLE
=> true
irb(main):002:0> include Ferret
=> Object
irb(main):003:0> index = Index::Index.new
=> #<Ferret::Index::Index:0x3477ba8 @qp=nil, ...>
irb(main):004:0> index << "This is a new doc"
=> nil
irb(main):005:0> index.search_each(''*:this...
2007 Apr 05
0
problem with script/plugin install
Whenever I try to install a plugin I get the following error:
e:/apps/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/
active_support/dependencies.rb:422:in `remove_const'': cannot
remove Object::OPT_TABLE (NameError)
from e:/apps/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.1/
lib/active_support/dependencies.rb:422:in `send''
from e:/apps/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.1/
lib/active_support/dependencies.rb:422:in `remove_c
onstant''
from e:/app...