search for: deodhar

Displaying 4 results from an estimated 4 matches for "deodhar".

2006 Jun 27
1
Scriptaculous Problem
Hi! I am using the auto complete feature provided by Scriptaculous in an Rails application.Here is have to write following string in the view: Select name: <%= text_field_with_auto_complete :contact, :name %> and i have to write following write in the controller: auto_complete_for :contact, :name But after putting in this code it does''nt work. I knw that i hve to create a
2003 Dec 03
1
samba+cups+page_log
I have set up a samba server which i also want to use as printserver using cups. I have configured a samsung printer using cups and am also sharing it via samba by having the printer share in smb.conf file. Now the problem is that when i configure this printer on the windows machine and then send job to this server machine the page_log file is not being updated. Hence i m losing on the printer
2006 Jun 19
0
Iamge orientation using JavaScript
Hi Ryan! Just Google Rotating the image using JavaScript and i think you will find what you want. Regards, Swanand -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060619/34a0d5fc/attachment.html
2006 Jun 26
0
Conneting pages
Hi! I am new to developing using rails.I am developing a web based app. I hve multiple scaffolds whose list.rhtml pages i want to link through a main admin page. Here i hve used link_to with :action and :controller attributes. It gives me a syntax error. How to do tackle this (If href is to be used then what should i mention relative path of the page or absolute path?) Regards, Swanand