Nick Sieger: RailsConf slides do what you love tag:blog.nicksieger.com,2005:Typo Typo 2008-06-02T04:01:43+00:00 deman urn:uuid:64f08ee3-a349-428b-aad2-0080842f92b4 2008-06-02T04:01:42+00:00 2008-06-02T04:01:43+00:00 Comment on RailsConf slides by deman <p>Nick,</p> <p>I&#8217;m really impressed with the slides! I&#8217;m hooked to Jruby :)</p> Nick urn:uuid:7edd6370-0cfd-44d6-9e40-e7853aa6f462 2008-06-01T22:16:48+00:00 2008-06-01T22:16:48+00:00 Comment on RailsConf slides by Nick <p>@Robert: yeah, that&#8217;s semi-intentional. It&#8217;s a built slide in the talk that intends to show how it would suck to have to write all that code yourself.</p> Robert O'Connor urn:uuid:3804d414-3d49-40ff-9056-2c5afb809fea 2008-06-01T02:09:23+00:00 2008-06-01T02:09:24+00:00 Comment on RailsConf slides by Robert O'Connor <p>Great slides! However,slide 33 is funky[1]</p> <ol> <li><a href='http://img266.imageshack.us/img266/958/wtfsd1.png' rel="nofollow">http://img266.imageshack.us/img266/958/wtfsd1.png</a></li> </ol> Nick Sieger urn:uuid:defa65ca-cd17-4d02-b5ce-0471389138d9 2008-05-31T23:42:00+00:00 2008-06-04T21:56:16+00:00 RailsConf slides <p>If you already saw my JavaOne slides, these aren&#8217;t too different, but I think they&#8217;re better and prettier, too.</p> <p><img src="http://img.skitch.com/20080531-rg877yefn91g5w9ainj1xar2jf.jpg" alt="JRuby at RailsConf" title="JRuby at RailsConf"/></p> <p><a href="/files/RailsConf-JRuby-Deployment.pdf">Get them here.</a></p> <p><strong>Update.</strong> The slides are pretty lean on explanation. Just in case you&#8217;re confused, the narrative goes like this:</p> <ul> <li>What&#8217;s your deployment nirvana look like? (various existing options)</li> <li>With JRuby, you can deploy Rails applications in a single operating system process instead of many.</li> <li>However, there are a few configuration changes needed to accomodate JRuby. (Steps for converting existing apps, configuration code snippets.)</li> <li>Now, <a href="/articles/2008/05/08/introducing-jruby-rack">JRuby-Rack</a> helps with the configuration, because all of the logging/session/public path re-jiggering is taken care of for you. It&#8217;s now bundled with <a href="http://caldersphere.rubyforge.org/warbler">Warbler</a> as of version 0.9.9.</li> <li>Performance is good and getting better. You can scale up the number of requests you can handle really easily just by setting the number of runtimes to create inside Warbler&#8217;s <code>config/warble.rb</code> file.</li> <li>Lots of new stuff is happening right now to make Rails better. JRuby will be able to leverage these changes and become an even more desirable deployment platform. Stay tuned!</li> </ul>