netzke / netzke-core

Framework for Sencha Ext JS + Ruby on Rails client-server components
http://netzke.org
Other
263 stars 77 forks source link

NameError (uninitialized constant Netzke::Basepack::GridPanel::Services::JSON): #21

Closed parkerr closed 13 years ago

parkerr commented 13 years ago

Hi Sergey.

I am encountering this very same issue although it had been previously closed. I have tried a very basic app and this error is encountered when trying to filter via the column header. The error persists until any filtering is removed.

I am running on mac os x so the Ruby version is 1.8.7. I have tried this with both EXT version 3.3.1 and 4 ( using your master and extjs4 branches).

Any ideas?

Richard

mxgrn commented 13 years ago

Richard,

Would it be hard to do a quick check first whether Ruby 1.9 would solve that?

parkerr commented 13 years ago

Hi Sergey.

Ruby 1.9 fixes this issue.

Richard