search for: wijnands

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

Did you mean: wijnand
2006 Apr 03
7
Getters and setters problem?
Hi list, first evening of playing with rails, so please forgive me if I ask something stupid. ;-) I created a User model and tried to use ActiveRecord callbacks to convert the password to sha1 just before saving it. For some reason postgresql gives me a error because the given password is null. To test even further I tried to change :login too, same error happens, :login is empty too. I am sure
1997 Sep 26
1
Samba 1.9.17 fails to truncate share mode file (fwd)
Thank you for the information that you have passed on to me. My own research has found that ftruncate is quite happy to set a file to the same size that it is already, so something else must be causing the problem. The comment before the ftruncate in set_share_mode says the file is being truncated just for safety, so normally it is probably not necessary to truncate the file. Regards, Tim >
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)
Although the bug in Samba 1.9.17p1 which caused "ERROR: set_share_mode: failed to ftruncate share mode file" messages in log.smb has been fixed in 1.9.17p2, empty share* files are not being deleted from the lock file directory. Regards, Tim > Tim Boorman > UNIX Systems Support > Lusis Limited, Technology Drive, Bridgend Science Park, Bridgend, > United Kingdom CF31 3UJ
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
Hi all, I'm using asterisk CVS-08/14/03-22 on a box with a digium 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 =>
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
This is probably a very stupid error on my side, but I am doing my first steps now and I don''t see what is wrong. I have companies and I have users. A user can create a company. When the user does he''s automatically a member of the company. A company should be able to have multiple users off course so every member of a company can add other users who don''t have a
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
and that access to the client should be denied. > James > > ----- Original Message ----- > From: "Alexander Lobodzinski" <lobo@mental.com> > To: <samba@lists.samba.org> > Sent: Monday, August 20, 2001 10:17 AM > Subject: Can I have only certain users log in to a Samba DC client? > > > > A machine should be member of a domain controlled by
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