ruby_ext_direct 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -1,5 +1,12 @@
1
1
  This is an attempt to implement Ext.Direct (see http://www.sencha.com/products/extjs/extdirect for more info)
2
2
 
3
+ I wanted to have a library that did not explicitly bind to any ORM(like ActiveRecord, Datamapper, ...).
4
+ The idea is very simple just add an 'api' and 'router' path to your backend point to your exposed classes and you are set.
5
+
6
+ Example: (See examples directory for more)
7
+ Add this to your Gemfile
8
+ gem 'ruby_ext_direct', :require => 'ext_direct'
9
+
3
10
 
4
11
  TODO: add documentation
5
12
  TODO: add rails engine