Ruby on Rails Sunday, August 1, 2010

C=create=post=insert
R=read=get=select
U=update=put=update
D=delete=delete=delete

POST & GET are part of the http standard. Check out the fielding dissertation they're two of I think 9 methods

When you submit a form without an opaque query string you are POSTing. When you grab the variables from a query string you are getting your GET on.

I just got the Agile WDwR beta copy. Interesting stuff. I would check out different API's like Twitter, Gowalla, etc and see how they expose their data/we seb service.

RESTful in peace,
angel

On Sun, Aug 1, 2010 at 10:01 PM, Musdev Musdev <lists@ruby-forum.com> wrote:
HEY Guys,

Im new to rails. Can someone help explain POST and GET inrails, and
maybe give an example? When is it used? Im learning rails via Agile web
Development with Rails, and soon to download peepcode video's, are these
good resources to learn from?

Regards
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.


--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment