awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.08k stars 454 forks source link

Printing `Capybara::Node::Element` takes forever - handling recursive stuff #99

Closed ramontayag closed 11 years ago

ramontayag commented 12 years ago

When I print a Capybara::Node::Element, the print out takes very long and takes up 100% CPU. Perhaps prints that take long can

Here's some history

michaeldv commented 11 years ago

Formatting large objects with :raw => true might take a long time. If this happens set :raw => false.