views:

14

answers:

0

Hi fellows,

I have a problem with a rails app, an intranet that i am developing for my company. The problem is really weird, because i'm trying to reproduce it and i couldn't do it. The app works without problems in my notebook, on linux with mysql, but in the dev server that we use (which also uses linux and mysql) it hangs up after the first redirection (a simple redirect_to ). The rails version in both computers is the same (2.3.4), the webrick server is the same (1.3.1), the mysql server is the same (5.0). I know that this information isn't enough, but i'm not looking for an answer but more like directions, what thing can be looked for as the root of the problem? is there any known issues with webrick (i looked up in google and i didn't find any), please help me with clues or tips, I don't have any idea about "configuration issues" and i have wasted 2 whole work days in it. Any help is much appreciated. Thx!