Displaying 20 results from an estimated 100 matches similar to: "Shopping Cart: SKU and Product Confusion"
2006 Sep 04
4
Fields
Sorry for asking so many questions recently.
Just wondered. I originally had acts_as_ferret in my model and I
performed a few searches. I then decided to change this line to
acts_as_ferret :fields => [ ?name? ]
However when I perform searches it is still listing results with queries
contained in fields other than the ''name'' field. How do i fix this?
--
Posted via
2006 Aug 23
8
acts_as_ferret with Mongrel and Edge Rails
Hi there,
Has anyone tried acts_as_ferret with Edge Rails and Mongrel? When I
install the plugin to a project that has Edge Rails frozen, and the
Mongrel gem installed, I can''t start the server. There''s no error, it
just doesn''t start.
I''ve used acts_as_ferret in the past with WEBrick, and stable Rails
releases without a hitch.
If I remove the
2011 Jun 14
2
[LLVMdev] Avoiding Constant Folding
Hi Cuong,
> I am trying to avoid using stack memory (or mutable variable is the term
> used in the tutorial). I am also trying to optimize the code as much as I
> can before using optimizer passes such as mem2reg (to reduce the compile
> time as well).
I don't think there is much point in avoiding stack variables (using them
makes your life much simpler -> easier to have your
2013 Dec 09
1
[CentOS 6] Upgrade to the glusterfs version in base or in glusterfs-epel
Hi,
I'm using glusterfs version 3.4.0 from gluster-epel[1].
Recently, I find out that there's a glusterfs version in base repo
(3.4.0.36rhs).
So, is it recommend to use that version instead of gluster-epel version?
If yes, is there a guide to make the switch with no downtime?
When run yum update glusterfs, I got the following error[2].
I found a guide[3]:
> If you have replicated or
2012 Nov 02
2
Rsync problem when connected to mirror site
Hello,
I'm trying to connect to one of the mirror sites to get a package update
for Linux server through the proxy server, but after approximately 10- 15
minutes it times out with the following error:
"rsync error: timeout in data send /received (code 30) at ioc (140)
[receiver=3.0.9]
rsync: connection unexpectedly closed (973 bytes received so far)
rsync error: error in rsync
2006 May 28
3
Experience with RSpec
Anyone with experience with RSpec care to share?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060528/29c9ba64/attachment.html
2008 Jul 25
4
Matrix barplot
Hi,
as a bloody R beginner I failed to solve the probably simple problem
to create a barplot of the following data read from a file
Year A B C
2000 4 3 0
2001 2 1 3
2002 1 2 5
The Barplot should look like
5 | C
4 | A C
3 | AB C C
2 | AB A C BC
1 |
2006 Feb 02
1
Accessing external library
Hi all,
I have been trying to design a Web front end for common unix sysadmin tasks
(similar to http://www.webmin.com)
Does any one here have any recommendation as to how I can parse unix
configuration file from Rails controller?
Not trying to reinvent the wheel but just want to learn more about Rails.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Dec 20
1
utf8 postscript cyrillic
Dear R users,
I am running R version 2.10.0 (2009-10-26). I need to prepare an eps
graphic with a legend with cyrillic words. I tried setting the encoding
parameter of the postscript command, but in vain, nothing seems to work. I
tried with CP1251, KOI8-R, UTF-8 and Cyrillic (UTF-8 turned out to not be
available under /usr/lib/R/library/grDevices/enc). All I get is ????????
in the final
2011 Jun 14
2
[LLVMdev] Avoiding Constant Folding
Hi,
>> entry:
>> ....
>> %34 = icmp ne i32 %33, 15
>> br i1 %34, label %then, label %else
>>
>> then: ; preds = %entry
>> %returnValue = or i1 true, false
>> ....
>> br label %ifmerge
>>
>> else: ; preds = %entry
>> br label
2004 Sep 08
1
locked files in smbstatus
hello,
can anybody explain or point me to a document that explain the locked files
section produced by smbstatus -L (see below).
what means denymode ? access ? what means exclusive+batch in the oplock
section ?
can anybody point me to a document explaining the way file locking works ?
regards
# smbstatus -L
Locked files:
Pid DenyMode Access R/W Oplock Name
2011 Jun 14
0
[LLVMdev] Avoiding Constant Folding
Thank you guys, now I understand the problem.
I am trying to avoid using stack memory (or mutable variable is the term
used in the tutorial). I am also trying to optimize the code as much as I
can before using optimizer passes such as mem2reg (to reduce the compile
time as well).
With regards,
--Cuong
Duncan Sands wrote:
>
> Hi,
>
>>> entry:
>>> ....
>>>
2011 Jun 14
2
[LLVMdev] Avoiding Constant Folding
Hi All,
My codegen is trying to generate some thing like this:
entry:
....
%34 = icmp ne i32 %33, 15
br i1 %34, label %then, label %else
then: ; preds = %entry
%returnValue = or i1 true, false
....
br label %ifmerge
else: ; preds = %entry
br label %ifmerge
ifmerge:
2013 Dec 06
1
replace-brick failing - transport.address-family not specified
Hello,
I have what I think is a fairly basic Gluster setup, however when I try to carry out a replace-brick operation it consistently fails...
Here are the command line options:
root at osh1:~# gluster volume info media
Volume Name: media
Type: Replicate
Volume ID: 4c290928-ba1c-4a45-ac05-85365b4ea63a
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1:
2006 Jul 13
8
Acts As Authenticated - smarter login box
Hi,
I''ve got AAA loaded and working. I now want to put a smarter login form
on the sidebar of my site.
If the user is not logged in, I''d like to display a typical form in the
sidebar that collects the user ID/password and allows the user to login.
If the user is logged in, the box should display something like ''Logged
in user: FirstName Lastname'' and a
2005 Dec 20
12
How to model "Expense Report" in Rails MVC
1st: I am a newbie to Rails & to pure OO.
Q: I want to use rails for creating a "master-detail" form. page layout
will allow users to type in an "expense report header" and as many
"expense report lines" as they need to. I understand how to wrap the
final submit action using "transaction" to ensure the inserts to the
database happen within the same
2006 Jun 29
3
String: first character upcase?
Hi all
Is there a function that makes the first character of a given string
upcase?
first_to_upper "canada"
Thanks for help. :-)
Joshua
--
Posted via http://www.ruby-forum.com/.
2006 Apr 20
4
css
Hi im using this code below
layout "loggedout_layout", :only => :login, :logout
this part limits it to logout only, how can I get it to limit it to
logout and login?
Thanks
Scott
--
Posted via http://www.ruby-forum.com/.
2004 Aug 06
4
QuickTime Streaming Server 4 streams MP3s
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Somewhat OT, but it looks like a new player has entered the streaming MP3
server arena.
http://www.apple.com/quicktime/products/qtss/
QTSS v4 was announced at the QuickTime Live conference today. Amongst its
other features, it can now stream MP3s to any Internet-capable MP3
listener program.
Source is available at
2006 Jul 14
2
RESTful thinking - Need some guidance.
This is my first time working with REST and XML. My goal is to access
Google''s geocoding service using HTTP. Here''s the code I have so far:
require ''open-uri''
require ''rexml/document''
include REXML
url=''http://maps.google.com/maps/geo?''
address = ''q=1600 Amphitheatre Parkway Mountin View,CA''
address1 =