We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35fa68 commit c8a6f2eCopy full SHA for c8a6f2e
example_app_generator/config/initializers/sqlite3_fix.rb
@@ -1,3 +1,3 @@
1
-if Rails.application.config.respond_to?(:active_record) && !(RUBY_ENGINE == "jruby")
+if Rails.application.config.respond_to?(:active_record) && RUBY_ENGINE != "jruby"
2
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
3
end
0 commit comments