Archive for April 23rd, 2008
Daily Archive
Wednesday, April 23rd, 2008
Ext.ux.grid has no properties error
Problem
Trying to use ExtJS with RubyOnRails on Heroku, gives the following error and a blank page in Firebug.
Ext.ux.grid has no properties
…
Line 141
Solution
In Heroku, you will probably have to manually upload the files from the ExtJS library, as well as the ext_scaffold plugin.
When you do that, two files that ext_scaffold needs, and which they should be [...]