Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / config / environment.rb
old mode 100644 (file)
new mode 100755 (executable)
index 6edda72..d97fd3b
@@ -36,7 +36,7 @@ Rails::Initializer.run do |config|
   # config.active_record.observers = :cacher, :garbage_collector
 
   # Make Active Record use UTC-base instead of local time
-  config.active_record.default_timezone = :utc
+  config.active_record.default_timezone = :utc
   
   # See Rails::Configuration for more options
 end
@@ -83,8 +83,10 @@ module LoginEngine
   config :changeable_fields, []
   config :use_email_notification, true
   config :confirm_account, false
+end
 Engines.start :login
 
 # action mailer configuration
 ActionMailer::Base.delivery_method = :sendmail
 ActionMailer::Base.default_charset = "utf-8"
+

Benjamin Mako Hill || Want to submit a patch?