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