Displaying 20 results from an estimated 300 matches similar to: "noobie activerecord find query"
2008 Jul 17
5
.build method
I have gone to the api and have searched the internet and looked
through the books that I have, but I am having trouble finding an
explanation on what the .build method actually does and how it is
used.
I guess the best example is if I want to create a todo list
application where I can create a new todo list and add to do items all
at the same time.
I would post to the todolist controller to
2011 Nov 30
1
wine-users Digest, Vol 76, Issue 79
On 11/30/2011 07:35 PM, wine-users-request at winehq.org wrote:
> [...]
> 6. Re: Using todolist (abstract spoon) from ubuntu 11.10 ?
> (vitamin)
> [...]
> 9. Re: Using todolist (abstract spoon) from ubuntu 11.10 ?
> (talgalili)
> [...]
> 16. Re: Using todolist (abstract spoon) from ubuntu 11.10 ?
> (James McKenzie)
>
>
>
2012 Jul 18
2
loop searching the id corresponding to the given index (timestamp)
Hello,
I have the following loop for two data sets: diveData_2008 and
diveData_2009. It uses two other data: diveCond_all and fishTable. The
problem is at the point to identify the dive_id for the given index (index
is timestamp). It keeps on saying
for the1st loop
Error in fishReport$dive_id[i] <- dive_id : replacement has length zero
for the 2nd loop
Error in fishReport$dive_id[i + j] <-
2011 Nov 19
2
Using todolist (abstract spoon) from ubuntu 11.10 ?
Hello all,
I wish to run todolist 6.3.8 (http://www.codeproject.com/KB/applications/todolist2.aspx) on ubuntu 11.10.
I have installed the latest wine and winetricks.
I have tried running:
http://www.codeproject.com/KB/applications/todolist2.aspx
winetricks vcrun2005
winetricks vcrun2008
winetricks vcrun6
Which installed all of the components.
When I went to run todolist.exe, it started fine
2011 Dec 09
1
Re: Using Todolist (abstract spoon) from Ubuntu 11.10
On 12/09/2011 06:52 PM, wine-users-request at winehq.org wrote:
> [...]
> 11. Re: Using Todolist (abstract spoon) from Ubuntu 11.10 (DanKegel)
> [...]
> Message: 8
> Date: Thu, 08 Dec 2011 21:43:52 -0600
> From: "DanKegel"<wineforum-user at winehq.org>
> To: wine-users at winehq.org
> Subject: [Wine] Re: Using Todolist (abstract spoon) from Ubuntu
2006 Mar 15
5
Passing params to a component
I see from http://rubyonrails.org/api/classes/ActionController/Components.html
that is possible to pass paramaters to a component.
I don''t understand the exact syntax.
I''m trying:
@master_id = @params[''master_id'']
in the components controller but it is not working.
==== Details:
In my calling view I have:
<%= h(@opportunity.id) %>
<div
2006 May 09
6
To Do list project?
I''m looking for a good web-based to do list app. Essentially, I''d like
to use Basecamp''s todo management system, but that''s not an option
since I can''t install Basecamp on a server I own. The information
being tracked in the list cannot be sent out of my intranet.
I would imagine that there are a couple of open source rails apps that
would meet my
2006 Jul 05
3
Calling render_to_string from a view
I''m playing around with a list of todos, which I want to render as
<ul>''s that can nest to an arbitrary level, so I wrote this as a helper
method:
def print_todo(t)
str = "<ul>\n\t<li>"
str += render_to_string(:partial => ''todo'', :object => t) + "\n"
t.children.each { |c| str +=
2012 Jul 29
1
readRDS, In as.double.xts(fishReport$count) : NAs introduced by coercion
Hello,
I looked in the R-help but could not find an archive addressing the
following. I would like to convert a character to numeric after reading a
file with RDS extension. After using as.numeric, I checked if it is
numeric. It was not converted. Please help.
Here is my code
>Report <- readRDS(file="RDS/Report.RDS")
> Report[1:2,]
dive_id date
2011 Nov 21
0
Issues in running Abstractspoon todo list
Hello,
Please can someone help me get abstractspoon's todo list (ver 6.3.8) to
run under kubuntu.
I have:
wine1.3 (& related libraries/apps), winetricks and the vcruntime
libraries that I got with the script below:
|wgethttp://winetricks.org/winetricks
EXE="winetricks"
chmod +x $EXE
$EXE vcrun2005
$EXE vcrun2008
rinka at Rinka:~$ uname -a
Linux Rinka 3.0.0-13-generic
2011 Jul 25
7
Adding a folder to my rspec execution path
Hi guys,
I''m using RSpec with Capybara, and for that I created the
spec/integration folder. But when I execute the command "bundle exec
rspec spec" RSpec don''t execute my files on integration folder. I need
to pass each file to solve this problem.
Do you known how I can put the integration folder on rspec execution
path without need to pass each file?
Thanks,
Pablo
2013 Aug 04
4
[Bug 838] New: ipset add foo syslog fails for bitmap:port
https://bugzilla.netfilter.org/show_bug.cgi?id=838
Summary: ipset add foo syslog fails for bitmap:port
Product: ipset
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: default
AssignedTo: netfilter-buglog at lists.netfilter.org
2005 Jul 28
2
Cochran-Armitage-trend-test
Hi!
I am searching for the Cochran-Armitage-trend-test. Is it included in an
R-package?
Thank you!
--
2013 Aug 13
4
[Bug 842] New: Addition of iptables rule referencing an ipset of the wrong address family does not fail
https://bugzilla.netfilter.org/show_bug.cgi?id=842
Summary: Addition of iptables rule referencing an ipset of the
wrong address family does not fail
Product: ipset
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: default
2017 Mar 28
4
[Bug 1139] New: The include guards on the include/libipset/linux_ip_set*.h are wrong
https://bugzilla.netfilter.org/show_bug.cgi?id=1139
Bug ID: 1139
Summary: The include guards on the
include/libipset/linux_ip_set*.h are wrong
Product: ipset
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component:
2009 Nov 02
1
modifying predict.nnet() to function with errorest()
Greetings,
I am having trouble calculating artificial neural network
misclassification errors using errorest() from the ipred package.
I have had no problems estimating the values with randomForest()
or svm(), but can't seem to get it to work with nnet(). I believe
this is due to the output of the predict.nnet() function within
cv.factor(). Below is a quick example of the problem I'm
2006 Jun 27
11
Newb question
This isn''t affecting my app, but I''d like to know the reason why I''m
seeing this. In my layout, the following code
<%= image_tag "front.jpg", :size =>"760x175" %>
generates
<img alt="Front" height="175" src="/images/front.jpg?1122106054"
width="760" />
Where is the parameter in the
2013 Jun 02
6
[Bug 826] New: libiptc/libip6tc.h doesn't specify C linkage
https://bugzilla.netfilter.org/show_bug.cgi?id=826
Summary: libiptc/libip6tc.h doesn't specify C linkage
Product: iptables
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: libiptc
AssignedTo: netfilter-buglog at lists.netfilter.org
2007 Nov 01
1
Help me in Cochran armitage trend test Coding
Dear sir,
I am Shibu John from Thrombosis Research Institute India. It is a
multidisciplinary organisation concerned with the interrelated problems of
thrombosis and atherosclerosis.
I was searching for Cochran armitage trend test program in R. Then I had
seen your R coding for C-A trend test. I tried that in the R software.
But I can?t run the program due the [Error: could not find function
2008 Mar 01
12
Coding Contribution
Howdy,
I am a C and C++ programmer -- how can I start helping with some basic coding for wine?
Thanks,
Will