tags ruby

Found the following pages that are tagged with "ruby".

Mechanize Screencast and IRB copy history

Posted by Edmund Haselwanter on Mar 12, 2010
Tags: ruby

And again Ryan Bates did a great screencast. This time on mechanize

“Mechanize extends the power of Nokogiri allowing you to interact with multiple pages on the site: click links, submit forms, etc.”

And if you ever wanted to extract the history of an IRB session, here it is:

puts Readline::HISTORY.entries.split("exit").last[0..-2].join("\n")

and another great tool from this episode:

SelectorGadget: point and click CSS selectors

Data Driven Deployment of a Java Web Application with Chef Solo and Vagrant

Posted by DI Edmund Haselwanter on Apr 16, 2011
Tags: java, ruby, vagrant

Chef Application Cookbook Showcase

This Vagrant project on github ( https://github.com/iteh/vagrant-demos/ ) showcases the application cookbook for chef

read on iteh.at