hecticjeff's comments

hecticjeff | 11 years ago | on: Web scraping with Ruby

I agree that mechanize is an excellent scraping solution, but for something really basic like this where we're not clicking links or submitting forms it seemed like a bit of an overkill :)

hecticjeff | 11 years ago | on: Web scraping with Ruby

You can redirect the output of the script to a json file, so in this case something like:

$ ruby scraper.rb > showings.json

hecticjeff | 15 years ago | on: Test Driven Development Lifecycle

Glad you enjoyed it!

I've noticed this as well, there aren't enough articles that give a heuristic view of testing as a whole process.

Hopefully I'll get time to write "part 2" of this article soon, with a walk-though of testing the whole stack.

page 1