You: * Programmer * Loves to code. Creating and building stuff excites you * Knows OO Uncle Bob's SOLID, the principles of design patterns rather than rubber...
Seeking a QA Engineer to work as part of an Agile Ruby on Rails Team. We publish the best financial research in the world, including real time commentary and...
Kevin, the host of the conference, is offering us a $75-off coupon code to members of your user group. Just send him an e-mail and mention that they heard it...
Hi Forrest, Please find attached my resume in application for both the Ruby developer AND the Q/A position. Okay, okay I know I can't fill two jobs at once,...
Dang, sorry for the spam. I hit "Reply" not realizing that it would go to ocruby instead of the original author. ... -- Scott Smith With privilege comes...
A reminder that our next evening meeting is THIS WEDNESDAY, July 15th at 6:00 PM. We have a great hands-on workshop covering the practices of agile project...
http://www.infoq.com/presentations/fowler-ruby Summary Martin Fowler talks about ThoughtWorks's experience with using Ruby on client projects for the past...
http://www.computerworld.com/s/article/9135958/Sun_s_JRuby_team_jumps_ship_to_Engine_Yard?taxonomyId=57&pageNumber=1 By James Niccolai July 27, 2009 08:37 PM...
http://merbist.com/2009/07/27/ruby-rack-and-couchdb-lots-of-awesomeness/ Over the weekend, I spent some time working on a Ruby + Rack +CouchDB project. Three...
http://blog.headius.com/2009/08/return-of-ruboto.html <http://blog.headius.com/2009/08/return-of-ruboto.html>Return of Ruboto! It's been a while since I was...
It's been a while, but it's time we meet again. The 4th Thursday for August is the 27th. Would anyone like to present anything to the group? It could be a...
I could followup on that request to talk about cucumber, Give a quick overview, a simple cucumber 1st live demo, show off this tool I wrote that parses our...
So, you managed to get your colleagues interested in agile, and maybe have even started doing some agile practices. Have you ever wondered how you can spread...
I have an issue on which I would really appreciate receiving some input. Assume that we are going to setup multiple ROR websites all of which having a...
Doug, On this page http://api.rubyonrails.org/classes/ActionController/Filters/ClassMethods.html is an example of what you propose under 'Filter Inheritance'. ...
... So, Scott, I take it that you don't see anything particularly wrong with making that type of a change to the ROR structure (i.e., inserting a new class...
Doug, Glad it worked for you. I was really pointing to the fact it descended VaultController from BankController. With a year and a half with Ruby and a little...
I had to do that once: take over a Java programmer's rookie Rails app, man what a mess that was! From: ocruby@yahoogroups.com [mailto:ocruby@yahoogroups.com]...
Adding a subclass of the ApplicationController seems kosher to me. This being Ruby and all, mixins are also a viable solution. I think filters are more of an...
Sounds like a great topic for an OCRuby presentation :) ... From: ocruby@yahoogroups.com [mailto:ocruby@yahoogroups.com] On Behalf Of Stan Ng Sent: Thursday,...
... full of a bunch ... etc. Let's think about that for a minute. I know that I am going to expose my naivety with this question; but, I must ask. In the...
You can put all the shared code in a private method on the shared controller class. The update and profile actions would be responsible to performing the...
Agreed! I would love to hear a talk about mountable apps from someone who knew how they worked! Too bad I don't know anyone who fits that description. ;) ...
In grad school I quickly learned (out of necessity) that researching a topic and preparing a presentation on it is often the best way to learn something new....
... Great suggestion. I'm pleased to report that I seem to have it working and so far, I'm impressed! Thanks so much for the help.       ... doug...