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/active_record
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
..
associations Don't skip in-memory insertion of associations when loaded in validate 2016-09-29 14:57:31 -04:00
attribute normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
attribute_methods [ci skip] Use right format text 2016-09-28 23:29:01 +03:00
attribute_set normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
coders applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
connection_adapters Merge pull request #26584 from Shopify/cached-query-name 2016-09-30 13:58:58 -04:00
fixture_set Add three new rubocop rules 2016-08-16 04:30:11 -03:00
locale
locking Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
migration Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
railties Add three new rubocop rules 2016-08-16 04:30:11 -03:00
relation Fix doc format for RecordFetchWarning [ci skip] 2016-09-27 06:14:31 +09:00
scoping Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
tasks Fix Remaining Case-In-Assignment Statement Formatting 2016-09-06 09:34:09 -05:00
type Serialize JSON attribute value nil as SQL NULL, not JSON 'null' 2016-09-23 11:38:38 -07:00
type_caster normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
validations Revert "Extract PredicateBuilder::CaseSensitiveHandler" 2016-08-31 12:38:37 -04:00
aggregations.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
association_relation.rb Ensure that inverse associations are set before running callbacks 2016-08-31 09:26:25 -04:00
associations.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
attribute.rb Add Type.default_value and use it everywhere for internal 2016-08-26 02:14:06 +09:00
attribute_assignment.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
attribute_decorators.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
attribute_methods.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
attribute_mutation_tracker.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
attribute_set.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
attributes.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
autosave_association.rb Always store errors details information with symbols 2016-09-19 19:57:03 -03:00
base.rb Merge pull request #26183 from Shopify/fix-no-touching-touch-later 2016-08-16 12:57:55 -03:00
callbacks.rb modernizes hash syntax in activerecord 2016-08-06 19:37:57 +02:00
collection_cache_key.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
connection_handling.rb fixes remaining RuboCop issues [Vipul A M, Xavier Noria] 2016-09-01 23:41:49 +02:00
core.rb Use xor to avoid allocations in AR::Core#hash 2016-09-26 10:27:11 -04:00
counter_cache.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
dynamic_matchers.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
enum.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
errors.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
explain.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
explain_registry.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
explain_subscriber.rb Preserve cached queries name in AS notifications 2016-09-22 15:30:45 +02:00
fixtures.rb remove duplicated fixture set names 2016-09-12 08:14:10 +09:00
gem_version.rb Start Rails 5.1 development 🎉 2016-05-10 03:46:56 -03:00
inheritance.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
integration.rb modernizes hash syntax in activerecord 2016-08-06 19:37:57 +02:00
internal_metadata.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
legacy_yaml_adapter.rb Make Active Record emit significantly smaller YAML 2016-05-31 14:58:43 -04:00
log_subscriber.rb Preserve cached queries name in AS notifications 2016-09-22 15:30:45 +02:00
migration.rb Add missing require for zlib 2016-10-01 16:29:22 +02:00
model_schema.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
nested_attributes.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
no_touching.rb Makes touch_later respects no_touching policy 2016-08-16 15:20:50 +02:00
null_relation.rb Remove unnecessary methods for NullRelation 2016-07-29 22:49:47 +09:00
persistence.rb Fix code formatting in #save RDoc [ci skip] 2016-09-25 12:39:05 +08:00
query_cache.rb Don't attempt to clear active connections unless we'ere connected 2016-06-29 09:56:19 -04:00
querying.rb Ensure that inverse associations are set before running callbacks 2016-08-31 09:26:25 -04:00
railtie.rb Add Style/EmptyLines in .rubocop.yml and remove extra empty lines 2016-08-07 17:50:59 +09:00
readonly_attributes.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
reflection.rb RuboCop is 100% green 🎉 2016-09-02 00:43:33 +02:00
relation.rb Remove outdated "#TODO: Fix for binds." comment [ci skip] 2016-09-11 07:25:31 +09:00
result.rb Add Type.default_value and use it everywhere for internal 2016-08-26 02:14:06 +09:00
runtime_registry.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
sanitization.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
schema.rb Use hash like syntax for InternalMetadata 2016-01-08 09:27:25 -06:00
schema_dumper.rb Remove unnecessary format_string 2016-08-23 17:49:20 +09:00
schema_migration.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
scoping.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
secure_token.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
serialization.rb
statement_cache.rb [ci skip] Fix wrong rdoc-ref links, the format is {}[] not []{} 2016-09-14 11:13:43 +05:30
store.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
suppressor.rb Keep state around for nested calls to #suppress 2016-05-16 14:07:32 -04:00
table_metadata.rb Merge pull request #26282 from kamipo/add_type_default_value 2016-08-31 10:06:43 -04:00
timestamp.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
touch_later.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
transactions.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
translation.rb
type.rb Add Type.default_value and use it everywhere for internal 2016-08-26 02:14:06 +09:00
type_caster.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
validations.rb Fix grammar a to an [ci skip] 2016-02-13 20:44:44 +09:00
version.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00