Let Me Tell You What I Really Want A User Story Writing Workshop ... Managing requirements in agile projects can be challenging. Originally introduced by...
Well, I want to thank the guys at Robert Half for opening their doors to us the past few months, but the "no internet" was kind of annoying, and when there was...
hey scott, nice meeting you last meetup. thanks for putting these things together for us! some mentioned being new to git/github. here's a pretty good...
Hi Scott : I appreciate the advanced warning, I'll definitely try to make it. I could talk about a number of things, tdd, bdd. Rspec, cucumber,mebbe others. ...
http://www.youtube.com/watch?v=TcMklv40YMY Google Tech Talks October 20, 2008 ABSTRACT In this talk we will explore a few of the open source projects we work...
any chance someone can talk about rails deployment on AWS at next meetup? would love to hear some pros, cons, best practices, etc. we've been using slicehost...
I am using Mosso's new cloud file service and need to test periodically to see if the CDN is returning a 403. Daemon or Cron? Also I can seem to get my headers...
In case you didn’t already get this… From: RailsConf 2009 [mailto:elists-conferences@...] Sent: Thursday, March 12, 2009 4:45 PM To: Scott Hodson ...
Hey everyone, A couple weeks ago I released a new Rubygem <http://thinkingdigitally.com/archive/a-simplesem-interpreter/> that interprets instructions for a...
Nice job Rob. I used JavaCC years ago to write my own html query and parsing engine back in '99, to write queries like SELECT price, userRating FROM...
http://www.theserverside.com/news/thread.tss?thread_id=53955 Article showing the steps to create a multi language JRuby-Rails application that utilize the...
Full schedule is up! Packed with everything from dealing with legacy rails code (rails has been out for 4+ years there is loads of legacy code now) to ruby...
I picked this up from the SD Ruby mailing list, some of you might be interested. http://aws.amazon.com/startup_sandiego/ scott hodson | ubero, inc. |...
Greetings, I am running into: monit: embed_ssl_socket(): Openssl read timeout error! monit: Cannot connect to the monit daemon. Did you start it with http...
Hi guys, I'm trying to access an array of cached models. It works fine in script/console, I can call it as many times as I want without a problem. I would like...
Hmm... Are you running this in development mode? If so, it's probably losing the data because the classes are reloaded each request. Try turning this off and...
Anyone know of a good tutorial on using HAproxy and deployment. I want to deploy to one server and have HAproxy route all my request to the other. I currently...
Just a reminder that we are meeting tomorrow night at Smart Soft in Irvine. We'll spend some time talking about Active Record and any other topics people want...
If we can kick butt today (have a delivery by Fri), I'd like to come. Could talk about any number of things * cc.rb * autospec * bdd * rspec * cucumber * our...
Hi Everybody, I have been a lurker for some time here, with interest in learning more about Rails. Are the topics at the meetings appropriate for Rails...
Ok, I think I will join you all tonight. How long do the meetings typically run? ... From: Michael Genereux <mgenereu@...> Subject: Re: [ocruby] Next...
We try not go longer than 2hrs. You're welcome to leave anytime sooner if you want. From: ocruby@yahoogroups.com [mailto:ocruby@yahoogroups.com] On Behalf Of...
Ryan, I think the meeting ends about 8:30 or 9:00 pm. -Bill ... From: R Huff <r_huff@...> Subject: Re: [ocruby] Next OC Ruby mtg - Thurs night, 6:30pm at...
I hope someone can help me with this. I'm trying to post to PayPal using Net::HTTPS. I found the following script on Google which I modified slightly: ...