From: Anurag Priyam Date: 2011-03-04T21:53:58+09:00 Subject: Re: parsing json document > Thanks!)) it's works on my computer)) > > but on server the same problem with rubygems Maybe you don't have json gem installed there. Use the gem command to find. $ gem list json If you don't have root permissions, you can set Rubygems to install gems to your home directory. See manual. Or, use RVM on your server - you can install RVM for a particular user (in this case for yourself) or system wide. -- Anurag Priyam http://about.me/yeban/