updated rails to 4.2.4

This commit is contained in:
raluka 2015-10-21 15:49:06 +02:00
parent 5bef98b8a3
commit 1a62dc930e
14 changed files with 388 additions and 257 deletions

View file

@ -37,6 +37,9 @@ module Osem
# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = 'utf-8'
# Do not swallow errors in after_commit/after_rollback callbacks.
config.active_record.raise_in_transactional_callbacks = true
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password]