search for: rajendran

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

Did you mean: ranjendran
2009 Jun 04
3
PasswordAuthentication fails in openssh3.7.1p1 as it does not use PAM
All, I am an engineer working with Brocade. We recently upgraded one of our products to openssh3.7.1p1. Once we did this, the password authentication always failed while connecting through ssh. The authentication succeeds if attempted through keyboard-interactive authentication. On debugging this we found that Password authentication is not working because it doesn't Use PAM in
2006 Oct 25
5
How to use Webrick server
I am using Webrick to start my rails application. Instead of using http://localhost:3000, i want to access http://www.domain.com. How can i achieve this using Webrick Server ? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2008 Jan 14
0
Ajax Problem
Hi, I''m using Jquery on jrails. I used ajax to submit for one textbox. I want to put an image when ajax is calling. But i''m getting problem here. Please solve my problem.Here is the part of code <label>Prouct Category</label><br/> <%#= collection_select("product", "type_1" , product_types,
2009 May 06
0
Maxsize error in excel creation
hai, I am making an excel file with spreadsheet-excel 0.3.5.1.I found a MaxSizeError when generating a large file.How to solve this problem.Could anyone know how to solve this problem? thanks, -- Posted via http://www.ruby-forum.com/.