https://github.com/bodacious/buildingarestapiinrails3
App code from the Screencast on building a REST API
https://github.com/bodacious/buildingarestapiinrails3
Last synced: 3 months ago
JSON representation
App code from the Screencast on building a REST API
- Host: GitHub
- URL: https://github.com/bodacious/buildingarestapiinrails3
- Owner: Bodacious
- Created: 2012-01-10T21:45:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T22:16:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-29T23:34:45.544Z (about 1 year ago)
- Language: Ruby
- Homepage: http://vimeo.com/user7965808/building-a-rest-api-in-rails-3
- Size: 28.3 KB
- Stars: 28
- Watchers: 4
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building A REST API in Rails 3
This app is the one built in this short screencast on [building a REST API in Rails 3 ](http://vimeo.com/user7965808/building-a-rest-api-in-rails-3 "building a REST API in Rails 3")
I've DRYed up the controller code a little more, the extra helper methods are
more in line with the way I prefer to code.
Note, I've removed the references to the instance variables `@user` and `@users` in the views. Instead, they're accessed via helper methods!