similar to: Routing Error - Recognition failed for..

Displaying 20 results from an estimated 800 matches similar to: "Routing Error - Recognition failed for.."

2006 Jul 22
3
Doubts regarding Models
Dear folks, I want to know whether the following things are right or wrong, in the first place. Then to know the right way to do the same, if it is wrong. I am having a table with the name "cd_details". using models, I am accessing data from this. my model is having the code like this. model filename : cd_detail.rb -------- class CdDetail < ActiveRecord::Base def self.find_data
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:
2006 Jul 22
3
Connection refused - connect(2)
Dear all, Please help me in this regards, I am using models to access LegacySchemas using set_table_name and set_primary_key... [code for model] class CdDetails < ActiveRecord::Base def self.find_data set_table_name ''cd_details'' set_primary_key ''cd_label'' find (:first, :select => "cd_label") end
2006 Jun 14
2
How to do routing ?
Hi folks, I am working in Fedora Core 2 Linux, and using Apache 2.0 and mod_fastcgi, as per mentioned in the following link, to support Rails. http://wiki.rubyonrails.org/rails/pages/RailsOnFedora I had created virtual host and specified the path to my application''s /var/www/html/myapp/public/ directory as a value for DocumentRoot directives. Now what is happening is that, my
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
5
Application Error
Hi Folks, When I have tried this cookbook example from onLamp tutorial, I got some error like this, output of development.log is ---------- Permission denied - /var/www/html/cookbook/public/../config/../tmp/sessions//rub y_sess.d51d8997edf6be91 only the first line of output is this, output truncated. --------- what it will be ? How to solve this ? In my browser, I am getting Applicaiton
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:
2006 Apr 14
3
Rails deployment
Hi all, I''ve greated a rails application and i want to deploy it right now. I have to use a windows 2003 server.. So i installed i''ve used the following tutorial: http://wiki.rubyonrails.com/rails/pages/RailsOnWindows My application is running at : http://loc.iwsweb.nl But everytime i connect it opens a ruby process but at the end it won''t kill it. As you can see
2006 Jul 10
7
Code suggestions with Radrails .rhtml view files
anyone been successful with implementing code hints in the Views folder with radrails in eclipses? There is a tutorial out there that suggests you edit the jsp folder (http://www.napcs.com/howto/railsonwindows.html#_Toc111133462) but i think when you add rails, that jsp folder somehow disappears or something. i don''t like that idea anyway, cause i don''t like jsp hints
2006 Dec 10
0
[LLVMdev] How to compile apps to bc files with the new llvm-gcc4?
Unless I'm missing something, the problem lies directly with the fact that you are trying to do a link-stage operation with the GCC frontend. GCC, by default, probably runs "ld" or another system linker, which grabs the executable from binutils. This linker hasn't been modified (yet) to include support for .bc files, but you're compiler is emitting byte code to the *.o files.
2006 Dec 10
2
[LLVMdev] How to compile apps to bc files with the new llvm-gcc4?
Hi, I'm trying to compile some apps with the new llvm-gcc4 on amd64 linux to .bc files, rather than to the native code. The same process I used to build those apps before with llvm-gcc3 doesn't work: 1) export CC=llvm-gcc CXX=llvm-g++ CFLAGS="-g -fno-inline" CXXFLAGS="-g -fno-inline" 2) cd <whatever-app>; ./configure 3) make CFLAGS+=-emit-llvm
2006 Mar 02
1
script\generate View ?
On the RailsOnWindows wiki page there''s an example of a View generator. When I try it, I get the error message: "couldn''t find ''view'' generator". Any ideas? I''m trying to generate the form for a model. Thanks in advance, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Dec 10
2
[LLVMdev] How to compile apps to bc files with the new llvm-gcc4?
Chandler/Domagoj, On Sun, 2006-12-10 at 10:53 -0500, Chandler Carruth wrote: > Unless I'm missing something, the problem lies directly with the fact > that you are trying to do a link-stage operation with the GCC > frontend. GCC, by default, probably runs "ld" or another system > linker, which grabs the executable from binutils. This linker hasn't > been modified
2006 Feb 17
21
''Best'' IDE for testing and debugging
I''m trying to decide which IDE to go with for RoR development. I put a high premium on integrated test automated tools and debugging capabilities. I''d appreciate any sharing of experience. I''m currently running Instant Rails on a Windows 2000 box (using IR due to problems I encountered trying to get all the components set up individually). Also, I''m using
2006 May 31
2
R search plug-in
Hi All: I have written an R search plug-in based on Prof Jonathan Baron's R search site. This Firefox/Netscape plug-in lets you search R sites and R discussion group archives directly from your Mozilla (Seamonkey) or Firefox or Netscape browser. Here is the link to the installer for the plug-in: http://arinbasu.bravehost.com/installer.html If you want the source files or have other comments
2006 May 01
5
Why Does Ruby on Debian Blow? (Was: Mongrel 3.15,
I had no problems. It pretty much boils down to three steps: 1) Install Ruby via deb. 2) Install ruby gems using the instructions for installing ruby gems. 3) Install rails and everything else via gems. browse the following write-up: http://brainspl.at/rails_stack.html Follow the instructions for installing the Ruby deb, and a few others. (You can do it all in one line) Then follow the
2009 Jan 03
6
Error message when installing rails
After I entered the command "gem install rails --include-dependencies" for a while, an error message "ERROR: while executing gem... (Zlib::BufError) buffer error". How can I fix this problem? I am new to rails and I hope I can get some help here. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2007 Aug 07
26
rmagick on windows
Is there any special way to set up rmagick on windows, I installed the gem, and i install imagemagick, but it says it can''t find a CORE_.. .dll file. Can someone give me a run down on how to do it on windows. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby
2007 Nov 01
1
Jonathan Parr presents www.libeldefense.com
www.libeldefense.com Yahoo! has immense reach. Without doubt, you must be in Yahoo. It can bring you up to 50% of your traffic or more! Fortunately, you can now get listed in Yahoo! in seven days for a cost of just $199 - often worthwhile. You should get back your investment in a matter of days. The most important thing is to have a domain name that is high on the alphabetic order (starts with a