public
Description: Code samples for the Flex on Rais book.
Homepage: http://flexonrais.com
Clone URL: git://github.com/danielwanja/flexonrails.git
name age message
file .gitignore Sat May 02 20:08:03 -0700 2009 Added log files to .gitignore [Daniel Wanja]
directory 02_Passing_Data_with_XML/ Sat May 02 20:03:51 -0700 2009 Compatibility with Rails 2.3.2 [Daniel Wanja]
directory 03_Flex_with_RESTful_Services/ Sat May 02 20:03:51 -0700 2009 Compatibility with Rails 2.3.2 [Daniel Wanja]
directory 04_Using_Fluint_to_Test_a_Flex_with_Rails_Application/ Sun May 03 14:25:16 -0700 2009 Repalced method=put by X_HTTP_METHOD_OVERRIDE r... [Daniel Wanja]
directory 05_Passing_Data_with_AMF/ Wed Oct 15 18:59:04 -0700 2008 changed some file and project names in ruby amf... [Tony Hillerson]
directory 06_Debugging/ Mon Oct 13 19:46:30 -0700 2008 initial 06 Debugging [Tony Hillerson]
directory 07_Data_Visualization/ Sat May 02 20:03:51 -0700 2009 Compatibility with Rails 2.3.2 [Daniel Wanja]
directory 08_Flex_Frameworks/ Sat May 02 20:07:18 -0700 2009 Removed log files from source control [Daniel Wanja]
directory 09_Performance_and_Optimization/ Thu Oct 16 18:13:30 -0700 2008 added performance examples [Tony Hillerson]
directory 11_Building_Flex_with_Rake/ Tue Nov 18 18:24:11 -0800 2008 adding the rest of the cookbook files [Tony Hillerson]
directory 12_Deploying_Flex_and_Rails/ Sat May 02 20:07:18 -0700 2009 Removed log files from source control [Daniel Wanja]
directory 13_Read_the_Source/ Sat May 02 20:07:18 -0700 2009 Removed log files from source control [Daniel Wanja]
directory 14_Using_Observers/ Sat May 02 20:07:18 -0700 2009 Removed log files from source control [Daniel Wanja]
directory 15_authenticating/ Sat May 02 20:07:18 -0700 2009 Removed log files from source control [Daniel Wanja]
directory 16_Reusing_Commands_with_Prana_Sequences/ Sat May 02 20:07:18 -0700 2009 Removed log files from source control [Daniel Wanja]
directory 17_Hierarchical_Data_with_RubyAMF/ Sat May 02 20:07:18 -0700 2009 Removed log files from source control [Daniel Wanja]
directory 18_Advanced_Data_Grid_and_Awesome_Nested_Sets/ Sat May 02 20:07:18 -0700 2009 Removed log files from source control [Daniel Wanja]
directory 19_Runtime_Flex_Configuration_with_Prana/ Tue Nov 18 18:24:11 -0800 2008 adding the rest of the cookbook files [Tony Hillerson]
directory 20_Server_Push_with_Juggernaut/ Sat May 02 20:15:30 -0700 2009 Added juggernaut_plugin for chapter 20 [Daniel Wanja]
directory 21_Communicating_Between_Flex_and_Javascript/ Sat May 02 20:07:18 -0700 2009 Removed log files from source control [Daniel Wanja]
directory 22_File_Upload/ Sat May 02 20:03:51 -0700 2009 Compatibility with Rails 2.3.2 [Daniel Wanja]
file README Wed Sep 10 15:32:58 -0700 2008 Welcome to the source code for Flex on Rails [danielwanja]
Welcome to the source code for Flex on Rails. You will find one folder for each chapter and cookbook topic. Each folder 
will have a two subfolder, on for the Flex part of project and one for the part Rails project.

01_Developing_with_Flex_and_Rails
02_Passing_Data_with_XML
03_Flex_with_RESTful_Services
04_Testing
05_Passing_Data_with_AMF
06_Debugging
07_Data_Visualization
08_Flex_MVC_Frameworks
09_Performance_and_Optimization
10_Source_Control_Flex_and_Rails_Projects
11_Building_Flex_with_Rake
12_Deploying_Flex_and_Rails_Applications
13_What_the_Heck_is_Going_on_in_There?
14_Using_Observers_to_Clean_up_Code
15_Authenticating
16_Reusing_Commands_with_Prana_Sequences
17_Hierarchical_Data_with_Ruby_AMF
18_Advanced_Data_Grid_and_Awesome_Nested_Sets
19_Runtime_Flex_Configuration_with_Prana
20_Server_Push_with_Juggernaut
21_Communicating_between_Flex_and_JavaScript
22_File_Upload

Enjoy!

Daniel & Tony