When running a rails 2.+ application that employs resources, the create
method is uncallable..

with Apache + mod_fcgid ( I'm running suse, and duplicated the problem on
bluehost, which is not running suse ))

rails test
cd test
script/generate scaffold test name:string
set up db etc to work..
edit public/.htaccess ect to run under apache and mod_fcgid

try to create multiple records on resource http://server/test
from the new form.. create will "POST" to the server, the rails app will see
a 'GET'  instead.. which breaks expected behavior under rails resources..

-- 
-Robert Ferney  ( Kolbe 4357 Demonstrator / Myer Brigs INTJ )
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to