Is the reliable-msg gem really reliable?

I’m trying to use reliable-msg gem, but I’m getting a lot of warnings
and strange errors. The documentation is very sparse and seems dated.

The lack of good documentation and versioning is going to kill the
chances of using it in my company unless I can prove it is worth using.

Looks like I’m going to have to roll my own.

If there’s a problem with versions, then shouldn’t reliable-msg only use
the right version of xyz?

Thanks,

hackdaddy

#!ruby -w

require ‘reliable-msg’

queue = Queue.new

Put a message in the queue with priority 2, expiring in 30 seconds.

msg = ‘lorem ipsum’

mid = queue.put msg, :priority=>2, :expires=>30

Retrieve and process a message from the queue.

queue.get do |msg|
if msg.id == mid
print “Retrieved same message”
end

print "Message text: #{msg.object}"

end

c:/ruby/lib/ruby/gems/1.8/gems/reliable-msg-1.1.0/lib/reliable-msg/client.rb:97:
warning: &' interpreted as argument prefix c:/ruby/lib/ruby/gems/1.8/gems/reliable-msg-1.1.0/lib/reliable-msg/client.rb:105: warning:&’ interpreted as argument prefix
c:/ruby/lib/ruby/1.8/rdoc/ri/ri_formatter.rb:46: warning: (…)
interpreted as grouped expression
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/class_inheritable_attributes.rb:116:
warning: discarding old inherited
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:2:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:3:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:4:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:5:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:6:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:7:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:8:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:9:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:10:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:11:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:12:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:13:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:14:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:15:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:16:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:17:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:18:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:19:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:21:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:22:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:23:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:24:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:25:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:26:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:27:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:28:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:29:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:30:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:31:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:32:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:33:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:34:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:35:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:36:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:37:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:38:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:39:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:40:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:41:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:42:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:43:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/inflections.rb:44:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:27:
warning: method redefined; discarding old initialize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:33:
warning: method redefined; discarding old plural
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:39:
warning: method redefined; discarding old singular
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:49:
warning: method redefined; discarding old irregular
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:60:
warning: method redefined; discarding old uncountable
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:70:
warning: method redefined; discarding old clear
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:82:
warning: method redefined; discarding old inflections
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:90:
warning: method redefined; discarding old pluralize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:101:
warning: method redefined; discarding old singularize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:112:
warning: method redefined; discarding old camelize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:116:
warning: method redefined; discarding old titleize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:120:
warning: method redefined; discarding old underscore
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:124:
warning: method redefined; discarding old humanize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:128:
warning: method redefined; discarding old demodulize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:132:
warning: method redefined; discarding old tableize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:136:
warning: method redefined; discarding old classify
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:140:
warning: method redefined; discarding old foreign_key
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:144:
warning: method redefined; discarding old constantize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflector.rb:152:
warning: method redefined; discarding old ordinalize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:2:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:3:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:4:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:5:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:6:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:7:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:8:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:9:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:10:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:11:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:12:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:13:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:14:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:15:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:16:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:17:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:18:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:19:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:21:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:22:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:23:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:24:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:25:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:26:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:27:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:28:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:29:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:30:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:31:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:32:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:33:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:34:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:35:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:36:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:37:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:38:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:39:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:40:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:41:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:42:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:43:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/integer/…/…/inflections.rb:44:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:27:
warning: method redefined; discarding old initialize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:33:
warning: method redefined; discarding old plural
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:39:
warning: method redefined; discarding old singular
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:49:
warning: method redefined; discarding old irregular
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:60:
warning: method redefined; discarding old uncountable
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:70:
warning: method redefined; discarding old clear
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:82:
warning: method redefined; discarding old inflections
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:90:
warning: method redefined; discarding old pluralize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:101:
warning: method redefined; discarding old singularize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:112:
warning: method redefined; discarding old camelize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:116:
warning: method redefined; discarding old titleize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:120:
warning: method redefined; discarding old underscore
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:124:
warning: method redefined; discarding old humanize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:128:
warning: method redefined; discarding old demodulize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:132:
warning: method redefined; discarding old tableize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:136:
warning: method redefined; discarding old classify
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:140:
warning: method redefined; discarding old foreign_key
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:144:
warning: method redefined; discarding old constantize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflector.rb:152:
warning: method redefined; discarding old ordinalize
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:2:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:3:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:4:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:5:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:6:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:7:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:8:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:9:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:10:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:11:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:12:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:13:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:14:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:15:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:16:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:17:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:18:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:19:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:21:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:22:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:23:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:24:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:25:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:26:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:27:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:28:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:29:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:30:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:31:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:32:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:33:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:34:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:35:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:36:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:37:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:38:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:39:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:40:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:41:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:42:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:43:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/core_ext/string/…/…/inflections.rb:44:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/class_attribute_accessors.rb:4:
warning: method redefined; discarding old cattr_reader
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/class_attribute_accessors.rb:31:
warning: method redefined; discarding old cattr_writer
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/class_attribute_accessors.rb:53:
warning: method redefined; discarding old cattr_accessor
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/clean_logger.rb:32:
warning: method redefined; discarding old format_message
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/validations.rb:328:
warning: *' interpreted as argument prefix c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/validations.rb:357: warning:*’ interpreted as argument prefix
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/sqlserver_adapter.rb:438:
warning: method redefined; discarding old remove_column
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/oci_adapter.rb:112:
warning: (…) interpreted as grouped expression
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/request.rb:171:
warning: method redefined; discarding old relative_url_root
c:/ruby/lib/ruby/1.8/cgi/session/pstore.rb:17: warning: method
redefined; discarding old []=
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/cgi_ext/raw_post_data_fix.rb:57:
warning: ambiguous first argument; put parentheses or even spaces
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/cgi_ext/raw_post_data_fix.rb:8:
warning: method redefined; discarding old initialize_query
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session/active_record_store.rb:126:
warning: private attribute?
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/session/active_record_store.rb:179:
warning: method redefined; discarding old connection
reliable-msg_test.rb:12: undefined method `put’ for #<Queue:0x346af00
@waiting=[], @que=[]> (NoMethodError)