Hello Friends,
Can anybody explain me, What is Rest mean in RUBY ON RAILS…
It means the same thing in all web frameworks.
–
Dheeraj K.
Dheeraj K. wrote in post #1115456:
It means the same thing in all web frameworks.
Representational state transfer - Wikipedia
–
Dheeraj K.
ok thanks, can you please tell me, how it is implemented in ruby on
rails. actions index,edit,new,update etc comes as part of rest???, am
confused.
ok could please help me to know how it is implemented in rails, like
telling a example.
Create a new rails application, generate a new scaffold, and check it
out for yourself.
–
Dheeraj K.
They are all controller actions. Methods, if you prefer.
–
Dheeraj K.
generate a scaffold.
–
Dheeraj K.
yes i created a application… so where it comes?
yes i did…
Can you go through this guide first ?
Do get back if you still feel lost.
On 15 July 2013 11:31, lekha p. [email protected] wrote:
yes i did…
Work right through a good tutorial on rails such as railstutorial.org,
which is free to use online, then you should understand the basics of
Rails.
Colin