search for: 20060503

Displaying 20 results from an estimated 75 matches for "20060503".

Did you mean: 20060502
2006 May 04
0
CentOS-announce Digest, Vol 15, Issue 1
...----------------------------------------------------------------- Message: 1 Date: Wed, 3 May 2006 19:41:25 +0200 From: Tru Huynh <tru at centos.org> Subject: [CentOS-announce] CESA-2006:0420 Moderate CentOS 3 i386 ethereal - security update To: centos-announce at centos.org Message-ID: <20060503174125.GA23268 at sillage.bis.pasteur.fr> Content-Type: text/plain; charset="us-ascii" CentOS Errata and Security Advisory CESA-2006:0420 ethereal security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2006-0420.html The following updated file has been uploaded and is...
2006 May 03
4
QSIG support in Asterisk
...rt in Asterisk. Does Asterisk have QSIG support? Does Asterisk support QSIG SIP Tunneling or QSIG SIP Interworking? If so, How to configure that? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060503/3cb7f966/attachment.htm
2006 May 03
6
New Release: One-Click Ruby Installer 1.8.4-17 release candidate 2
...to vrswin060205 * Upgrade FXRuby to 1.4.6 * Upgraded zlib to 1.2.3. * RUBYOPT is now properly handled on install and uninstall when adding the -rubygems option. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060503/ed631c14/attachment.html
2006 May 03
2
issue in uploading images
...t;new1", :bildpfad=> @request.protocol + @request.host_with_port + " /images/#{@params[''picture''].original_filename}" end -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060503/566aea69/attachment.html
2006 May 02
2
Compilation failure as of 20060502
Hi, The changes yesterday breaks compilation for me. I do have the latest glproto (1.4.7) and mesa cvs (20050603, i.e. a couple of hours ago) and xgl (20050603) have been recompiled after the updates. Here's the initial error (with a whole lot similar): texture.c: In function 'bindPixmapToTexture': texture.c:196: error: 'GLX_TEXTURE_FORMAT_EXT' undeclared (first use in this
2006 May 03
2
Conditional statement style
This is a bit of a nuby question methinks but i''ve had a play/search around and it''s just bugging me now :0) Say I have a conditional statement, testing a variable against a number of values. The first way i did this is like so: if myvar != "" and myvar != 0 and myvar != nil # .. code end This seems a bit messy - is there neater way of doing this? I thought of:
2006 May 03
3
Huawei EP201S
Has anybody used Huawei EP201S IP phone? I need 9 SIP phones that cost around 100USD, and those phones are one of options. Can anybody suggest anything else that costs around 100USD? -- Tomislav Par?ina Lama Computers Split Stinice 12, 21000 Split Tel.: +385(21)495148 SIP: tomo@pbx.lama.hr e-mail: tparcina#lama.hr http://www.lama.hr
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
...list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev > -- Mike Taht PostCards From the Bleeding Edge http://the-edge.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20060503/f2223a17/attachment.html
2006 May 03
13
Can I recreate a Fax from a recorded file?
...nto standard in of an application and have it recreate the fax that was send? I don't know enough about the Fax handshaking to understand this. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060503/0b5a492d/attachment.htm
2006 May 03
7
anybody using GoDaddy for hosting ?
...preciate hearing from anybody who''s tried them for RoR. Any congrats / complaints / etc. you had / are having would be really appreciated! Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060503/42990d71/attachment.html
2006 May 03
0
New jitter.c, bug in speex_jitter_get?
...cool if the speex JB could use a compatible API, then people could always mix/match these things, and see which one works best for different situations. -SteveK -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20060503/f10d5d03/attachment.htm
2006 May 02
3
Mongrel on Textdrive
As anyone deployed on Textdrive using Apache + Mongrel? If so did you just install the GEM locally? I have filed a support request with Textdrive querying when we will see the Mongrel GEMs installed but have received no response yet... Thanks! Josh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 May 03
0
Accessing the params hash in a functional test not working
...}>> I am stumped figuring out why the params are not being passed through - any help appreciated! Cheers, Dan. -- Dan Venkitachalam expandingbrain.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060503/40ec407a/attachment.html
2006 May 03
3
create test methods from Controller methods?
Can you somehow create a test that contains methods that relate to the methods in the controller that is being tested? Thanks Chris -- Posted via http://www.ruby-forum.com/.
2006 May 03
3
Validations Doubt
Hi to Ruby and Rails group! I am new to the ROR . I ahev some doubts 1.Can we write the reguller expressions controller! 2.I have added the some controles in the rhtml file.(with out database fileds) I want to wirte the validations for these text fields in the model Is it Possible? Give me any reference? 3.In how many ways can we write the validations? Thanks and Regards, Kumar
2006 May 03
1
Nubee Fixtures + Tests problem
According to the book, @timesheets["first_timesheet"] should be accesible from within my functional test, but its not! Timesheets.yml : first_timesheet: status: 2 start_date: 2006-04-24 cost: 10 employee: 444 id: 10683 charge: 20 My Test : class AdminTimesheetsControllerTest < Test::Unit::TestCase fixtures :timesheets def test_viewTimesheet get
2006 May 03
1
sessions, cached pages, and the tmp folder
...tting wrote to the servers /tmp directory. What do I need to do to get rails to use the new tmp folder? Thanks in advance Charlie Bowman www.recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060503/92ee99b4/attachment.html
2006 May 03
0
capistrano: svn tags
...otesque.net/archives/2006/05/capistrano_svn.html Pretty rough at this stage (v quick job) but works for me. Any comments on it would be appreciated. Best, Anil. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060503/bd5310c3/attachment.html
2006 May 03
0
Problem with Payment Gem
...rize.net account, but changing it did not seem to make a difference. Has anyone else experienced this and are there suggestions for resolving it? Thanks, Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060503/b46c115b/attachment.html
2006 Apr 28
1
errors while testing with imaptest
I get lots of these (in error log): dovecot: Apr 28 14:50:03 Error: IMAP(jenslt): Corrupted index cache file /home0/jenslt/.imap/INBOX/dovecot.index.cache: record points outside file And some of these: dovecot: Apr 28 14:50:03 Error: IMAP(jenslt): Corrupted index cache file /home0/jenslt/.imap/INBOX/dovecot.index.cache: field index too large (2037149797 >= 19) Should I worry or not?