1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Lars Kanis c16a70a4e6 Add missing require for zlib
Zlib is used to generate the advisory lock since commit 2c2a875546 .

Using the Migrator fails since then, when it is called without the rails context:

    NameError: uninitialized constant ActiveRecord::Migrator::Zlib

This patch fixes the above error.
2016-10-01 16:29:22 +02:00
..
active_record Add missing require for zlib 2016-10-01 16:29:22 +02:00
rails/generators Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
active_record.rb Eager autoload ActiveRecord::TableMetadata 2016-08-15 14:12:08 -07:00