search for: 20060701

Displaying 20 results from an estimated 31 matches for "20060701".

Did you mean: 20060707
2006 Jul 01
3
Where to solicit bids on RoR project?
Where is the best place to solicit bids on a mid-size web app? (budget ~$15,000) What is the appropriate protocol for posting RoR RFPs? Thanks! Taylor -- Posted via http://www.ruby-forum.com/.
2006 Jul 01
3
Captchas in Rails
...captchas within forms on sites they are developing? I know there is a ruby gem named captcha, but I have seen some others floating around as well. Thanks, Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060701/26de6d05/attachment.html
2007 Jul 13
8
More sorting problems with untokenized index
...contents("marathon",:sort=>"city_for_sort",:offset => 400).map(&:date_for_range) => ["20060709", "20060708", "20060708", "20060704", "20060704", "20060704", "20060704", "20060702", "20060701", "20060701"] Does anyone have an idea what could cause this? I''ve rebuild the index several times and it doesn''t help. I''ve also noticed that the default field list doesn''t include the columns: using index in script/../config/../config/../ind...
2006 Jul 01
2
Records not being returned
I have the following line of code in my controller''s action method: @needs = Need.find(:all, :conditions => "fulfilled_date = ''null''") This returns no records to the view, but I am expecting one record. The following line in MySQL will return the record I expect: Select * from needs where fulfilled_date is null; To test the code, I substituted
2006 Jul 01
0
Tallysheet Design Suggestions
...future. Any helpful links for tutorials or articles, suggestions on how to implement it, comments, anything! :-) will be much appreciated. Thank you very much. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060701/0e75b310/attachment.html
2006 Jun 30
2
best practice: raise an exception or return false
just wondering how others deal with invalid/illegal operations on their models? until now, I''ve simply been returning true or false depending on wether or not the operation succeeded, but that doesn''t tell the calling function why the operation failed (if it failed). I could use custom exceptions, but is it good practice to raise an exception on every invalid action or just
2006 Jun 23
1
Problems with Sent folder
We are using dovecot-0.99.13-3.FC3; the users use IMAP. I have had several of these today where the user cannot write to their Sent folder on the server. The users do own everything in their home dir: [root at jidmail lcrdjav]# file Sent Sent: ISO-8859 HTML document text What is up with the HTML, I am not used to seeing this in any of the IMAP folders ? -- James H. Edwards Network Systems
2006 Jun 27
1
patch to make sieved compile & work
Hello, attached you'll find a patch to make the Sieve decompiler located in dovecot-sieve/src/libsieve compile & work. To compile sieved I've extracted the two commands from the make process for sievec, see the attached sieved.compile.sh. Bye, -- Steffen Kaiser -------------- next part -------------- A non-text attachment was scrubbed... Name: sieved.patch.bz2 Type:
2006 Jun 28
1
file_wait_lock with dovecot 0.99.14-1sarge
hi all, i've just installed dovecot from debian sarge and i get this error: Jun 28 16:31:50 server pop3(user): file_wait_lock() failed with custom flags file /mnt/nfs/users/user//mail/.customflags: No locks available (maildir in nfs) how seriously i should take it ? is it fixed in newer versions ? thanks !
2006 Jun 29
1
rc1 & password debug
Hello Timo, I just launched rc1 with auth_verbose = yes auth_debug = yes #auth_debug_passwords = no and on a wrong password, I see my crypted passwd in the log : userPassword(password)={Crypt}xxxxxxxx Is that normal, since I assume that auth_debug_passwords defaults to no ? -- Thomas Hummel | Institut Pasteur <hummel at pasteur.fr> | P?le informatique - syst?mes et r?seau
2006 Jun 30
1
ssl-parameters.dat permissions
Hello, I'm using 1.0rc1 with login_dir = /var/dovecot-1.0/run/dovecot/login #login_user = dovecot but when launched, I've got dovecot: imap-login: Can't open SSL parameter file ssl-parameters.dat: Permission denied as a matter of fact, ssl-parameters.dat is created with the following permissions : -rw------- 1 root dovecot 230 Jun 30 14:35
2006 Jun 30
1
1.0rc1 location variable bug
I think I've found a bug in Dovecot 1.0 rc1 where if you have namespaces without the "location = " setting defined, it fails to use default_mail_env as it should. This seems to have been broken by :- 2006-06-16 18:13 Timo Sirainen <tss at iki.fi> * src/master/: auth-process.c, login-process.c, mail-process.c, main.c, master-settings.c: Settings parser nowadays returns
2006 Jun 30
1
help for static user
Hi everybody, I have been long (for 2 days) trying, but I really need some help. I would like to use virtual static users. I configured my file as indicated in the documentation and then I created the following directory, with the needed rights (mail account) and leave them empty : /var/mail/virtual/<mon_domaine>.fr/toto/ I am not sure that it is the good method, but I understand it
2006 Jun 30
1
set quota on INBOX only
Hello, how can I configure the IMAP quota plugin to force quotas on inbox only? I would like to limit the size of each of the user's inbox (in /var/mail/%u) to 50 meg and I do not want to force any quotas in their folders (mbox style). They should keep their inbox small :) thanks, Kristian
2006 Jun 28
2
APPEND bug in dovecot-20060628
Hi. I'm running maildir quotas with rc1 (dovecot-20060628) and get the following when trying to APPEND: "NO Unknown error" System logs show: Quota: Couldn't get new message's size .... and the file isn't there (unknown if Dovecot removed it, or if the lack of the file is the cause of the error). I reverted back to dovecot-20060621 and APPEND is now working again.
2006 Jun 30
2
Rails Powers #1 Selling Album Site
Just a heads up that the new record label site for Vagrant Records runs on Rails and PostgreSQL. Right now it is FCGI based but we''re moving to Apache+Mongrel next week. It is looking like they are going to have the #1 selling album in the country this week with Dashboard Confessional''s new record. Just a note to let people know that Rails has penetrated Billboard!
2006 Jun 30
2
Boot into operating system after PXE boot
Hi all, I would like to check with you all if the following is possible: I'd like to combine G4L (Ghost clone) with PXE (been done before) but in such a way that an option in LDAP is checked after booting with PXE. If it's set, a certain program is executed with certain parameters (G4L), if not, the PC should continue to boot in it's installed operating system. Is the latter
2006 Jun 30
1
writing a plugin for LDA to chain Unix pipes
...-- albert einstein -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature (GPG/PGP) URL: <http://dovecot.org/pipermail/dovecot/attachments/20060701/ce851df8/attachment.bin>
2006 Jun 26
1
Just one user experiencing server timeouts
[dovecot-1.0-0.beta2.7 on Fedora Core 5, maildir formatted mail directories, various clients: thunderbird 1.5.0.4 from FC4 and WinXP, SquirrelMail 1.4.6-5.fc5 RPM, various recent versions of Pine from various Fedoras and Redhat 9] I have just one mail user who experiences server timeouts when trying to delete a message (move it to Trash) or other common operations. This user has 4.1GB of
2006 Jun 28
7
French accent under wine
Hi everybody ! I have a fresh OpenSuse 10.1 linux installed in french, i use a french keyboard ... accent (like ?,?) doesn't work with application launch under wine .. how could resolv that ? Thanks -- Michael