I'm adding links to the RubyHam blog (http://rubyham.wordpress.com). If you want your blog listed from there, just send it to the list... ... From: Greg...
I was talking with Mark Cotner, a fellow Rubyist from The Eastern Bloc (AtlRug), about timing libraries for Ruby, and he pointed me to one he's written: ...
One thing to bear in mind if you use this library is the framework from which it came. The code below will ONLY block until 9.pm every time the event loop is...
Mark Cotner
mark.cotner@...
Oct 4, 2006 7:18 am
117
Only two days away. Better start coding Ruby faster. :) On The Boarder @ The Summit 11:30 am = Greg...
FWIW, I'll be at On the Border It just sounds like a sickening tryst with a surfer the way you spelled it... ... -- -josh www.purevolume.com/valign [Non-text...
Here is a very sophisticated controller that I am sure all of you will want to include in your Rails applications. The 'Save Toby' site was the one where the...
Here is a copy that is actually in a readable format... require 'net/http' require 'uri' class FunnyLinksController < ApplicationController def savetoby ...
Unfortunately, it's gotten colder faster than I'd hoped and my parents just informed me that they've taken the SeaDoos out for the winter. It was going to be...
Mark Cotner
mark.cotner@...
Oct 9, 2006 4:03 pm
122
Note this below: ***Looking for Slashdot and Amazon Reviewers for the "Rails Cookbook," now available as a "Rough Cut" If you or one of your group members can...
Well then, I suggest we make plans sufficiently ahead of next summer to make it awesome enough that no one regrets the global cooling we've been experiencing...
Our August "Ruby on Rails TDD Boot Camp" sold out in only 3 weeks! Obtiva's "Ruby on Rails TDD Boot Camp" is an intensive 4-day dive into Ruby, Ruby on Rails,...
I had no idea. I hope there's space left . . . . spamming rubyham as well. FYI rubyhammers! If you make it over we should hang out, or have dinner. 'njoy, ...
Mark Cotner
mark.cotner@...
Oct 19, 2006 6:42 am
126
Greetings, I am happy to find some folks that are sorta near my locale. I am in LA, <lower alabama>, /g I may have some programmers starting on Rails this...
I've not seen a more called-for plugin for firefox than Googlepedia: https://addons.mozilla.org/firefox/2517/ It will add a relevant wikipedia search to the...
Hello, I am working on the SeaMonkey Browser to interact with items. It supporfts all Firefox/Netscape/Mozilla because it is Mozilla. Firfox is great,...
I ran across this on code snippets today: desc "Configure Subversion for Rails" task :configure_for_svn do system "svn remove log/*" system "svn commit -m...
Wanted to start a thread on ppls .irbrc files . . . here's mine, please share yours and we can compare . . . . Mark-Cotners-MacBook-Pro:~ mcotner$ cat .irbrc ...
Mark Cotner
mark.cotner@...
Oct 30, 2006 3:23 pm
132
Thanks Mark, I've incorporated everything there. Very nice. One addition I just added after ssing yours: It's rails specific, and lazy though: def reset ...
I saw this for the first time tonight, and I'd been wanting something like this for a long time... http://rav.rubyforge.org/ It will walk your rails app and...
So I've found that since loading up FF2 my number of used extensions has grown (and I'm sorry for this) extensively. As I compiled a list a few seconds ago...
Here's the latest O'Reilly User Group newsletter. If anyone sees a book they want to review, just let me know and I'll get them to send it on... ... From:...
I'm not at work, so this is not the full list, but I use Web Developer a lot. There's also a tape measure extension I use to measure graphics in the browser....
My short list: Bugmenot CodeEtch Firefox extension backup extension Fission Google calendar quick add Google browser sync Google Notebook PDF download ...
Colorzilla, CSSViewer, Aardvark, MeasureIt, Extended Statusbar, User Agent Switcher, Codetch, Tidy HTML Validator, Wikalong Several of these I use a good bit,...
I posted on this here: http://rubyham.wordpress.com/2006/11/14/patching-scriptaculous-to-call-effects-on-dom-nodeelements I don't know if other people have...
Something was going on on my computer, but do not listen to my past post about scriptaculous. the $() function already does what I re-implemented in that...