John Pagonis

Results 5 comments of John Pagonis

The documentation states that you can do this: ``` rbody = Readability::Document.new(body, :tags => %w[div p img a], :attributes => %w[src href], :remove_empty_nodes => false) rbody.images ``` If you can't...

Sorry to sound repetitive but this may be due to #51 perhaps?

The following are amazing, easy and yet deep reads "The Psychology of Computer Programming" by G. Weinberg "The Mythical Man Month" F.P. Brooks "Smalltalk-80 : Bits of History, Words of...

Actually it has nothing to do really with Ruby 1.9.2 raise internals. If interested have a look at https://github.com/avdi/hammertime/pull/2 Hopefully Avdi will like it :-)

Daniel, our fix deals as it describes with the problem of Hammertime 0.0.2 not handling Ruby exceptions such as LoadError inside the hammertime_raise which was the cause for breakage when...