Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Any recommendation for basic understanding of MVC architectural pattern ?

Hi everyone! I'm new in web application development. Now I'm in Ruby basics track. After this track, I will continue to Rails track. Because of this, I'm looking for a good explanied documentation or basic samples to learn MVC.

1 Answer

Kevin Korte
Kevin Korte
28,149 Points

I learned the MVC methodology just by digging into Rails here. Because of that I don't have any good reading, but just to say don't be afraid to jump into Rails. You'll probably pick the MVC layout up fast.

Hello Kevin, Thanks for your advice. I will jump into Rails but I think it would be better if i read or try something about MVC before I start. So I could move faster.

Kevin Korte
Kevin Korte
28,149 Points

Full disclouser: I have not read this: http://code.tutsplus.com/tutorials/mvc-for-noobs--net-10488

Put pretty much everything from Tuts+ is high quality articles, so it's probably worth a good read.

Thank you Kevin. I don't know how to upvote your comment but count this as a upvote & thanks. (I'm new in forum.)

Have a good day.

Kevin Korte
Kevin Korte
28,149 Points

You're welcome. I don't think you can upvote answers in general discussion threads, but no worries. Appreciate the response. Have fun with Rails. MVC's aren't scary. It's actually amazing how fast something can go together, and how organized everything stays.