My Simple Flex/Rails App

Here is a source code of a simple rails/flex application. railsflexsample.zip

Basically the app consist of

  1. A DB tables users with name and email field
  2. a wrapper user model
  3. a user controller that performs CRUD operation on the user model
  4. flex client that sends action performed to the back-end server

Download the zip file and unzip into a folder.