RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: lisafeather
Site: http://www.lisafeather.com
If you are getting a 406 'unacceptable' when following the tutorial, then make this small change in your $resource in the coffeescript file:
"/entries/:id.json"
The .json makes it acceptable.
If you are getting a 406 'unacceptable' when following the tutorial, then make this small change in your $resource in the coffeescript file:
"/entries/:id.json"
The .json makes it acceptable.