<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -117,4 +117,4 @@ namespace :manage do
 
   end
 
-end
\ No newline at end of file
+end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -52,7 +52,6 @@ module Marley
       def load
         raw_config = YAML.load_file( File.join(MARLEY_ROOT, 'config', 'config.yml') )
         @@config   = nested_hash_to_openstruct(raw_config)
-
         @@theme   = Theme.new(@@config)
       end
 
@@ -72,8 +71,8 @@ module Marley
       
       # Delegate configuration methods to @@config
       def method_missing(method_name, *attributes)
-        if has = @@config.send(method_name)
-          return has
+        if @@config.respond_to?(method_name.to_sym)
+          return @@config.send(method_name.to_sym)
         else
           super
         end</diff>
      <filename>app/lib/configuration.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,16 @@
 # Inspired by Ryan Tomayko, http://github.com/rtomayko/wink/tree/master/lib/wink/models.rb#L276
-ActiveRecord::Schema.define(:version =&gt; 1) do
-  create_table :comments do |t|
-    t.string :post_id, :null =&gt; false
-    t.string :author, :email, :url, :ip, :referrer , :user_agent, :referrer, :permalink, :comment_type
-    t.text   :body
-    t.datetime :created_at, :default =&gt; 'NOW()'
-    t.boolean  :checked, :default =&gt; false
-    t.boolean  :spam,    :default =&gt; false
+begin
+  ActiveRecord::Schema.define(:version =&gt; 1) do
+    create_table :comments do |t|
+      t.string :post_id, :null =&gt; false
+      t.string :author, :email, :url, :ip, :referrer , :user_agent, :referrer, :permalink, :comment_type
+      t.text   :body
+      t.datetime :created_at, :default =&gt; 'NOW()'
+      t.boolean  :checked, :default =&gt; false
+      t.boolean  :spam,    :default =&gt; false
+    end
+    add_index :comments, :post_id
   end
-  add_index :comments, :post_id
+rescue Exception =&gt; e
+  puts e
 end
\ No newline at end of file</diff>
      <filename>config/db_create_comments.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ed63c0bee69175b4cc9604af0d30d0d3e987eb4c</id>
    </parent>
  </parents>
  <author>
    <name>Karel Minarik</name>
    <email>karmi@karmi.cz</email>
  </author>
  <url>http://github.com/karmi/marley/commit/15704653081013580d209b6f6f359c74ee065e92</url>
  <id>15704653081013580d209b6f6f359c74ee065e92</id>
  <committed-date>2009-02-14T13:45:50-08:00</committed-date>
  <authored-date>2009-02-14T13:45:50-08:00</authored-date>
  <message>[FIX] Take care of nil issue in ga_code</message>
  <tree>c59310513ddb2a97048571fab0bacd3cbb76190a</tree>
  <committer>
    <name>Karel Minarik</name>
    <email>karmi@karmi.cz</email>
  </committer>
</commit>
