search for: vollmer

Displaying 16 results from an estimated 16 matches for "vollmer".

2007 Nov 20
5
Compound search / grouping
Hi, Following problem: We have a tree structure with children and a root element (recursivly) stored in one table (imagine a threaded forum). Each of the children has a title which should be indexed by ferret. Now we want to make a search that returns only the root and searches all items. So if one node has "expensive" and nother node has "car" I want to enter
2006 Jul 20
4
Help with Rails and postgres with sequence numbers (global?)
...;1mSQL (0.016000) COMMIT [4;36;1mLxofficePart Load (0.031000) [0;1mSELECT * FROM parts WHERE (parts.id = 404) LIMIT 1 I also have to set mtime and itime manually? Is the trigger not working? Any help would be highly appriciated, as I am running out of time in my project :-( Regards Till Vollmer "Ajax mit Ruby on Rails" im iX 4/2006 von Till Vollmer. Siehe auch www.railsnet.de Codemart GmbH Till Vollmer Managing Director Tel: +49 (0)89 1213 5359 Mob: + 49 (0)160 718 7403 Fax: +49 (0)89 1892 1347 Yahoo ID: till_vollmer Skype: till_vollmer www.codemart.de till.vollmer@codemart....
2008 Nov 03
4
Install Configuring and run.
Hello,. i installed dovecot with virtual user and domains. but i dont get thru "dovecot-antispam" config. is there any HOWTO, for gentoo , how to setup and configure dovecot-antispam ? with examples for the config files ? maybe i have dspam self totally wrong configured. thanks marko
2006 Apr 30
4
acts_as_ordered_tree
I need an ordered (sortable tree) and I just was thinking if somehting like this is possible: class Item< ActiveRecord::Base acts_as_tree :order => "position" acts_as_list :scope => ''parent_id = #{self.id}'' end For my understanding mixing of two acts_as should be p?ssible, at least in this case, right? Unfortunatly the :scope is not working, I am not
2008 Nov 04
1
expire-tool fails if mail_location contains %h
Hi Timo, not long ago you fixed a bug regarding the expansion of ~/ in mail_location that prevented expire-tool from working correctly. A similar problem exists if mail_location contains %h: expire-tool will use the wrong path to access the mailbox. After replacing %h with ~, expire-tool works as expected. Why are there two variables for the home directory? Maybe the use of %h could be
2008 Oct 31
1
imap dump-capability fails Dovecot 1.1.6
Hi Timo, Dovecot fails to start after upgrading from 1.1.4 to 1.1.6: Fatal: userdb didn't return a home directory, but mail location used it (%h): %h/mail:CONTROL=%h/control:INDEX=%h/index Error: imap dump-capability process returned 89 Fatal: Invalid configuration in /etc/dovecot/dovecot.conf Adding a fake home directory to args in master-settings.c:get_imap_capability solved the problem
2007 Nov 26
8
search not working after upgrade
Izit Izit wrote: > Correction on my previous post. > > The correct way to do it is: > > Product.find_by_contents("*",{},:conditions =>search_conditions,:include > => [:supplier],:order =>"products.id" ) > > Leave out the :limit=>:all that is put in by default. Exactly - I tried to make aaf a bit more clever by letting it assume :limit
2006 Jul 26
0
HTML Emails with a layout in Action Mailer?
Hi, I am using implicit HTML and text emails (alternative). So I have some view files called mymail.text.plain.rhtml and mymail.text.html.rhtml. Now since I have a lot of mails to send I would like to use a layout for my HTML emails only. How can I do that? Regards Till Vollmer -- Posted via http://www.ruby-forum.com/.
2006 Jun 03
0
in_place_editor and erros or validations
Hello, I want to use the in_place_editor but I have validations on the model and I am not sure how to get them back to the user? I would like to show somehting right below the field if the save fails. Any clues? Till Vollmer -- Posted via http://www.ruby-forum.com/.
2008 Nov 04
2
dovecot-1.1.6 fatal error: userdb didn't return a home directory
dovecot version 1.1.6 >dovecot -n # 1.1.6: /etc/dovecot/dovecot.conf # OS: Linux 2.6.27-gentoo-r1 i686 Gentoo Base System release 2.0.0 xfs base_dir: /var/run/dovecot/ protocols: imap pop3 listen(default): *:143 listen(imap): *:143 listen(pop3): *:110 ssl_disable: yes disable_plaintext_auth: no login_dir: /var/run/dovecot//login login_executable(default): /usr/libexec/dovecot/imap-login
2008 Nov 09
3
Dovecot and Bogofilter
Hi, on my small Xen-virtualised server with 48 MiB RAM I use Postfix and Dovecot, because the Debian administrators dislike qmail [1], which is in my opinion despite some maintainability and code quality issues a quite well designed software, because it mostly follows the UNIX principles. Postfix is not able to sort my E-Mail into different Maildir folders and after I looked at procmail's
2006 Apr 30
1
Callbacks on has_many relation
Hello, Is there a way to implement a callback for somehting like before_add and after_ad on a statement like this with a has_many relation? x.children << Item.create(:title=>"test") I want that x has a callback that is called when the item is added. I found something in
2003 Mar 24
0
Create Mode set to 775 but files created at 764
My office is running Windows NT 4.0 workstations and a Sun Solaris server. My friend and I are trying to get Samba to work on our Solaris servers. The Samba installation seems to go fine. We created our share and set create mask to 775. But every time we create a file the permissions get set to 764. We tried using force create mask and it works. However we want our employees to be able to set
2007 Jul 31
0
bidi / rtl language support in Ruby (Rails)
As long as you are only doing web things with HTML Ruby and Rails are doing well with Arabic / Hebrew languages. As soon as you want to export that data into lets say an image or a pdf you need to reorder the UTF-8 string with a so called "bidi" algorithm. Has anyone implemented this in Ruby? Or exists a wrapper for Pretty Good Bidi Algorithm http://crl.nmsu.edu/~mleisher/ucdata.html or
2006 Jun 26
1
Separate Read and Write Database
Hello, I need to access an mirrored database with one read and one write cluster. Is there a way to tell a model to use two connections? So that all updates etc go to the write database and all read from the read one? This is a fixed set up I can not use MySQL 5.x stuff and additionally i get a token on write, which can be checked on read (and wait for replication) if new data is needed. I
2006 Nov 10
2
Problems with metaMDS from vegan
Hello all, I recently used the Vegan library quite extensively (in the context of text similarity assessment) on an Ubuntu 6.06 LTS system with R version 2.2.1 (2005-12-20 r36812). The Vegan lib is version 1.6-10. I hit on a problem yesterday, though, when trying to install R and Vegan on two further computers - one Windows XP and one further Ubuntu 6.06 machine, taking either R version 2.4.0