Crossdomain.xml files in Rails projects
Usually when you need to allow a swf on one server access to data on another domain you would put a crossdomain.xml file in the root folder of that server.
I've found one exception which is if you are making a call to Rails the crossdomain.xml file to the 'public' folder of your Rails project.