Sha256: 21945f4de1dddbf87d1b703f29d5b20639e6589bc20a2ed7b48583d493f69c3d
Contents?: true
Size: 505 Bytes
Versions: 1
Compression:
Stored size: 505 Bytes
Contents
This is an attempt to implement Ext.Direct (see http://www.sencha.com/products/extjs/extdirect for more info) I wanted to have a library that did not explicitly bind to any ORM(like ActiveRecord, Datamapper, ...). The idea is very simple just add an 'api' and 'router' path to your backend point to your exposed classes and you are set. Example: (See examples directory for more) Add this to your Gemfile gem 'ruby_ext_direct', :require => 'ext_direct' TODO: add documentation TODO: add rails engine
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_ext_direct-0.0.2 | README |