Hello!
I have just deployed a rails application on a server, and everything
seems to be working fine, except one thing. I might just be missing
something obvious. My problem is this:
My app has configurations to which the user can add a machine. As is it
now the user can create as many configurations as they want, but there
is only possible to connect one machine to one configuration in the
whole system. So the first user can make a configuration and add a
machine (via an AJAX:ed radiobutton) to that configuration, and it all
works as it should. After that though, nobody can add machines to their
configurations, although nothing hangs or anything, it just won’t add
the machine.
On my local development machine everything works as expected, and I use
lighttpd as the server on both. Any ideas that might cause this? Thanks.
/David