dima / restfulx_framework
- Source
- Commits
- Network (39)
- Issues (15)
- Downloads (12)
- Wiki (9)
- Graphs
-
Tag:
v1.1.0
Dima Berastau (author)
Fri Jan 02 12:46:04 -0800 2009
commit a378e30cd4bdd89548a00ab0f59d85f459b28233
tree 3a52821af74e0dd9dcbb0c78b76329b31c392fb1
parent ea93e054ffb84800db09a9bb0b5ee96922796d9a
tree 3a52821af74e0dd9dcbb0c78b76329b31c392fb1
parent ea93e054ffb84800db09a9bb0b5ee96922796d9a
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | ||
| |
Rakefile | ||
| |
doc/ | ||
| |
framework/ | ||
| |
gpl-3.0.txt | ||
| |
rcl-1.0.txt | ||
| |
tests/ |
README.rdoc
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 create a fully functional CRUD application. Simply do:
sudo gem install dima-ruboss4ruby -s http://gems.github.com
And then run:
ruboss-gen -h
- Integrate with Ruby On Rails, Merb or Sinatra applications that use ActiveRecord, DataMapper, CouchRest, ActiveCouch, etc.
- 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.
- Deploy your Ruboss application on the Google App Engine and use Google DataStore for persistence.
Getting Started
For details on how to get started with the Ruboss framework refer to:
http://github.com/dima/ruboss_framework/wikis/home
http://github.com/dima/ruboss4ruby/wikis/home
Getting Involved
Report bugs or track framework development progress:
http://ruboss.lighthouseapp.com/projects/12668-ruboss-framework/overview
Get involved with the community:
http://groups.google.com/group/ruboss-framework
License
Copyright © 2008 Ruboss Technology Corporation, released under dual GPLv3 and Ruboss Commercial License

