Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Berastau committed Jan 1, 2009
1 parent fa2c633 commit abb5f1c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.rdoc
Expand Up @@ -7,7 +7,7 @@ Rails to Flex development, and makes integration with RESTful APIs as simple as

Here's some of the things you can do:

1. Create a complete Adobe Flex or AIR application in less than 5 minutes.
* 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:
Expand All @@ -18,13 +18,16 @@ Here's some of the things you can do:

ruboss-gen -h

2. Seamlessly integrate with Ruby On Rails, Merb or Sinatra applications that use ActiveRecord or DataMapper.
* Seamlessly integrate with Ruby On Rails, Merb or Sinatra applications
that use ActiveRecord or DataMapper.

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

4. Persist your data directly in Adobe AIR's SQLite database or CouchDB without any additional infrastructure or intermediate servers.
* Persist your data directly in Adobe AIR's SQLite database or CouchDB
without any additional infrastructure or intermediate servers.

5. Switch between any of these data providers on the fly.
* Switch between any of these data providers on the fly.

== Getting Started

Expand Down

0 comments on commit abb5f1c

Please sign in to comment.