vote up 1 vote down star

I use Rails for building a web application. I want to create a list of records and display this list using ExtJS and its Grid module.

What is the best way to pass my data from Rails to ExtJS? It would be nice, if the ExtJS code gets rendered while rendering the html, so no AJAX-calls are needed.

Best regards

flag

1 Answer

vote up 3 vote down check

Here is a perfect howto:

http://extjs.com/learn/Tutorial:Using_Ext_Grid_with_Ruby_on_Rails
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.