Oxymoron
Oxymoron

Reputation:

ExtJS and Rails : How to pass data to ExtJS

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

Upvotes: 1

Views: 1397

Answers (1)

Beffa
Beffa

Reputation: 915

Here is a perfect howto:

http://extjs.com/learn/Tutorial:Using_Ext_Grid_with_Ruby_on_Rails

Upvotes: 2

Related Questions