search for: 20060601

Displaying 20 results from an estimated 83 matches for "20060601".

Did you mean: 20060611
2006 Jun 02
0
CentOS-announce Digest, Vol 16, Issue 1
...---------------------------------------------------------------- Message: 1 Date: Thu, 1 Jun 2006 21:15:40 +0300 From: Pasi Pirhonen <upi at centos.fi> Subject: [CentOS-announce] CESA-2006:0525 Moderate CentOS 4 ia64 quagga - security update To: centos-announce at centos.org Message-ID: <20060601181540.GA14240 at centos.fi> Content-Type: text/plain; charset="us-ascii" CentOS Errata and Security Advisory 2006:0525 https://rhn.redhat.com/errata/RHSA-2006-0525.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/ia64/RPMS...
2006 Jun 01
7
Active Record Basics - Making it commentable
hi everyone, I hope someone can help me out with some active record basics? I''ve been banging my head for the past 4 hours and I can''t seem to get it to work. I am trying to add comments to a caption (just like how one adds a comment to a post in a blog). I seem to be able to read posts just fine from the DB, however, I can''t use the "recordComment"
2006 Jun 01
1
call method of superclass
...-------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3403 bytes Desc: S/MIME Cryptographic Signature Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060601/6b2e5c73/smime.bin
2006 Jun 01
2
Best practices?
I just saw a mail about the best practices of something or other, and I was wondering is there a place where Ruby and RoR best practices can be found? Phil J. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060601/52ab6a0f/attachment-0001.html
2006 Jun 01
4
can''t convert Fixnum into String ??
I have been getting this error message on various pages, just wondering if anyone could explain whats going wrong, and the best way to correct it code that is cuasing the problem is below @project = Project.find(:first, :conditions => "id = " + @purchaseorder.project_id) -- Posted via http://www.ruby-forum.com/.
2006 Jun 01
1
Several asterisk processes starting with safe_asterisk
...lease) when starting asterisk in the normal way, but I don't have the system here to check. Thanks for any clue you can provide. Ricardo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060601/e18dce0f/attachment.htm
2006 Jun 02
1
[LLVMdev] New llvm-gcc4 snapshot
...llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2417 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060601/ea9aa5fa/attachment.bin>
2006 May 31
8
New Rails site... RightCart.com
Hello Everyone ! Wanted to announce the launch of a new, 100%, Ruby/Rails based shopping system. http://www.rightcart.com (our blog: http://www.rightcartblog.com) It''s basically a shopping widget that allows users to make purchases directly through the widget.... no need to be redirected to a third party shopping cart. You can sell anything you want by upload the products onto the
2006 Jun 01
9
access model from controller
...-------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3403 bytes Desc: S/MIME Cryptographic Signature Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060601/998131f6/smime-0001.bin
2006 Jun 01
2
Looking for very basic example
...96&hl=de&_done=/group/Asterisk-users/browse_thread/thread/de1e6e8328c2a255/c9756294de75b896%3Fhl%3Dde> @sip.provider.com,60,r) Thanks for any help! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060601/26dd0e08/attachment.htm
2006 Jun 01
2
CentOS 4.3 Server spontaneously rebooting (over and over again)
...Thanks for any help! Regards, Rob van Eerd Rosmalen, Netherlands -------------- next part -------------- A non-text attachment was scrubbed... Name: messages.zip Type: application/x-zip-compressed Size: 187453 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20060601/1004b251/attachment-0003.bin>
2006 Jun 01
6
real time search results
I am new to ruby and rails and am unsure how to accomplish the following: I''d like to have a page where the user enters a value in a form field and have results stream into a results div on the page. Additionally, I want to: - Not limit the result set - Allow user to get immediate feedback on what they have entered - Allow user to change field contents as results are appearing - Have
2006 Jun 01
1
Question about speex_preprocess
...array? How do I call this function if I have float[] array inputs? Do I need to convert the floats to Integers back and forth? Thank you in advance. Long Deng -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20060601/283dfefc/attachment.html
2006 Jun 01
1
How to achieve anchor in the html http://localhost:3000/event/event_info/100#comment5
...', :action => ''event_info'' , :id => @session[:event_id] Now how do I pass this comment_anchor as html param to redirect_to ? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060601/2fcabd1e/attachment.html
2006 Jun 01
2
How to call database variables from "Public" folder?
If I want to use for example, <% for product in @products %> in "index.html" (for HomePage) of the "public" folder to call the objects in "products" database table, how do I do that please? It seems that I could not directly call it in the file. actually, I want to partial-render a list for products in the homepage. I think there must be a smart way. btw, is
2006 Jun 01
4
How do I get today''s date?
I know this is a simple question, but i just want to put the current day, month, date and year on my website. I still can''t figure out how to read the Rails API. Can anybody help me out? TIA -- Posted via http://www.ruby-forum.com/.
2006 Jun 01
2
update_all broken in postgres?
Hi has anyone managed to use update_all with rails on postgres? In my setup, it does not work: >> @keyword.update_all(myupdates) NoMethodError: undefined method `update_all'' for #<Keyword:0xb7ac4670> from /home/lib/ruby/gems/1.8/gems/activerecord-1.14.0/lib/active_record/base.rb:1786:in `method_missing'' from (irb):14 I checked that the base.rb
2006 Jun 01
0
question about observer callbacks
...tribute(:user_id, User.find(session[:user]) # same thing here, how to specify a customized message for the update??? end end any help is appreciated Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060601/ed73f7e1/attachment.html
2006 Jun 01
0
OT: Best practice for multi-user select boxes
...ely. -- Thanks in advance the use of your grey matter, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060601/c304da49/attachment.html
2006 Jun 01
0
JS / CSS ressource files and query strings for caching
...9;t - to make sure all user agents can cache your resources, we need to keep query strings out of their URLs. Any comments on this ? regards -- Roberto Saccon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060601/695e3ba1/attachment-0001.html