Cheers! :) I was thinking more of an agreed set for RESTful routes, although you can see what you need from there (the comments for the "render" method on api dock (http://apidock.com/) have a good list with the Rails symbol names, too). Sort of like: GET /models 200 (ok), 401 (unauthorised) GET /models/:id 201 (found), 401 (unauthorised) etc.
On 4 February 2010 19:31, Jon Spriggs <[email protected]> wrote: > Here you go :) > > http://en.wikipedia.org/wiki/List_of_HTTP_status_codes > > -- > Jon "The Nice Guy" Spriggs LPIC-1 Certified > > > > On 4 February 2010 19:13, doug livesey <[email protected]> wrote: > > None, really -- I guess I'm just after reassurance that I'm not > committing > > some horrendous sin, or being non-compliant with some standard I've been > > unable to find -- looking for w3c docs, now. > > > > On 4 February 2010 19:11, Will Jessop <[email protected]> wrote: > >> > >> On Thu, Feb 4, 2010 at 6:38 PM, doug livesey <[email protected]> wrote: > >> > & if there is, is it documented anywhere? > >> > I'm getting bored of 200, 201, 422, and 500! > >> > >> I've not had a problem with using the existing ones, what do you see as > >> missing? > >> > >> Will. > >> > >> > >> -- > >> Will Jessop > >> Super Shiny Robot Limited - Professional web design and development > >> > >> t: 07939 547 962 > >> w: http://supershinyrobot.com/ > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "NWRUG" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<nwrug-members%[email protected]> > . > >> For more options, visit this group at > >> http://groups.google.com/group/nwrug-members?hl=en. > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > > "NWRUG" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<nwrug-members%[email protected]> > . > > For more options, visit this group at > > http://groups.google.com/group/nwrug-members?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "NWRUG" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nwrug-members%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nwrug-members?hl=en. > > -- You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en.
