<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>config/initializers/inflections.rb</filename>
    </added>
    <added>
      <filename>config/initializers/new_rails_defaults.rb</filename>
    </added>
    <added>
      <filename>config/locales/en.yml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -19,6 +19,11 @@ Rails::Initializer.run do |config|
   # no regular words or you'll be exposed to dictionary attacks.
   config.action_controller.session = APP_CONFIG['session']
   
+  # The internationalization framework can be changed to have another default locale (standard is :en) or more load paths.
+  # All files from config/locales/*.rb,yml are added automatically.
+  # config.i18n.load_path &lt;&lt; Dir[File.join(RAILS_ROOT, 'my', 'locales', '*.{rb,yml}')]
+  # config.i18n.default_locale = :de
+  
   # Mailer
   config.action_mailer.delivery_method = :smtp
   config.action_mailer.smtp_settings = {</diff>
      <filename>config/environment.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,13 +4,18 @@
 # Code is not reloaded between requests
 config.cache_classes = true
 
+# Enable threaded mode
+# config.threadsafe!
+
 # Use a different logger for distributed setups
 # config.logger = SyslogLogger.new
 
 # Full error reports are disabled and caching is turned on
 config.action_controller.consider_all_requests_local = false
 config.action_controller.perform_caching             = true
-config.action_view.cache_template_loading            = true
+
+# Use a different cache store in production
+# config.cache_store = :mem_cache_store
 
 # Enable serving of images, stylesheets, and javascripts from an asset server
 # config.action_controller.asset_host                  = &quot;http://assets.example.com&quot;</diff>
      <filename>config/environments/production.rb</filename>
    </modified>
    <modified>
      <diff>@@ -16,7 +16,7 @@ config.action_controller.perform_caching             = false
 # Disable request forgery protection in test environment
 config.action_controller.allow_forgery_protection    = false
 
-# Tell ActionMailer not to deliver emails to the real world.
+# Tell Action Mailer not to deliver emails to the real world.
 # The :test delivery method accumulates sent emails in the
 # ActionMailer::Base.deliveries array.
 config.action_mailer.delivery_method = :test</diff>
      <filename>config/environments/test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>27a580ad17eee39b2ba4cfdba2eaade19e128042</id>
    </parent>
  </parents>
  <author>
    <name>dbloete</name>
    <email>mail@dennisbloete.de</email>
  </author>
  <url>http://github.com/dbloete/masquerade/commit/2d80d34f5425a2376955130402793ca173b076de</url>
  <id>2d80d34f5425a2376955130402793ca173b076de</id>
  <committed-date>2008-12-07T13:11:15-08:00</committed-date>
  <authored-date>2008-12-07T13:11:15-08:00</authored-date>
  <message>Updated and added config files</message>
  <tree>ce90ffe72f62757a3d4d7be3f681ffdbe60f2198</tree>
  <committer>
    <name>dbloete</name>
    <email>mail@dennisbloete.de</email>
  </committer>
</commit>
