public
Description: Simple Flex and Rails integration.
Homepage:
Clone URL: git://github.com/lancecarlson/flails.git
flails /
name age message
file .gitignore Loading commit data...
file LICENSE Fri Feb 20 04:00:44 -0800 2009 Added LICENSE [lancecarlson]
file README Fri Apr 17 16:45:43 -0700 2009 Updated README. Needs more help [lancecarlson]
file Rakefile
file Test.mxml
file build_swc.xml Thu Nov 05 11:13:08 -0800 2009 Revert "Renaming HTTPClientBase to AbstractHTTP... [david]
file manifest.xml
directory rails/
directory src/
directory swc/
directory test/
README
Installation:
1) Download the swc file in the pkg folder.
2) Include the swc file into your library path
3) Setup your rails app to respond to json requests (TODO: Provide examples)
4) Profit!

Flails is now integrated into the Mate framework. 

Example code:

<Injectors target="{ListView}">
  <fl:ResourcefulServiceInvoker resource="{resources.posts}" type="index">
    <fl:resultHandlers>
      <PropertyInjector targetKey="dataProvider" source="{currentEvent}" sourceKey="result" />
    </fl:resultHandlers>
  </fl:ResourcefulServiceInvoker>
</Injectors>

ListView.mxml:
<mx:List height="100%" width="100%"
         xmlns:mx="http://www.adobe.com/2006/mxml"
         xmlns:mt="http://mate.asfusion.com/">
</mx:List>