Matthew Hutchinson

about

Matt is a web developer from N. Ireland. He currently runs Hiddenloop and works in Dublin. Want to find out just a little bit more ?

An audio feed is available for the latest articles at matthewhutchinson.net, find it here.

REST and Rails (1)

posted 10 months ago in , ,

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

1 comment

Liquid error: Expected /u/apps/matthewhutchinson.net/current/config/../app/models/tagging.rb to define Tagging
  1. Erik Kastner

    10 months ago, said;

    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!