public
Description: Code samples for the Flex on Rais book.
Homepage: http://flexonrais.com
Clone URL: git://github.com/danielwanja/flexonrails.git
Daniel Wanja (author)
Sun May 03 14:25:16 -0700 2009
commit  ae9aa71829c5ddb364e810d14c504c0315bc29f5
tree    fae5b2bf2809501a277951a0d81583261273d07b
parent  01b6430e41a567e9d28fdce016f959223f7a0fa3
flexonrails / 03_Flex_with_RESTful_Services
name age message
..
file README Loading commit data...
directory flex/
directory rails/
03_Flex_with_RESTful_Services/README
This is the code used for chapter 03 - Flex with RESTful Services.

Before starting the Rails application don't forget to create and migrate the database by doing the followoing:

  rake db:create
  rake db:migrate

The Rails application exposes three resources: an account has many positions which in turn has many movements.

The Flex applications has one file: main.xml provide a rudimentary user interface to access the three resources.