Skip to content

Latest commit

 

History

History
68 lines (38 loc) · 1.8 KB

README.rdoc

File metadata and controls

68 lines (38 loc) · 1.8 KB

Ruboss Framework

Description

The Ruboss Framework brings the design principles and productivity of Rails to Flex development, and makes integration with RESTful APIs as simple as possible.

Here’s some of the things you can do:

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

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

    sudo gem install dima-ruboss4ruby -s http://gems.github.com

    And then run:

    ruboss-gen -h
  • Seamlessly integrate with Ruby On Rails, Merb or Sinatra applications that use ActiveRecord or DataMapper.

  • Communicate between your Flex/AIR rich client and service providers using either XML or JSON.

  • Persist your data directly in Adobe AIR’s SQLite database or CouchDB without any additional infrastructure or intermediate servers.

  • Switch between any of these data providers on the fly.

Getting Started

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

http://github.com/dima/ruboss_framework/wikis/home

Report bugs or track framework development progress:

http://ruboss.lighthouseapp.com/projects/12668-ruboss-framework/overview

Getting Involved

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

Getting The Code

git clone git://github.com/dima/ruboss_framework.git
cd ruboss_framework
rake -T

Run rake to build the framework

rake

Run rake test to build and run the test suite

rake test

Run rake doc to generate AS3 API documentation

rake doc

Alternatively, you can point your Flex Builder 3 at ruboss_framework directory and compile and run/test from there.

License

Copyright © 2008 Ruboss Technology Corporation, released under dual GPLv3 and Ruboss Commercial License