i’m trying to figure out how i can handle login protected actions in RoR (Ruby on Rails) with Flex without using weborm or rubyamf remoteobject.
I’m in the situation where i have to fill a datagrid with results of an HTTPService request after i log in correctly into my application.
Can anyone suggest me the way to accomplish that?
Kind regards,
Francesco
I definitely recommend using the RestfulX Framework. They have created a pretty fully featured time tracking application called Pomodo on Rails, and the LoginScreen for it shows how to do authentication with Flex and Rails, using the Rails Restful Authentication plugin on the backend. They had to do a lot of stuff to keep track of session and some other things that were pretty tricky. It works very well and will save you a lot of time.