Sha256: 96a94487fb439310ab513674226c8f8378888b3b26c56e3d54395d6854c59977

Contents?: true

Size: 909 Bytes

Versions: 1

Compression:

Stored size: 909 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"
  config.middleware.use "ExtDirect::API", "/direct_api", "/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

1 entries across 1 versions & 1 rubygems

Version Path
ext_direct-0.2.0 README.rdoc