Displaying 5 results from an estimated 5 matches for "_counter".
Did you mean:
counter
2006 Apr 25
3
how to get the count/index of the current row ?
I have a partial to which i pass a collection. That views name is _row.
So row.name, row.ssn gives me the details of each object in the
collection,
But i need to display
1. name 123456798
2. name1 234567890
how to get that Index ??? or count or whatever in that partial ??
please help.
--
Posted via http://www.ruby-forum.com/.
2014 Apr 17
0
semi-OT:R and rkhunter
...y create shm files beginning with those characters.
For those running rkhunter, if you've run into something like this, how
have you handled it - told rkhunter to ignore /dev/shm, or lived with the
regular complaints in the logs, or...?
I note that of the three files created by R, one ends in _counter, and
another starts with sem.(same long random name as the other
files)_counter_mutex. The third has neither prefix nor postfix.
mark "and googling on rkhunter "R language" keeps getting me repos,
since both R and rkhunter are under the letter r....
mark "brought...
2003 Nov 05
6
[PATCH] Link breaks for large NR_CPUS
ext2 & ext3 lists,
Attatched is a patch that allows ext2 and ext3 to link correctly when
the kernel is configured with a large NR_CPUS. We do have an immediate
need for this patch.
Any opinions on this? The per-cpu lists are causing the kmalloc to fail
due to allocating more than the max.
thanks
mh
--
Martin Hicks Wild Open Source Inc.
mort@wildopensource.com
2005 Dec 15
12
Adding multiple invoice items to an invoice on the same form
Hi Friends ,
Got a unique requirement .I am designing a invoice printing system
.So right now I have the NEW page for adding the invoice details to the
table .Now I have the requirement of adding Invoice Items In the same
form .I have added multiple text boxes to enter the values of the Items
using
<%= text_field ''invoiceitems[]'', ''item_price''
2006 Mar 16
32
iterating a partial with :collection
...he collection-the variable is named after the template. In addition, the variable article counter will be set to the index of the current article in the collection.
According to my admittedly incomplete understanding, this should work, but it doesn''t...
<%=h (fac_log_test[:fac_log_test_counter][:facility][:name]) %>
;-(
what is the proper usage?
Craig
NoMethodError in #
Showing app/views/reports/_fac_log_test.rhtml where line #28 raised:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil....