I'm trying to build a game that sends game play data to a rails app. I've built it in javascript but it's quite obvious that Flash is going to do a better job so now I am about to build it in Flash. Using projects sprouts which is a ruby wrapper to build as3 projects if anyone is interested.
I've done a lot of research on connecting Rails apps with Flash. I actually don't need to use flex but that is the os sdk that sprouts uses. There is WebORB. The turotrials for that are a mess and are really complicated. Then Ruby AMF which has multiple gems and plugins. I'm really not quite sure what to use.
After all, I just want to get something up and running. I just need a .swf to get an array in ruby and then send back a yes or no response that being if the user passed the level or not.
So again I'm looking for a way to connect Flash/Flex with my Rails App. A method that is both easy and going to be around for Rails 3.