search for: molitor

Displaying 13 results from an estimated 13 matches for "molitor".

2006 Jul 03
13
Eager loading ActiveRecord objects
I have a complex graph of ActiveRecord entities that I want to load with one big honkin'' join query to avoid ripple loading. It''s for a report. However :include doesn''t get me all the way there because I want to load parents of parents (or children of children). I don''t mind doing the SQL by hand but I''m not quite sure what to do to get the result
2008 Dec 13
4
Reuse of Cucumber Features
What''s the best way to handle a requirement that shows up as a sub-requirement requirement in other features? For example let''s say users can enter dates in various forms throughout my application. There is one set of global rules specifying the formats in which dates may be entered, and how they are interpreted. I put that in one feature. In various other features, like
2006 Jan 01
2
Resin and RAILS
Anybody use Resin''s (http://www.caucho.com) FastCGI support with Rails? I''m seeing performance very close (almost the same) to what I''m seeing with Lighttpd. Nothing scientific but just a quick test using Apache''s wb and JMeter. (Might be interesting to other Java/Rails folk or Java/PHP/Rails folk. I have no connection to Caucho and the tests were done with
1998 Jul 05
0
R-beta: Suggestion for a very minor change to Rd.sty
...low as a context diff. With this minor diff applied, the heading proper is included in a minipage environment of appropriate size, which results in line breaks introduced in the heading instead of bumping into the surrounding keywords for somewhat longer headings... Best regards, Ernst --- ernst.molitor at uni-bonn.de Institute for Medical Microbiology and Immunology, Bonn *** /opt/R-release/doc/manual/Rd.sty Wed Jun 17 01:17:00 1998 --- Rd.sty Sun Jul 5 18:38:43 1998 *************** *** 40,46 **** \begin{tabular}{c} \hline \rule[-0.275cm]{0cm}{0.8cm} \makebox[1in][l]{\text...
2003 Feb 28
0
How do I find the first derivative from the cubic natural spline
Hi, Everyboday, Does anybody know how to get the first derivative form the cubic natural spline matrix? Thanks !!! Jassy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nuoo-Ting (Jassy) Molitor, MS, Junior Statistician Division of Biostatistics Department of Preventive Medicine University of Southern California Tel: (323) 442-2584 1540 Alcazar St., CHP-210F Fax: (323) 442-3272 Los Angeles, CA 90089-9011, USA e-mail: nuootinl at usc.edu ~~~~~~~~~~~~~~~~~~~~~~~~~~...
1998 Jul 06
0
R-beta: Printing documentation for R and all packages installed
...installed at the local site in addition to that of the basic R distribution. Maybe this change could be useful for other users; I'm including a context diff (against the R/doc/manual/Makefile included with R-0.62.2 in-progress release of 3rd July, 1998) below. Best regards, Ernst --- ernst.molitor at uni-bonn.de Institute for Medical Microbiology and Immunology, Bonn context diff against R/doc/manual/Makefile: *** Makefile 1998/07/05 16:14:11 1.1 --- Makefile 1998/07/06 06:40:22 *************** *** 10,23 **** RsrcLIB = $(rRHOME)/src/library BUILDlatex = $(RETC)/Rdconv --type latex !...
1998 Mar 30
2
R-beta: Not loading C library
I've been using R for the last few weeks, but not with much success. If I try sourcing test.R from the 'class' package, I get this error: Error in .C("VR_knn1", as.integer(ntr), as.integer(nte), as.integer(p), : C/Fortran function not in load table I checked the class.so file, and sure enough VR_knn1 is there. Why can't R find it? By the way, I'm running RedHat Linux,
1998 Mar 30
2
R-beta: Not loading C library
I've been using R for the last few weeks, but not with much success. If I try sourcing test.R from the 'class' package, I get this error: Error in .C("VR_knn1", as.integer(ntr), as.integer(nte), as.integer(p), : C/Fortran function not in load table I checked the class.so file, and sure enough VR_knn1 is there. Why can't R find it? By the way, I'm running RedHat Linux,
2005 Dec 16
4
Validation with Aggregation
ActiveRecord supports composed_of for value objects which is fantastic but one thing that it doesn''t seem to support (or at least I am unable to find any documentation for) validation of the value objects. For example, given the following: class Message < ActiveRecord::Base composed_of :sender, :class_name => ''EmailAddress'' composed_of :recipient,
1999 Sep 30
6
Graphics output device
Dear developers, I wonder would you consider making a save to a graphics file format (as opposed to ps)? What prompts this is that we have just finished my wife's thesis using R heavily for stats and graphs. The combination of latex, bibtex and R generated .eps worked a treat and we were very pleased with both the final outcome and the efficiency of gernerating it, especially when all the
2008 Dec 12
8
cucumber features HTML output bug with more than 100 steps
I''m having the following problem: With the format as html, the output of cucumber stops coloring successful steps green after step #100. This last line in the HTML is: <script type="text/javascript">stepPassed(100)</script> Steps 101 -n are colored grey. The <body> tag is not closed but all steps are displayed. When running with ''format
2006 Jun 21
48
Freelance Rate
Hi, Not sure where to address this question ... but I guess this is a good start. I am a freelance Rails developer - and have been developing Rails apps professionally for about a year now. I just want to get an idea of what you other freelancers charge yourselves out at. I have been charging the equivalent of about $28/hour, but get a sense that I could/should charge a whole lot more. I am
2006 May 27
0
Problem with Rcov and Functional Tests
I''m having a problem with Rcov 0.40 and Rails 1.1.2. When I run all my tests (unit, functional and integration) with rcov weird things happen with some but not all of my functional tests. The tests will blow up with an ''ActionController::UnknownAction - no action responsed to my_action'' error. After investigating and adding some print statements, it turns out