search for: mdalessio

Displaying 2 results from an estimated 2 matches for "mdalessio".

Did you mean: dalessio
2008 Jun 12
1
setting request headers via get()
...quest or for classes of request, but is inconvenient for request-specific headers like ETag and If-Modified-Since. I''ve got a branch up on github with a (fairly invasive, though totally backwards-compatible) patch to allow headers to be passed in through the get() call: http://github.com/mdalessio/mechanize/commit/e7784de8326d2e4313dd4b2c2521a58b3ad52da3 Note that get(), fetch_page() and set_headers() all now have the ability to accept a hash of arguments as a parameter, allowing us to "stuff" extra parameters into each one while maintaining backwards compatibility (see tests). S...
2008 May 06
0
Managing git submodules with git.rake
...you think the rake tasks might be useful, or you''re wondering why dealing with many submodules can be a pain, check out the announcement post: http://flavoriffic.blogspot.com/2008/05/managing-git-submodules-with-gitrake.html and, of course, the github project: http://github.com/mdalessio/git-rake/tree <shameless-plug> We''ve been using it internally at my company, Pharos Enterprise Intelligence (http://www.pharos-ei.com/), for the last 5 months and it''s been a huge timesaver for us (each of our client projects have 14+ submodules, so that''s motivati...