1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailbox/test/dummy
Ryuta Kamizono db077e8090 Allow using Action Mailbox on MySQL 5.5
Active Record still support MySQL 5.5 which doesn't support datetime
with precision.

9e34df0003/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb (L99-L101)

So we should check `supports_datetime_with_precision?` on the
connection.
2019-01-18 07:04:08 +09:00
..
app
bin
config Use 6.0 version of ActiveRecord::Migration for Action Mailbox 2018-12-30 03:10:16 +02:00
db Allow using Action Mailbox on MySQL 5.5 2019-01-18 07:04:08 +09:00
lib/assets
log
public
storage
.babelrc
.postcssrc.yml
config.ru
package.json
Rakefile
yarn.lock