This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
flails /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | Fri Feb 20 04:00:44 -0800 2009 | |
| |
README | Fri Apr 17 16:45:43 -0700 2009 | |
| |
Rakefile | ||
| |
Test.mxml | ||
| |
build_swc.xml | Thu Nov 05 11:13:08 -0800 2009 | |
| |
manifest.xml | ||
| |
rails/ | ||
| |
src/ | ||
| |
swc/ | ||
| |
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>







