REST and Rails

1 comment

Here are some links that may be of use to anyone getting started with REST Resources in Rails.

January 26, 2007 11:59 by

1 comment so far

  • photo of Erik Kastner Erik Kastner Jan 26, 2007

    Thanks for the link! REST is really awesome. And now with: script/generate scaffold_resource book title:string author:string blurb:text created_at:datetime

    It’s super super easy!

Leave a comment