class ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter

Parent:
ActiveRecord::ConnectionAdapters::AbstractAdapter

Constants

INDEX_TYPES
INDEX_USINGS
NATIVE_DATABASE_TYPES

Public Class Methods

emulate_booleans() Show source
# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 40
class_attribute :emulate_booleans

By default, the Mysql2Adapter will consider all columns of type tinyint(1) as boolean. If you wish to disable this emulation you can add the following line to your application.rb file:

ActiveRecord::ConnectionAdapters::Mysql2Adapter.emulate_booleans = false

© 2004–2018 David Heinemeier Hansson
Licensed under the MIT License.