Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using Ext JS with ruby on rails

I am a newbie to Ext JS, but I want to use Ext JS with ruby on rails. Can anyone tell me what I am supposed to do? Are there any plugins needed ? Thank you in advance.

like image 1000
S R Avatar asked Mar 24 '11 06:03

S R


1 Answers

I m using Ext js with Php and Java web, all you have to do is import the library and use it. make what you want with ext js and call GET/POST to your site's uri as usual and pass datas via xml or json(i prefer json,because it's easier).

Eg. ext capture button press -> GET/POST a uri -> controller process -> do whatever in model ->send json data back -> ext decode json-> display to user

like image 96
Yichaoz Avatar answered Sep 28 '22 09:09

Yichaoz