Displaying 2 results from an estimated 2 matches for "show_day".
2006 Jun 04
3
Ajax table does not update
...longs to a child.
I want to create ana ajax table listing the children and, after pressing
a button, I want to show the days that belong to that child.
Here is my code:
(list.rhtml)
<table>
<tr>
...
<td><%= link_to ''Days'', :action => ''show_days'', :id => child %></td>
</tr>
<tr>
<div id="show_days" style="display: none"></div>
</tr>
</table>
(child_controller
def show_days
@child = Child.find(params[:id])
@days = @child.days
end
(child.cho...
2007 Feb 13
5
Fatigued R
Hi R,
Please solve my problem...........
I am extracting Bloomberg data from R, in a loop. R is getting fatigued
by doing this process and gives some errors. I introduced sleep
function. Doing this sometimes I get the results and sometimes not. I
even noticed that if I give complete rest for R (don't open R window)
for 1 day and then run my code with the sleep function, then the