Skip to content

Commit

Permalink
More readme tweaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Berastau committed Jan 1, 2009
1 parent 0436bf1 commit 23809d6
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.rdoc
Expand Up @@ -7,20 +7,25 @@ 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 using
a lightweight Ruby-based code generation toolkit. Simply do
+sudo gem install dima-ruboss4ruby -s http://gems.github.com+ and then run +ruboss-gen -h+
to get started.
- 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

2. Seamlessly integrate with Ruby On Rails, Merb or Sinatra applications that use
- 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
- 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 23809d6

Please sign in to comment.