search for: haggerty

Displaying 7 results from an estimated 7 matches for "haggerty".

Did you mean: hagerty
2012 May 16
2
Idea for feature recursive ssh: "scp file user1@gateway:user2@server:"
...nown to me. The same syntax could be used for ssh itself: ssh user1 at gateway:user2 at server though admittedly this isn't quite such a big win compared to the approximately equivalent ssh -t user1 at gateway ssh user2 at server Thank you for your attention, Michael -- Michael Haggerty mhagger at alum.mit.edu http://softwareswirl.blogspot.com/
2006 Jun 08
2
how to add plugin to ActiveRecord
I''m trying to set a date field''s day to the last day of the month before I save it. I can do this successfully now using this code: class Account < ActiveRecord::Base def before_save self.exp_date = last_day_of_month(self.exp_date) end # Returns a Date object set to the last day of the current month def last_day_of_month(date = Date.today) next_month_str
2008 Jun 30
0
Ruby on Rails Developers needed: San Francisco, CA Fulltime Perm
...for experienced developers for the most part although we would take more junior developers who were stellar Ruby on Rails Developers with some professional experience coding in Ruby. If you are interested in thsi opportunity please give me a call and we can discuss this opportunity further. Blake Haggerty Blake.Haggerty-MwjkAAnuF3lWk0Htik3J/w@public.gmane.org 415-788-8488 x6062 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JY...
2008 Jun 04
0
FreeBSD.org begins switch to Subversion
...ribe to if you wish to receive Subversion commit notifications. Our ports, doc and www trees are not affected at this time. A separate decision will be made regarding the direction of those CVS repositories soon. Many people have contributed to the effort, but I particularly wish to thank Michael Haggerty and the cvs2svn project developers for their assistance with extracting and decrypting our 14 years of CVS history. Yahoo (my employer) donated server hardware and allowed me to spend a considerable amount of time on the preparation, assembling the infrastructure, and the conversion. -- Peter We...
2006 Jun 07
0
making a date object default to the last day of the month
hello all...question from a newbie trying to make a go at rails.... i have an account object which holds sundry information including a credit card expiration date. i use date_select ( "object", "method", :order => [:month :year] ) to allow the user to select the month and year of his credit card''s expiration, but when this info is sent to the model, somehow
2006 Apr 06
0
Table w/ 2 columns feat. the same foreign key (accessing?)
I have a database table named trips which has two columns (in addition to others) which both have foreign keys to the locations table. The columns are for a start location and an end location. The problem arises in the trip model in trying to access each location. belongs_to :location, :foreign_key => ''start_location_id'' gives me access to one of the locations but how can
2010 Nov 02
1
controlling VM access to different tap devices
Sorry if this off-topic but I have a qemu related question I was going to send to the qemu users mailing list but that list appears to have vanished. I thought this community might have some insight. I am interested in controlling VM access to different tap devices so I want to have different qemu processes bound to different tun devices. I've created new tun devices (eg. /dev/net/tun_low)