Complete rails json API example with Rspec tests

Viewed 22714

I'm looking for a good example repository of a Rails 3 project that implements a JSON API and has included RSpec tests. A full tutorial would be great but I'd settle for just a well commented example.

3 Answers
Related