Sha256: 7142cf678eadee7343abc782167c328bf9f928ea1518eef987a4245dc08dc112

Contents?: true

Size: 842 Bytes

Versions: 2

Compression:

Stored size: 842 Bytes

Contents

= Ext Direct (on Rails)

The Ext Direct plugin is a simple implementation of Ext Direct router to call server-side methods on the client-side.

== What is the Ext Direct?

Ext Direct allows for seamless communication between the client-side of an Ext application and any server-side platform.

Read more: http://www.extjs.com/products/direct/

== Installation

Install as a plugin:

  script/plugin install git://github.com/martio/ext_direct.git

Install as a gem:

  gem install ext_direct

Then in "config/environment.rb" require middleware:

  config.middleware.use "ExtDirect::Router", "/direct"

Great job! Now you are ready to use this library. Remember, this release is tested and runs with Rails 2.3.

== Example usage

Of course, I'd drink beer :)

== Copyright

Copyright (c) 2010 Marcin Lewandowski, released under the MIT license

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ext_direct-0.1.1 README.rdoc
ext_direct-0.1.0 README.rdoc