Hi all, I am building a restful rails app and everything is great under Webrick but when I move to apache in CGI mode it starts showing me :
-------------
Loaded suite /www/BASICHOSTING/snappydog.net/public/dispatch.cgi
Started
Finished in 0.000288 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
------------
You can see this here : http://64.92.168.49/medias/1
From my reading this is because I have some test suite enabled but it doesn't happen under webrick (you can see Webrick output here: http://64.92.168.48/medias/1 )
Same exact code, one under apache and one under webrick.
This is causing a heck of a problem because the apache version is now delivering invalid XML documents.
Any tips are greatly appreciated. Webrick performance is. urm. Not to be underrated..
I'm a fairly newbie rails developer so I may be missing something obvious.
John-




Bookmarks