(If you've read my message on Novajug or MacDevEnv, this is basically the same one.) Hello, all. I am currently in Bangkok, Thailand, and presented "Unix...
Hi there Nova Ruby Group, Can you all help me out? Would you or would you know anyone interested in working with cutting- edge technology in a collaborative...
Carol, I am a senior person who is in the process of picking up Ruby. My goal is to work with RoR exclusively. I don’t know if this is the right opportunity...
Group, If you haven't seen WorkingWithRails yet, go check it out. It is turning into quite an active little specialized social network. There is even a group...
FYI, the next meeting of the NovaRUG will be organized and run by the NovaJUG group as a combined meeting. We will also be giving away copies of Russ's Design...
Agile Planning/Agile Engineering Practices in Rails Labs, DC, March 3-6 Agile Planning/Agile Engineering Practices in Rails Labs Washington DC, March 3-6 Ever...
Hi guys, I think this new application platform is pretty cool and I wanted to tell the group about it. Morph is looking for RoR developers to beta test the...
Looking for an Agile Architect Job posting is below. Here are some of our references for this position: --http://www.agilearchitect.org/agile/index.asp ...
Andrea thought that this had made it to the NoVaRUG list; however, I didn't see it. Chariot hosted the excellent RubyEast conference in '07 that was well worth...
David Naffis will be giving a talk on Adding Media to your Rails Application at the March DCRUG on 3/6/08. This is the rescheduled talk from January *Talk...
The NovaJUG gave away a free pass to this last year. Should we try asking them for another for this year for the NovaRUG? I think I can find the contact info...
... I think that sounds fine, and I'd be happy to post a link on novarug.org. Gray, I should set you up with admin rights on novarug.org as well for meeting...
Ok, I will email them to see if they can give us a promotional pass. I am sure someone will want to use it, if at least just for the Ruby track day. Gray ... ...
Funny you should mention a regional conference now. This was a big topic during the reorg meeting that we had after last week's presentation. When I have...
There's a new Yahoo! Group for activities related to setting up the conference: http://tech.groups.yahoo.com/group/novarubyconf/ Please join if you're...
David Keener will be presenting at the March NovaRUG, which will be held at FGM headquarters on March 19. He will be presenting on OpenID (http://openid.net/)...
For those with a passing interest, do you mind posting the complete info, please? Like time and address of the event. Thanks, Victor ... From: Xandy Johnson ...
A Merb presentation would be awesome. Anyone know enough Merb to be more than just dangerous (I'm dangerous right now -- and not using Merb actively yet ;-)...
Hey guys, got a rails question: I've finished creating a csv import ability in my web application that parses a csv file and adds records into the MySQL db. I...
For anyone who hasn't heard of Merb, it is a competitor/accessory to Rails. Ezra Zygmintowitz (sp) initially wrote it to expedite file uploads for Rails apps...
I've done something similar for some statistical work that I've done lately. The trouble is that Rails is blocking while it's reading the CSV. You're on the...
Also, Peter Cooper at Ruby Inside put together a nice collection of info a few weeks ago: http://www.rubyinside.com/merb-tutorials-and-resources-716.html And,...
Thanks for the reply. Rinda looks a bit complex for the small job I'm trying to perform no? I plan to use jruby for this rails app in the future so not sure...
Rinda is seriously super-easy. Just google around a little bit. There are a few tutorials out there. In summary: You need: - a "Ring Server" (about 4 lines...