Displaying 20 results from an estimated 2000 matches similar to: "Help with TextSearch :all and MySQL"
2006 Feb 03
4
contoller code mysteries
In my controller...this code works
def list2
first_name = params[:client][:first_name]
@myclients = Client.find(:all, :conditions =>
["first_name = :first_name", {:first_name => first_name}])
end
this code doesn''t...
def list2
first_name = params[:client][:first_name]
if first_name
searchstring = ''["first_name =
2005 Jun 24
4
Embedding R in C application
To whom it may concern,
I am very interested in embedding the R functionality in our
application. This is a C application that currently runs on Win32, but
will also run on Linux in the future. From the material that I have
seen, I need R compiled as a shared library to evaluate R expressions
from C. Is this correct? If so, can I download this shared library from
somewhere? Is there any API
2009 Feb 11
4
5.2 x86_64 DVD
I've pulled this down with Firefox, wget, a bittorrent client and an ftp
client using Windows as well as Linux hosts. Is something wrong with the
distributed DVD image? It has failed an MD5 check every time I've pulled
it down.
Paul Fontenot
Wells Fargo
Public Key Infrastructure Team
Cryptography Services|IST|EIM|TES|TIG|Wells Fargo
Email: ward.p.fontenot at wellsfargo.com
2006 Jan 11
6
Output non-HTML (CSV) from Rails
Hi,
I want to offer a CSV download of data in my Rails app (eg. An "Export
to Excel" link to grab the current view of tabulated data).
However, I can''t seem to break-out of the Rails framework to output this
non-HTML data. Even if I eliminate my layout template from my view, the
most basic view (no HTML) will still wrap the output in
2006 Aug 03
1
Is Ferret the standard rails search engine?
Is Ferret the standard rails search engine?
I''m looking to search the file system and MySQL.
TextSearch is working fine for MySQL.
http://wiki.rubyonrails.org/rails/pages/TextSearch
Is Ferret the solution that most people are using
for documents in the file system?
Thanks.
Greg
--
Posted via http://www.ruby-forum.com/.
2005 Jun 28
2
Error in compiling R
When compiling R on Windows, I am getting the following error. Does
anyone have any suggestions?
---------- Making package datasets ------------
adding build stamp to DESCRIPTION
installing R files
installing data files
preparing package datasets for lazy data loading
Error in load(zfile, envir = envir) : input has been corrupted, with LF
replaced
by CR
Execution halted
make[4]: ***
2009 Apr 03
3
gssapi not enabled
I'm trying to get gssapi-with-mic to work but the enabled field in the
method struct is disabled I.e.
The gssapi-with-mic enable field s not enabled in in the *method struct; it
fails at:
if (authmethod_is_enabled(method))
in the authmethod_is_enabled(method) function call
using ddd , OpenSSH 5.2.p1, Linux 2.6.22.5-31 (SuSE 10.2)
Questiion - what enables gssapi-with-mic?
Thanks
tedc
2005 Sep 06
3
OpenSSH-4.2p1 with OpenSSL-0.98 (bug)
Hello.
Installed OpenSSL-0.98
I cannot collect new OpenSSH-4.2p1 at assembly there is a mistake:
if test ! -z ""; then \
/usr/bin/perl5 ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
make[1]: Entering directory `/home/pkg/openssh-4.2p1/openbsd-compat'
make[1]: ???? `all' ?? ??????? ?????????? ??????.
make[1]: Leaving directory
2005 Dec 14
3
Linking C/C++ GUI to R.dll
Hi,
I am in the process of linking a C/C++ application to the R.dll
directly. I have obtained the R source code and compiled it
successfully. I have also successfully linked the R.dll directly into
our application and have made calls successfully into the R.dll that are
included in the sample rtest.c and in the "Writing R Extensions - The R
API".
The R functionality that we are
2006 Oct 17
2
CTRL-C behaviour with RODBC on Solaris2.8
After loading the RODBC package version 1.1-7, Ctrl-C changes its
behaviour and is quitting R and returning to the (unix-)command prompt
on the solaris2.8 platform here. Here's what happened before and after
loading RODBC
> for (i in 1:10^5) rnorm(10)
^C
> library(RODBC)
> for (i in 1:10^5) rnorm(10)
^C
bash-3.00$
platform sparc-sun-solaris2.8
arch
2006 Oct 16
8
acts_as_ferret: can i specify a search on 1 field as suppose
to the ones i defined in my model? for example if in the model i specify
acts_as_ferret to index only column 1, 2, and 3 in my table....how can i
perform a search just for column 1 if need be.
for example, id like to give the user the ability to just search on
title name vs description, etc...
thanks!
--
Posted via http://www.ruby-forum.com/.
2006 Dec 11
6
easy question, how would i search a grandparent???!
hi,
i have this in my code
Article.find_by_contents("#{searchstring} +city:#{passedincity}")
well that returns to me only articles that belong to whatever the user
selected in city.
now is it possible to search the grandparent?
for example
class country
has_many states
class states
has_many cities
belongs_to country
class city
belongs_to states
......
i would like to search
2006 Apr 26
4
How to search in your application?
I''ve got my app running with a table for product set up like the one
from the Agiles book and would like to create a page to search those
products. Is there a tutorial somewhere I can reference? I''ve gone
through the source code for typo and rails-weenie but can''t find all the
pieces to make it work on my own app.
Else, any help would be greatly appreciated..
--
2006 Jan 03
3
Changing tables within rails app
Hi,
I want to know if my idea is possible within the rails framework.
I want to write a rails app that uses the same code to manage two
classes of widgets; "wired widgets" and "wireless widgets".
For the most part, all the code to manage these two classes of widgets
will be identical. The only differing part are some of the underlying
field names in each respective db table
2006 Jul 27
2
Non-interpreted strings
I am new to R, so please forgive me if there is an obvious answer to
this question. I have done fairly extensive searching through R docs,
google and a few R users and have not found an answer to my question.
Is there a way to create a non-interpreted string object in R?
For example, I am using R in a MS Windows environment and I would like
to paste DOS paths into some R command:
2016 Sep 08
2
sieve - find in header
On 08-09-16 20:51, @lbutlr wrote:
> On Tue Sep 06 2016 07:25:38 Hajo Locke <hajo.locke at gmx.de> said
>> How to solve this case and find a string in arbitrary/unknown headerline?
>
> You?ll have to create multiple sieves covering the possible headers.
>
Maybe when you tell what you're trying to achieve, we can give you
better advice.
Almost no one is looking for
2001 Nov 16
6
case conversion and/or string comparison
This is no doubt trivial but after searching the help files and the web, I
cannot seem to find it.
1) How do I convert 'hgt' into 'HGT' in R?
2) How should I have used the help facilities to find this?
At the end of the day, all I want to do is case insensitive string
matching... i.e. 'if ("HGT" == 'hgt') print('this should be true')'
I tried
2005 Nov 17
3
4.2 and the 'last' command
We've run into an interesting dilemma regarding last log information and
ssh 4.2p1. In 3.8, we didn't see this problem, but now has cropped up
in 4.2.
When a user logs in, sshd seems to call 'last' to get the last log
information. 'last' then opens the /var/log/wtmp file and processes the
information. On some systems, this file can be quite large, and we're
seeing
2008 Jun 30
1
AIX 5.3 --enable-R-shlib make error with R-2.7.1
Using AIX 5.3 and gcc-4.2.1 for building R-2.7.1 with the following
configure flags
OBJECT_MODE=64
CC="gcc -maix64"
CXX="g++ -maix64"
F77="gfortran -maix64"
FC="gfortran -maix64"
CFLAGS="-g -O3"
CXXFLAGS="-g -O3"
FFLAGS="-g -O3"
FCFLAGS="-g -O3"
LDFLAGS="-L/$HOME/usr/local/lib/ppc64
2006 Jan 08
3
Family Connection 1.1.2
== What is Family Connection? ==
Family Connection is an easy-to-setup online hub for your family that
includes a Family News section with Photos, and an Address Book.
For more information, visit http://familyconnect.rubyforge.org/
== Downloads ==
Latest:
svn checkout svn://rubyforge.org/var/svn/familyconnect/trunk
Version 1.1.2:
svn checkout