FIX BUILD
This commit is contained in:
parent
c6ea47d6de
commit
26a5338764
|
@ -16,9 +16,6 @@ Rails::Initializer.run do |config|
|
||||||
# Activate observers that should always be running
|
# Activate observers that should always be running
|
||||||
# config.active_record.observers = :cacher, :garbage_collector
|
# config.active_record.observers = :cacher, :garbage_collector
|
||||||
|
|
||||||
# Make Active Record use UTC-base instead of local time
|
|
||||||
config.active_record.default_timezone = :utc
|
|
||||||
|
|
||||||
# Use Active Record's schema dumper instead of SQL when creating the test database
|
# Use Active Record's schema dumper instead of SQL when creating the test database
|
||||||
# (enables use of different database adapters for development and test environments)
|
# (enables use of different database adapters for development and test environments)
|
||||||
config.active_record.schema_format = :ruby
|
config.active_record.schema_format = :ruby
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
require File.dirname(__FILE__) + '/../test_helper'
|
require File.dirname(__FILE__) + '/../test_helper'
|
||||||
require 'file_controller'
|
require 'file_controller'
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
|
require 'stringio'
|
||||||
|
|
||||||
# Raise errors beyond the default web-based presentation
|
# Raise errors beyond the default web-based presentation
|
||||||
class FileController; def rescue_action(e) logger.error(e); raise e end; end
|
class FileController; def rescue_action(e) logger.error(e); raise e end; end
|
||||||
|
|
Loading…
Reference in a new issue