<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Slides on Saroj Maharjan</title>
		<link>https://sarojmaharjan.com/tags/slides/</link>
		<description>Recent content in Slides on Saroj Maharjan</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>&amp;copy; All rights reserved.</copyright>
		
		
			<lastBuildDate>Sat, 30 Aug 2014 23:08:48 +0545</lastBuildDate>
		
			<atom:link href="https://sarojmaharjan.com/tags/slides/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Ruby on Rails Internals</title>
				<link>https://sarojmaharjan.com/blog/ruby-on-rails-internals/</link>
				<pubDate>Sat, 30 Aug 2014 23:08:48 +0545</pubDate>
				<guid>https://sarojmaharjan.com/blog/ruby-on-rails-internals/</guid>
				<description>&lt;p&gt;For this talk at DevMeetup, I walked through how Rails works internally - tracing the full code journey from Rack all the way through to Railties. The session covers the entire Rails request lifecycle and the architectural layers that make it tick.&lt;/p&gt;&#xA;&lt;p&gt;Topics covered:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rack&lt;/strong&gt; - how Rack sits at the foundation, defining the &lt;code&gt;call&lt;/code&gt; interface that every web framework speaks.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rails boot sequence&lt;/strong&gt; - what happens when you run &lt;code&gt;rails server&lt;/code&gt;, from environment loading to application initialization.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rack and Rails middlewares&lt;/strong&gt; - the middleware stack, how request/response pairs flow through it, and what each built-in middleware contributes.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Rails engines&lt;/strong&gt; - how engines mount into the host application, sharing routes, controllers, and views as self-contained modules.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ActionDispatch routing&lt;/strong&gt; - the routing DSL, &lt;code&gt;RouteSet&lt;/code&gt;, how a URL is matched to a controller action, and what goes on inside the router.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ActionController rendering&lt;/strong&gt; - how controllers process incoming requests, invoke actions, resolve templates, and render responses.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Railties&lt;/strong&gt; - the glue that wires the framework together, including configuration, initializers, generators, and the plugin system.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The slides walk through real source code from Rails itself, making it a practical deep-dive rather than just theory.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
