Displaying 5 results from an estimated 5 matches for "whenit".
Did you mean:
wheni
2006 Jun 10
6
table associations
...ts = Event.find(:all)
end
in the list.rhtml:
<% @events.each do |eachevent| %>
<tr>
<td><%= link_to eachevent.action, :action => "show", :id =>
eachevent.id %>
<TD><%= eachevent.user.name %></TD>
<td><%= eachevent.whenit %> </td>
</tr>
<% end %>
But I get an error saying "You have a nil object when you didn''t
expect it! The error occured while evaluating nil.name"
What am I doing wrong? Thanks in advance for all replies!
-Jason
2015 Mar 18
0
[PATCH 1/2] mllib: allow external_command to return on nonzero return value
This is useful for probing probing for cache files such as:
external_command ?ignore_error:(Some true) ~prog "ls .cache/something.*"
will return command output (matched files) on its success or empty list
whenits exit code is other than 0 (there are no such files).
---
mllib/common_utils.ml | 15 ++++++++++-----
mllib/common_utils.mli | 2 +-
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml
index 76d8b79..9719b16 100644
--- a/mllib/common_util...
2015 Mar 18
5
[PATCH 0/2] [RFE] virt-builder should support download resume
This patchset adds support for resuming downloads in virt-builder.
Partially downloaded file is not deleted on exit anymore.
There is a check for partially downloaded image in cache directory
based on its name. When found, download_to crafts appropriate
options to continue its download.
Maros Zatko (2):
mllib: allow external_command to return [] on nonzero return value
builder: support for
2004 Jun 28
3
Polycom IP600 stops to send/receive calls
Hi,
I'm testing a Polycom IP600.
With firmware version 1.1 the phone reboots at any time.
With firmware version 1.2, the first reboot was an endless reboot. Then
I moved the phone to another lan port, then it worked fine. Then I
installed again in the initial lan port and the phone works well.
However after some time of inactivity (1 hour?), the IP600 stops to send
and receive calls.
2013 Feb 13
2
stopping finalizers
Is there some way to prevent finalizers running during a section of code?
I have a package that includes R objects linked to database tables. To
maintain the call-by-value semantics, tables are copied rather than
modified, and the extra tables are removed by finalizers during garbage
collection.
However, if the garbage collection occurs in the middle of processing
another SQL query (which is