Monday, December 20, 2010

Include ruby json gem into Rails3 automatically

First, install the gem from command line.
> sudo gem install json
Then, add the following line to Gemfile
gem 'json'

No comments: