search for: docendo

Displaying 4 results from an estimated 4 matches for "docendo".

2007 Apr 11
4
Feature request... I think...
...y test case too complicated if I have to do this, but we found an esoteric bug on a short-lived object and having a test to check for this specific case would help make sure that bug stays away.) -- Virtually, Ned Wolpert "Settle thy studies, Faustus, and begin..." --Marlowe Discere docendo...
2007 Feb 21
4
CentOS 4.4 on Dell PE 6400 - not rebooting ...
...------------------[ Joe.Kazura at UNH.EDU ]---+ | Joe Kazura | Mac OS X ... | CIS/TCS -- 1 Leavitt Lane PHONE: +1-603-862-2012 | Because UNIX | University of New Hampshire | should be user | Durham, NH 03824-3512 USA "docendo discimus" | friendly! | | +-----------------[ http://www.unh.edu/tcs/ ]---------+ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070221/8ea6f93...
2006 Dec 04
7
I need help to connect Postgres and Ruby on Rails Please.
Hello to everyone, I have a problem that is giving me a headache, and trying to do a project in Ruby on Rails and I need to connect with a Data Base that is en Postgres, the truth is that I didn’t think that it was so hard to connect a DB with postgres because I was working with Msyql and everything was easy. This are the thinks that I have install in my computer. 1. Debian GNU/Linux, kernel
2007 Mar 06
15
mocking missing methods
Hi folks. So I''m using mocha on a ruby project, and I really like it. One thing I''ve noticed is that it can be a bit "surprising" when I''m mocking methods that don''t exist on an object, and I think there''s an easyish fix. At the moment, you use sheep = mock() to create a mock sheep. What I''d like to do is something like sheep =