which version of ruby? if its 1.87 than add this file in the
config/initializers directory
cat ruby-187.rb
unless '1.9'.respond_to?(:force_encoding)
String.class_eval do
begin
remove_method :chars
rescue NameError
# OK
end
end
end
On Thu, May 21, 2009 at 8:21 AM, flashn <[email protected]> wrote:
>
>
> I get these stack traces after setting up puppetshow and browsing the
> gui at http://site:3000/
>
> http://pastebin.com/m459851f6
>
> Any ideas? Im using 0.24.5 with rails 2.0.2 on a debian 5.0.1..
>
> /flash
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---