<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ruby On Rails Programming Guide &#187; MVC</title>
	<atom:link href="http://rubyonrailsprogrammingguide.com/tag/mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubyonrailsprogrammingguide.com</link>
	<description>Ruby on Rails for Everybody</description>
	<lastBuildDate>Tue, 22 Nov 2011 09:47:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Rails on Model-View-Controller</title>
		<link>http://rubyonrailsprogrammingguide.com/information/rails-on-model-view-controller/</link>
		<comments>http://rubyonrailsprogrammingguide.com/information/rails-on-model-view-controller/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 09:05:04 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[model-view-controller]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogrammingguide.com/uncategorized/rails-on-model-view-controller/</guid>
		<description><![CDATA[Railes uses the Model-View-Controller or MVC architecture like many current web frameworks for organizing application programming. MVC in general is an architectural pattern favorably used in software engineering where the application becomes easier and less complex to modify and adjust either the visual appearance of the application or the fundamental business rules without affecting the [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://rubyonrailsprogrammingguide.com/wp-content/uploads/2008/05/model_view_controller.jpg' title='model_view_controller.jpg'><img src='http://rubyonrailsprogrammingguide.com/wp-content/uploads/2008/05/model_view_controller.jpg' alt='model_view_controller.jpg' /></a></p>
<p>Railes uses the Model-View-Controller or MVC architecture like many current web frameworks for organizing application programming. MVC in general is an architectural pattern favorably used in software engineering where the application becomes easier and less complex to modify and adjust either the visual appearance of the application or the fundamental business rules without affecting the other. Complicated web applications are indeed more difficult to design than conventional applications but with the help of MVC, it becomes a potential answer to these complexities. In MVC, the View matches up to elements of the user interface such as text, checkbox items and so on. While the Model characterizes the data of the application and other; the View corresponds to elements of the user interface such as text, checkbox items, etc. And it’s up to the Controller to direct details concerning the communication to the model of user actions like the keystrokes and mouse movements. </p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogrammingguide.com/information/rails-on-model-view-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

