Segment7

segment7.net

Mechanize 2.5


10 days ago by drbrain on Segment7.
Documentation Source The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows...

Mechanics of Programming


15 days ago by drbrain on Segment7.
I sat down with Elise Worthy at RailsConf to pair with her on a Rails application that used the Wunderground API to retrieve the weather for multiple cities...

Mechanize 2.4 Security Fix


28 days ago by drbrain on Segment7.
mechanize.rubyforge.org github.com/tenderlove/mechanize The Mechanize library is used for automating interaction with websites. Mechanize automatically...

rdoc-spellcheck 1.0


~1 month ago by drbrain on Segment7.
Source Documentation Bug Reports rdoc-spellcheck checks your documentation for spelling errors. File, class, and method names are automatically excluded...

ruby-growl 4.0


~1 month ago by drbrain on Segment7.
ruby-growl version 4.0 has been released! Documentation A pure-ruby growl notifier for UDP and GNTP growl protocols. ruby-growl allows you to perform...

return_bang 1.1


~1 month ago by drbrain on Segment7.
home github.com/drbrain/return_bang rdoc docs.seattlerb.org/return_bang bugs github.com/drbrain/return_bang/issues return_bang implements non-local...

On Community Funding of Open Source


~1 month ago by drbrain on Segment7.
The other day Yehuda Katz announced a kickstarter for creating Rails.app, an OS X application that makes it easy to bring new programmers to Rails and Ruby...

net-http-persistent 2.6


~1 month ago by drbrain on Segment7.
docs.seattlerb.org/net-http-persistent github.com/drbrain/net-http-persistent Manages persistent connections using Net::HTTP plus a speed fix for Ruby...

A use of Enumerable#chunk


2 months ago by drbrain on Segment7.
In Ruby 1.9, Enumerable has a few new methods including Enumerable#chunk (which was added for 1.9.2). The #chunk method walks your Enumerable and divides...

hoe-travis


3 months ago by drbrain on Segment7.
github.com/drbrain/hoe-travis docs.seattlerb.org/hoe-travis hoe-travis is a Hoe plugin that allows your gem to gain maximum benefit from travis-ci.org...