Hi all,
I'm trying to implement a Dashboard using Abobe Flex which is fed from a Ruby on Rails application. The Dashboard will just display charts and tables which can be fed by JSON, XML etc. feeds.
A User will need to login into the Flex frontend before they can view the Dashboard, so I have two main requirements for this to work:
1. A User can login via the Flex frontend, however Flex uses my Ruby on Rails application to perform the authentication
2. Gather data from feeds being provided by Ruby on Rails web application based on the User (id)
Is this setup possible with Flex and Ruby on Rails? If so can anyone provide me with some advice on how to get this working on any great tutorials out there which could help?
Thanks!