0
我想更改位於/home/jimcgh/.rvm/gems/[email protected]/gems/activerecord-3.2.13/lib/active_record/connection_adapters
的mysql2_adapter.rb
。在activerecord中對mysql2_adapter.rb進行更改gem
我要重新定義連接方法如下
def connect
@connection = Mysql2::Client.new(@config)
@connection.options(Mysql::OPT_LOCAL_INFILE, 1) #Im adding this line
configure_connection
end
,如果我只是讓這種變化,將它在我的Rails應用體現?有沒有更好的方法來做這個改變?
請幫助 謝謝