Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hi friends i need to understand the concept MODELS in the MVC architecture in Ruby on rails. Please refer the simple tutorial or documents towards the same. Thanks in advance.

share|improve this question
2  
Any rails tutorial should cover modeis. – Sergio Tulentsev Nov 16 '12 at 12:28

3 Answers

I followed the rails for zombies tutorial, it teaches you to access data in models and to save/update them with challenges along the way to validate that you are understanding what is being shown to you.

share|improve this answer
Thank you its pretty interesting – Akr Nov 16 '12 at 13:16

http://guides.rubyonrails.org/ -> there is a section "Models" maybe this can help you.. if you are a real beginner then the "getting started" section might be better in the first place.. ;-)

share|improve this answer

A detailed diagram of MVC in Rails

enter image description here

Explaination and More Detail see : http://ruby.railstutorial.org/chapters/a-demo-app#sec-mvc_in_action

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.