search for: wijnand

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

2006 Apr 03
7
Getters and setters problem?
...validates_uniqueness_of :login def before_create self.password=User.hash_password(self.password) self.login="blaat" end def after_create @password=nil end private def self.hash_password(password) Digest::SHA1.hexdigest(password) end end Thanks in advance, Wijnand -- OpenBSD needs your help improving the softwareworld, please donate: http://openbsd.org/donations.html Yes big code using companies, that includes you!
1997 Sep 26
1
Samba 1.9.17 fails to truncate share mode file (fwd)
...UNIX Systems Support > Lusis Limited, Technology Drive, Bridgend Science Park, Bridgend, > United Kingdom CF31 3UJ > Extension: 44966 > Direct Line: +44 (0)1656 765966 > Mobile: +44 (0)468 647495 > Email: boorman.tim@lusis.com > > > -----Original Message----- > From: Wijnand Dijkstra [SMTP:W.M.Dijkstra@phys.tue.nl] > Sent: 24 September 1997 20:21 > To: Boorman.Tim@Lusis.com > Subject: Re: Samba 1.9.17 fails to truncate share mode file (fwd) > > > I've been watching the lock files, and over several days, the files > > generating this error h...
2005 Dec 21
3
Checkbox readonly
I declare some checkboxes : <%= check_box_tag ''offers[]'', offer.id , @params[:offers].include?(offer.id.to_s) ,:readonly=>true %> the result is : <input checked="checked" id="offers[]" name="offers[]" readonly="readonly" type="checkbox" value="1" /> But readonly doesn''t work ??? -- Posted
1997 Oct 01
0
FW: Samba 1.9.17 fails to truncate share mode file (fwd)
...UNIX Systems Support > Lusis Limited, Technology Drive, Bridgend Science Park, Bridgend, > United Kingdom CF31 3UJ > Extension: 44966 > Direct Line: +44 (0)1656 765966 > Mobile: +44 (0)468 647495 > Email: boorman.tim@lusis.com > > > -----Original Message----- > From: Wijnand Dijkstra [SMTP:W.M.Dijkstra@phys.tue.nl] > Sent: 01 October 1997 12:18 > To: Boorman.Tim@Lusis.com > Subject: Re: Samba 1.9.17 fails to truncate share mode file (fwd) > > Tim, > > > This problem appears to have been fixed in 1.9.17p2. > Not complete, the empty share* fi...
2006 Jan 04
5
Webservice External XMLRPC
Hello i have some trouble getting my webservice to run . I have the following webservice : class DirectSpoolAPI < ActionWebService::API::Base api_method :add, :expects => [{:html=>:string},{:from=>:string}], :returns => [Customer] end class DirectSpoolService < ActionWebService::Base web_service_api DirectSpoolAPI def add(html,from) Customer.find(:first) end
2005 Dec 27
10
ActiveRecord flexible columns
I would like to have a table with flexible columns. For example i have the following table customers: id name email The user should be able to save other columns to the database as well : me = Customer.find(10) me.name = ''me company'' me.email = ''me-RPlE4GnVVoJHoQZOM9yvow@public.gmane.org'' me.msn = ''me1234'' # custom columns me.birthdate =
2003 Aug 25
1
chan_zap.c zt_rec: Unknown error 500
...um T1 connected to a channel bank and a digium E1 connected to the PSTN. I get occasional warnings from asterisk: WARNING[37909]: File chan_zap.c, Line 3197 (zt_read): zt_rec: Unknown error 500 This happens mosttimes in a loop like this: [netland_helpdesk] exten => s,1,Dial(${IVAR}r1&${WIJNAND}r1&${HERMAN}r1&${PATRICK}r1|20|t) exten => s,2,Background(ogenblik) exten => s,3,Goto(netland_helpdesk,s,1) and wouldn't be much of a problem, however after such a warning it stops dialling one of the parties (random as to which one) in the list.... Anyone know how to fix this?...
2006 May 12
12
Anyone tried the recent Mac OS X Security update?
It includes a patch for Ruby. I have already installed 1.8.4 from source, and updated my PATH to look in /usr/local first, so I don''t imagine that anything Apple does to "their" copy of Ruby will have any impact on me, but I''m wondering if the changes to their Ruby is something that needs to be done to 1.8.4 as well. Thoughts? Walter
2006 May 19
1
ActiveRecord: Minor saving problem
...t; end redirect_to :action => ''no_company'' end The flash message does tell me I have the right user in @invite_user and the displayed company_id is correct too, but the company_id is not saved in the database. Can anyone tell me what I am doing wrong here? Regards, Wijnand
2004 Feb 10
1
IAX DTMF question
Hi, I've tried almost every where to see whether there is a config parameter to set dtmf on IAX channels. Just like in SIP where we can set dtmfmode as inband, info or rfc. I am experiencing a problem with inbound DTMF where * interoperates a digit in a string as couple or more (intermittently). Like if I dial 665533, asterisk catches it as 6655533. Cheers SW
2006 Aug 14
8
How search engine friendly are RoR sites?
I am a total RoR virgin, and took my first steps this weekend into the Ruby world. A lot of sites I create need to be as SEO friendly as possible, particularly for google. Before I delve any further, can anyone tell me how friendly the dynamic URLs or if there is the usual rewrite mod for rugby? Thanks Mike -- Posted via http://www.ruby-forum.com/.
2006 Apr 08
76
MIT vs GPL vs LGPL for open source project
I intend to release a project I wrote with Rails. What is the right licensing scheme for a web application (content managing system) which could grow with plugins and add-ons ? Personally, I would prefer the GPL but does that mean any add-on to the CMS (like task management) will have to be GPL ? If some people contribute to the code could it still be double-licenced so that the people who
2003 Dec 01
0
No subject
...workaround? Can we expect something for samba version 2.2.2? Thanks so far. - Regards, Reinout Wijnveen "All those who believe in psychokinesis raise my hand" ICT-N/Philips Semiconductors Nijmegen Address: AC 0.062, Gerstweg 2, 6534 AE Nijmegen, Fax: +31 24 353 2019 Return-Path: <wijnand@surf.phys.tue.nl> Delivered-To: samba@lists.samba.org Received: from mailhost.tue.nl (mailhost.tue.nl [131.155.2.5]) by lists.samba.org (Postfix) with ESMTP id 376B24F72 for <samba@lists.samba.org>; Tue, 21 Aug 2001 05:11:03 -0700 (PDT) Received: from surf.phys.tue.nl (surf.phys.tue.nl...
2005 Dec 19
0
Snippets software
I''m looking for some sort of snippets software i can use internally in m company, to store all sort of little hints and tricks you discover. I know of : http://www.bigbold.com/snippets/ And have seen a very cool version in a ajax demo movie on rubyonrails. Anybody a good hint for some sort of software ? Daniel -- Posted via http://www.ruby-forum.com/.
2005 Dec 22
0
Elements application in ajax-demo
Anybody has more information on the Elements application in the demo video of ajax : http://www.rubyonrails.com/media/video/rails-ajax.mov Would be very nice to organise all your little notes to this application Is it opensource, are there any other applications opensource like this one ? Daniel -- Posted via http://www.ruby-forum.com/.
2007 Feb 01
0
Server migration another documentroot
Hello :) , I have an application that has been online for quite some time. Now the time has come to migrate the application to another server The problem is that the document root of the new server will be differtent : it used to be : http://domain/:controller/:action ed (so rails is in the documentroot) new situation : http://domain/railsdir/:controller/:action (rails dir is a symbolic link