>So I commented the warning line out ...of multi_json.rb
That would be one approach. But I would suggest a better approach is to install json gem into your ruby installation.
This way you get rid of the warning and get the performance improvements that the warning is talking about.
I tried this and it worked to get rid of the warning. From my understanding this makes the multi_json library have more json adaptor to choose from and so it can "choose the
fastest available JSON coder"