search for: kanakavel

Displaying 9 results from an estimated 9 matches for "kanakavel".

2006 Jul 22
3
Doubts regarding Models
...table @cd_details= Cd_detail.find_data end ---------- If I run this code, it is saying the following error; ---------- uninitialized constant cd_detail. ---------- I want any one of you to correct this. Please tell me what is the problem. Thanks in advance. -- with regds, Nahalingam N. Kanakavel. (http://www.nahalingam.bravehost.com/PlanetN/) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060722/5fea4b03/attachment.html
2006 Jul 22
2
fetching records from tables
Dear all, I have a doubt, How to fetch records from tables, which are not having ID field as its primary key. If possible, please tell me to way to extract data from those tables. -- with regds, Nahalingam N. Kanakavel. (http://www.nahalingam.bravehost.com/PlanetN/) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060722/d3ad81db/attachment.html
2006 Jul 22
3
Connection refused - connect(2)
...ng error message in screen, Errno::ECONNREFUSED in TestController#view Connection refused - connect(2) #{RAILS_ROOT}/app/models/cd_details.rb:7:in `find_data'' #{RAILS_ROOT}/app/controllers/test_controller.rb:4:in `view'' How to solve this problem. -- with regds, Nahalingam N. Kanakavel. (http://www.nahalingam.bravehost.com/PlanetN/) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060722/a9048e72/attachment.html
2006 Jun 14
2
How to do routing ?
...within the frame work. Please help my dear folks, in this regards, by teach me how to call controller. and how to proceed further. I was stuck at this stage, being not having helping hands near by. Please help me with your valuable suggestions. thanks in advance. -- with regards, Nahalingam N. Kanakavel. (http://www.nahalingam.bravehost.com/PlanetN/) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060614/a5813818/attachment-0001.html
2006 May 14
3
hi all
Not much I can say except that I am very excited to enter this new world(solely for me of course, kind of late) of rubyonrails.If anyone has any patience or just plain kindness to help me on my first steps (leaps?) , I would greatly appreciate any links, references, tips, hellos, or whatever else is offered. Thanks ahead of time, Shai Rosenfeld Octava I -------------- next part
2006 Jun 06
1
how to configure apache
Hi all, Please provide me some tips to configure apache to support ruby. I got some websites which tells about configuration, but It is not working. please help me with better explanations. thanks in advance. -- with regds, Nahalingam N. Kanakavel. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060606/139c17a3/attachment.html
2006 Jun 16
5
Application Error
.../usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:53:in `process !'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:23:in `process !'' ---------- What should I do to solve this problem. Please help me in this regard. -- with regds, Nahalingam N. Kanakavel. (http://www.nahalingam.bravehost.com/PlanetN/) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060616/a1980666/attachment.html
2006 Jun 16
12
FastCGI times out?
Hello there, So I''m still struggling with this fastcgi stuff. I''m trying to upload and process a decent sized ZIP file, but the request dies before it finishes and I get the following error: FastCGI: comm with (dynamic) server "/Users/ryan/Workspace/rails/photos/public/dispatch.fcgi" aborted: (first read) idle timeout (30 sec), referer: http://photos/album/new/4
2006 Jun 16
3
Routing Error - Recognition failed for..
I followed the guide for RailsOnWindows (http://wiki.rubyonrails.org/rails/pages/RailsOnWindows) and completed all the steps without any problems. But when I try to access my page, I get: Routing Error Recognition failed for "/rails" rails is what I have in my httpd.conf: <VirtualHost *:80> ServerName rails DocumentRoot "D:/devapps/Apache