<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,9 @@ class LocaleBaseController &lt; ApplicationController
   before_filter :assign_locale
 
   def assign_locale
+    # workaround for teaser
+    return true if params[:year] == '2010'
+
     if params[:locale]
       I18n.locale = params[:locale]
     else</diff>
      <filename>app/controllers/locale_base_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -9,6 +9,11 @@ class PublicReleasesController &lt; LocaleBaseController
   layout proc{|c| &quot;ruby_kaigi#{c.params[:year]}&quot; }
 
   def show
+    if params[:year] == &quot;2010&quot;
+      render :file =&gt; &quot;public/2010/index.html&quot;
+      return
+    end
+
     # params[:page_name] pass white list at `page_name_is_valid'
     begin
       @headline_entries = HeadlineEntry.recent
@@ -36,8 +41,10 @@ class PublicReleasesController &lt; LocaleBaseController
   def redirect_to_past_kaigi
     if (year = params[:year].to_i) &lt; 2009
       redirect_to &quot;http://jp.rubyist.net/RubyKaigi#{year}&quot;
-    elsif 2009 &lt; year
+    elsif 2010 &lt; year
       render :file =&gt; &quot;public/404.html&quot;
+    else
+      true
     end
   end
 </diff>
      <filename>app/controllers/public_releases_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5ae8e439865b8a99c5821d7fb414d667b7d04784</id>
    </parent>
  </parents>
  <author>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </author>
  <url>http://github.com/kakutani/rubykaigi/commit/ae6756424ce9a11fe050dd532c25bea6032c6585</url>
  <id>ae6756424ce9a11fe050dd532c25bea6032c6585</id>
  <committed-date>2009-11-07T00:26:28-08:00</committed-date>
  <authored-date>2009-11-07T00:26:28-08:00</authored-date>
  <message>tweak to display 2010 stub page.</message>
  <tree>cafd0b54d8434b837781a4d64d2b052019d9e4bf</tree>
  <committer>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </committer>
</commit>
