Steve Books
Steve Books
I just updated the SQL branch with some fixes (that were merged yesterday), I think it might fix your problems as well, can you try it out?
+1 I am getting this as well, seems to be random and I can't duplicate it if I login to the console and make the same call.
I looked deeper into my stack trace and noticed that psych was doing some class loading. I then read this SO about it having issues resolving serialized classes: https://stackoverflow.com/questions/4705867/rails-doesnt-load-classes-on-deserializing-yaml-marshal-objects I...
Technically speaking is every JSON request a XHR request? I know if your call JSON using jQuery it registers as XHR, but what if I am just calling it from...