]> source.dussan.org Git - redmine.git/commitdiff
Fix "undefined method for nil:NilClass" in Rails 6.1 (#29914, #34980).
authorGo MAEDA <maeda@farend.jp>
Thu, 1 Apr 2021 14:34:42 +0000 (14:34 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 1 Apr 2021 14:34:42 +0000 (14:34 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@20881 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/application.rb

index 72546d180f8d1190608ae9619b5888f271800ed9..29127891b5b713eeba43c45986b7f78781a3ad51 100644 (file)
@@ -56,9 +56,6 @@ module RedmineApp
     # Do not include all helpers
     config.action_controller.include_all_helpers = false
 
-    # Since Redmine 4.0, boolean values are stored in sqlite3 databases as 1 and 0
-    config.active_record.sqlite3.represent_boolean_as_integer = true
-
     # Sets the Content-Length header on responses with fixed-length bodies
     config.middleware.insert_before Rack::Sendfile, Rack::ContentLength