Issue #4668 has been reported by Clay Caviness. ---------------------------------------- Bug #4668: deprecation warnings after installing rails 2.3.8 http://projects.puppetlabs.com/issues/4668
Author: Clay Caviness Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected version: Keywords: Branch: On my OS X 10.6 machine I installed rails 2.3.8 (via sudo gem install rails). Since then, every "sudo puppetd -t" run emits dozens of DEPRECATION WARNINGs to stderr: <pre> [...] DEPRECATION WARNING: metaclass is deprecated and will be removed from Rails 2.3 (use singleton_class instead). (called from meta_eval at /Library/Ruby/Site/1.8/puppet/util/metaid.rb:4) DEPRECATION WARNING: metaclass is deprecated and will be removed from Rails 2.3 (use singleton_class instead). (called from initialize at /Library/Ruby/Site/1.8/puppet/network/xmlrpc/client.rb:52) [...] </pre> I think puppet should in the long term clear up these deprecated calls, or in the short term require a specific version of rails. <pre> $ gem list rails *** LOCAL GEMS *** rails (2.3.8, 2.3.5, 1.2.6) </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
