Displaying 3 results from an estimated 3 matches for "matchcontrol".
Did you mean:
matchcontrols
2006 Mar 16
3
inserted_at seems buggy in production mode?
...in production mode. When I restart the
server, the problem goes away but then immidetatly occurs again on the
second insert. I''m using postgresql 8.1 and I have my default value for
the inserted_at column set to now().
Any ideas??
Jeroen
--- below is some log output ----
Processing MatchController#comment (for 192.87.30.169 at 2006-03-16
12:23:41) [POST]
Parameters: {"mc"=>{"body"=>"testtest"}, "commit"=>"Een moment ...",
"action"=>"comment", "id"=>"159", "controller"=&g...
2009 Apr 18
0
A bug in sweeper.rb? [was: A frustrating and strange error when config.action_controller.perform_caching = true]
...not in my controllers but in sweeping.rb (part of rails).
Rails calls this code for every controller which was instantiated in the
same request ( I think). Running the page it "sweeps" the following
controllers in this order.
#<MatchCommissionedScheduledController:0xb679b4fc>
#<MatchController:0xb61694f8>
The problem is that on the second call to clean up MatchController it pukes.
The code snippets in sweeping.rb are..
The cleanup is in the following method of sweep.rb
def after(controller)
callback(:after) if controller.perform_caching
# Clean up, so that...
2011 May 26
2
matching by gender and age
Hello R gurus, I have a data set from which i have to extract the gender and
age matched rows from controls and disease group
disease<-paste(rep(c('y','n'),11))
gender<-paste(rep(c('m','f'),11))
mcp<-rnorm(700,1400)
age<-rnorm(32,34)
dat<-data.frame(disease=disease,sex=gender,Dr_age=age[1:22],MCP=mcp[1:22])
I have other categorical variables also to