##// END OF EJS Templates
travis: allow test failures on MySQL 5.7...
travis: allow test failures on MySQL 5.7 <pre> ActiveRecord::StatementInvalid: Mysql2::Error: Table 'performance_schema.session_variables' doesn't exist: SHOW VARIABLES LIKE 'character_set_database' </pre> Refer: * https://github.com/rails/rails/issues/21108 * https://github.com/rails/rails/pull/21318 git-svn-id: http://svn.redmine.org/redmine/trunk@14525 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9351:8d73ddf73ffc
r14143:70c61810e41f
Show More
init.rb
2 lines | 120 B | text/x-ruby | RubyLexer
require File.dirname(__FILE__) + '/lib/acts_as_searchable'
ActiveRecord::Base.send(:include, Redmine::Acts::Searchable)