public
Description: RestfulX Framework Code Generation Engine / Rails 2.1+ Integration Support
Homepage: http://restfulx.org
Clone URL: git://github.com/dima/restfulx.git
name age message
file .gitignore Wed Dec 24 17:08:45 -0800 2008 Cleaning up and getting going on the ruby-site ... [Dima Berastau]
file README.rdoc Tue May 26 16:48:28 -0700 2009 Updating issue tracking link. [dima]
file Rakefile Tue Oct 13 16:03:07 -0700 2009 Closes #2 [dima]
file VERSION.yml Mon Sep 14 18:05:31 -0700 2009 Version bump to 1.2.5 [dima]
directory app_generators/ Tue Jun 09 01:00:29 -0700 2009 Got standalone generators inline with Rails stu... [dima]
directory bin/ Wed Mar 18 23:52:55 -0700 2009 Moved a few things around, updated docs and fix... [dima]
directory doc/ Sat Aug 01 02:39:34 -0700 2009 Fixed a bug reported on the mailing list and up... [dima]
directory lib/ Tue Oct 13 16:03:07 -0700 2009 Closes #2 [dima]
directory rails/ Wed Mar 18 23:52:55 -0700 2009 Moved a few things around, updated docs and fix... [dima]
directory rails_generators/ Tue Oct 13 12:56:02 -0700 2009 Made sure the generator is using correct path [dima]
directory rdoc/ Sat Dec 27 03:28:54 -0800 2008 Switched to using Rails RDoc template. [Dima Berastau]
file restfulx.gemspec Mon Sep 14 13:05:28 -0700 2009 Made sure that the collision option specified i... [dima]
directory rxgen_generators/ Fri Jun 12 23:29:25 -0700 2009 Fix as per DrummerBaris report. [dima]
directory spec/ Wed Mar 18 23:52:55 -0700 2009 Moved a few things around, updated docs and fix... [dima]
directory tasks/ Wed Mar 18 23:52:55 -0700 2009 Moved a few things around, updated docs and fix... [dima]
directory test/ Sun Sep 20 23:07:13 -0700 2009 fixing "TypeError: can't convert ActiveRecord::... [unknown]
README.rdoc

RestfulX Framework: The RESTful way to develop Adobe Flex and AIR applications

Description

Here’s some of the things you can do with RestfulX:

  • Create a complete Adobe Flex or AIR application in less than 5 minutes.

    Use our lightweight Ruby-based code generation toolkit to create a fully functional CRUD application. Simply do:

      sudo gem install restfulx
    

    And then run:

      rx-gen -h
    
  • Integrate with Ruby On Rails, Merb or Sinatra applications that use ActiveRecord, DataMapper, CouchRest, ActiveCouch and so on.
  • Communicate between your Flex/AIR Rich Internet Application and service providers using either XML or JSON.
  • Persist your data directly in Adobe AIR SQLite database or CouchDB without any additional infrastructure or intermediate servers.
  • Deploy your RestfulX application on the Google App Engine and use Google DataStore for persistence.
  • Synchronize your data between AIR SQLite and other service providers.

Getting Started

For details on how to get started with the RestfulX framework refer to:

    http://restfulx.org

Getting Involved

Report bugs or track framework development progress:

    http://github.com/dima/restfulx_framework/issues

Get involved with the community:

    http://groups.google.com/group/restfulx-framework

License

Copyright © 2008-2009 Dima Berastau and Contributors, released under MIT License