[Rails] File uploads from Flex application

2009-04-02 Thread crayfellow
Hi all, I'm looking for a recommendation for an application which needs to upload files. The deal is, these are files the application needs to upload to the RoR server app without prompting the user, so we don't do any sort of browse. The files could be anything: image, audio, video, swf, or eve

[Rails] Hello World works on Mongrel but not in Passenger (Error 500), and nothing in the logs?

2009-04-01 Thread crayfellow
I'm sure this is something common I'm missing. I have installed Rails on Ubuntu using the helpful information at http://guides.rubyonrails.org/getting_started.html and https://help.ubuntu.com/community/RubyOnRails I'm just trying to get Hello World working before moving on to other things. I hav