My Simple Flex/Rails App
Here is a source code of a simple rails/flex application. railsflexsample.zip
Basically the app consist of
- A DB tables users with name and email field
- a wrapper user model
- a user controller that performs CRUD operation on the user model
- flex client that sends action performed to the back-end server
Download the zip file and unzip into a folder.

