similar to: nested attributes with update_attributes()

Displaying 15 results from an estimated 15 matches similar to: "nested attributes with update_attributes()"

2005 Feb 11
1
xend HTTP protocol documentation?
Hi, Is there documentation for the details of the xend HTTP protocol available? Thanks, Denis Bohm -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 2/10/2005 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of
2005 Dec 19
1
<% unless params[:context] == :gallery -%> question
I have a template that is called by two different methods. I only want part of it too show up when it is called from one of the methods. It always shows up for me. Can someone help to point out my error? Below is the method that should keep part of the tempate from printing, and the relevent part of the template. method: def gallery @product_pages,@products = paginate(:products,
2005 Nov 22
11
Building a conditions clause (for find) of multiple optional params?
I want to be able to find items according to various params - category_id, member_id, type_id, rating, etc. What I have now is something like: if(@params[''category_id'']) @items=Item.find(:all, :conditions=>["category_id=?", @params[''category_id'']) elsif(@params[''category_id''] and @params[''member_id''])
2005 May 25
1
Firewall design
I have used shorewall in the past and loved it. However, at the time it did not support brouting and because of that I had to remove it for a faster solution. Now that faster solution is failing and I want to go back to what I liked. I have never set up a brouter but I have been doing a lot of reading on it, both on your site and many others. I all cases what I see is a brouter/firewall
2006 Sep 12
3
Querying against numeric fields? e.g. price:( >= min_price)
Using acts_as_ferret I''m trying to do a query like: active:(true) title|body:(#{params[:s]}) product_price:( >= #{params[:min]}) Where I want to return only the active products that contain the search term in the title or body and has a minimum price >= params[:min] I''m finding that even though I''m indexing the product price as an integer (so no .00 to cause
2012 Jul 03
1
[LLVMdev] Status of multi-thread LLVM
Hello everyone, I want to do a LLVM server which is multi-thread, translating independent LLVM IR files per thread in parallel. I am curious about the status of multi-thread LLVM. Any replies is appreciated. Ching -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120703/133299ec/attachment.html>
2006 Jul 15
4
updating multiple records with form
I have an app that has two models -- products and details. I''m building a form that allows a user to create a new product and specify a description, etc. The form needs to allow for creation of multiple items in the details model/table. for example, I have a block of form items that collect info for the men''s version of the product -- inventory count for each size, etc. And
2003 Oct 10
0
ADMNISTRATOR PRIVILEGIES ON SAMBA 2.2.8 PDC
Hello guruz. I have big trouble. I installed SAMBA 2.2.8 from 2.2.3a. My problem is about administrator privilegies. When I log on some WIN2k workstation as root of SAMBA domain I have no admin privilegies as domain administrator(remote admin any workstation, shares modify, policy modify ...). It worked well before. I was finding solution 2 mounth but without some solution. I have no idea why
2006 Jul 20
4
Help with Rails and postgres with sequence numbers (global?)
Hello, I am building an Rails applications that has to integrate an legacy system (lxoffice) (schema at: http://www.lx-office.org/uploads/media/DB_Schema_2.1.1_R_393_17_03_2005_.pdf). They somehow use global ids (global for some tables). I can not change the schema and still I want to use Rails to access it and not pure SQL. When I try to insert a record I get the following message:
2010 Mar 01
0
Multicolumn Listbox selectcommand trouble
Hey folks, This is my first message to the mailing list so please let me know if I mess something up. I'm trying to use the selectcommand for the mclistbox but I'm not very adept at using functions. Ideally I'd like to change the editor text when a different list item is selected but any help using the selectcommand would be appreciated and I think I could get the rest working.
2012 Feb 29
0
[LLVMdev] LLVM EU conference 2012 - schedule
Hi, The contributions accepted for the Euro-LLVM conference 2012 have just been decided. The conference will be in London, from 12:00 noon April 12th 2012 to 12:00 noon April 13th 2012, with optional workshops in the afternoon of the 13th. Registration is still open, but is filling up fast! Accomodation ============ We'd like to remind everyone that we have subsidised a number of rooms at
2005 Dec 19
0
Re: Rails Digest, Vol 15, Issue 392
Peter Bohm wrote: > which way do you send the email? Using the raw TMail object as described > in the HowToSendMimeMultipartEmailsWithActionMailer? Can you post some code? I''ll describe the problem in a bit more detail, and then will describe what I did to solve it. The site I''m working on wanted to send an acknowledgment to people using our e-commerce site. The message
2004 Aug 27
0
Samba 3.0.5 PDC Changing passwords
I have a test environment setup with samba 3.05 (soon to be 3.06) installed and 2 winxp pro clients. I have setup samba to be the PDC using tdbsam as the backend. Every thing works fine except changing passwords. The clients cannot change the windows passwords with CTRL+ALT+DEL. I cannot login to Swat with the users name and change their password. ( I do have the unix and samba
2012 Jan 20
0
[LLVMdev] Publication - Generalized Just-In-Time Trace Compilation using a Parallel Task Farm in a Dynamic Binary Translator (PLDI'11)
Paper for LLVM publication list @ http://llvm.org/pubs/ "Generalized Just-In-Time Trace Compilation using a Parallel Task Farm in a Dynamic Binary Translator" Igor Böhm, Tobias J.K. Edler von Koch, Stephen Kyle, Björn Franke, and Nigel Topham ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI), June 2011. DOI-URL: http://dx.doi.org/10.1145/1993498.1993508
2001 Apr 04
0
Getting a make error when compiling
I would post this on the list but we are unable to get to the listservs from our site. The problem is I am trying to compile OpenSSH 2.5.2p2 on Solaris 8 and having problems. OpenSSL is installed and Zlib is installed. The error I am getting is: (cd openbsd-compat; make) make: Fatal error: No arguments to build Current working directory /opt/othersoftware/openssh-2.5.2p2/openbsd-compat ***