Navigation Menu

Skip to content

Commit

Permalink
cleanup & adjust gems in environment.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
leword committed Apr 23, 2009
1 parent e76cd8b commit a311999
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions config/environment.rb
Expand Up @@ -41,9 +41,8 @@

#config.gem "rspec-rails", :lib => "spec"
config.gem "uuid"
config.gem "json-pure"
config.gem "json"

# FIXME: should we also set :secret ?
require 'yaml'
require 'erb'
database_configuration_file = 'config/database.yml'
Expand All @@ -54,17 +53,11 @@
}
end

ActiveRecord::Base.connection.reconnect!
ActiveRecord::Base.logger.info("after config")


#ExceptionNotifier.exception_recipients = %w(someone@somewhere.org)
#ExceptionNotifier.sender_address = %("#{System.site_name} Error" <notifier@wagn.org>)
#ExceptionNotifier.email_prefix = "[#{System.site_name}] "

# select a store for the rails/card cache
ActionController::Base.cache_store = :mem_cache_store # file_store, "#{RAILS_ROOT}/../cache"


# force loading of the system model.
System
Expand Down

0 comments on commit a311999

Please sign in to comment.