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
Sean Griffin 43ccebc1db Ensure config.active_record.time_zone_aware_types is always set
While the option on `ActiveRecord::Base` is always around, we need to
explicitly set it on the config object. Otherwise the recommended
configuration change results in an error.

Fixes #22839
2016-01-07 09:55:44 -07:00
..
associations Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-association" 2015-12-21 12:31:52 +01:00
attribute nodoc ActiveRecord::Attribute::UserProvidedDefault. [ci skip] 2015-10-13 13:24:07 +02:00
attribute_methods remove extra spaces from deprecation message 2015-12-15 19:32:20 +09:00
attribute_set
coders
connection_adapters Remove delete_sql in sqlite3 adapter 2016-01-07 06:03:49 +09:00
fixture_set
locale
locking
migration fix remove_index for postgresql when running legacy migrations 2016-01-06 19:20:11 +11:00
railties Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
relation activerecord: reuse immutable objects 2016-01-04 12:09:37 -05:00
scoping Do not omit parentheses [ci skip] 2015-10-25 01:49:37 +09:00
tasks Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
type Require only necessary concurrent-ruby classes. 2015-11-04 21:12:28 -05:00
type_caster docs, ActiveRecord::TypeCaster is not part of the public API. 2015-11-07 12:26:09 -05:00
validations Refactor case_{sensitive|insensitive}_comparison 2016-01-01 07:33:54 +09:00
aggregations.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
association_relation.rb
associations.rb Expanding the documentation for collection=objects for has_many :through [ci-skip] 2015-12-17 12:00:30 -07:00
attribute.rb
attribute_assignment.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
attribute_decorators.rb
attribute_methods.rb add ActiveRecord::Base.has_attribute? 2015-12-02 16:57:29 +01:00
attribute_mutation_tracker.rb
attribute_set.rb
attributes.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
autosave_association.rb Fixed setting errors details on autosaved associations 2015-10-28 20:18:29 +01:00
base.rb fix typo in method name [ci skip] 2015-12-17 13:49:01 +09:00
callbacks.rb Deprecate passing string to define callback. 2015-12-16 19:56:20 +09:00
collection_cache_key.rb
connection_handling.rb Remove legacy mysql adapter 2015-12-21 08:46:55 +09:00
core.rb Deprecate exception#original_exception in favor of exception#cause 2015-11-03 06:54:34 -08:00
counter_cache.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
dynamic_matchers.rb
enum.rb value has the right type here 2015-12-31 19:46:05 -03:00
errors.rb Remove legacy mysql adapter 2015-12-21 08:46:55 +09:00
explain.rb
explain_registry.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
explain_subscriber.rb typo 2015-10-20 22:58:50 -07:00
fixtures.rb Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
gem_version.rb Change alpha to beta1 to prep for release of Rails 5 2015-12-18 12:14:09 -05:00
inheritance.rb Remove old comment about AC::Parameters>subclasses 2015-12-02 18:05:01 -08:00
integration.rb fixes #21815 2015-10-16 15:09:45 +02:00
legacy_yaml_adapter.rb
log_subscriber.rb
migration.rb Lets not put fullstop at the end of a migration pending command 2015-12-31 12:23:58 +05:30
model_schema.rb Call the new point behavior :point, not :rails_5_1_point 2015-12-17 09:36:59 -07:00
nested_attributes.rb
no_touching.rb
null_relation.rb
persistence.rb ActiveRecord::Base#becomes should copy the errors 2015-12-14 19:02:20 +03:00
query_cache.rb
querying.rb Alias left_joins to left_outer_joins 2015-10-31 01:37:35 +09:00
railtie.rb Ensure config.active_record.time_zone_aware_types is always set 2016-01-07 09:55:44 -07:00
readonly_attributes.rb
reflection.rb Freeze association foreign keys to reduce allocations 2015-11-15 15:26:15 -06:00
relation.rb Fix user name in doc [ci skip] 2015-12-31 19:48:54 +09:00
result.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
runtime_registry.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
sanitization.rb quoted_id is not public API. 2016-01-01 15:19:23 -02:00
schema.rb Schema uses current migration API 2015-12-15 17:18:09 +10:30
schema_dumper.rb
schema_migration.rb Deprecate #table_exists?, #tables and passing arguments to #talbes 2015-11-09 23:13:23 +09:00
scoping.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
secure_token.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
serialization.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
statement_cache.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
store.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
suppressor.rb
table_metadata.rb
timestamp.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
touch_later.rb Make sure we touch all the parents when touch_later. 2015-12-06 16:53:00 -05:00
transactions.rb Introduce after_{create,update,delete}_commit callbacks 2015-12-06 20:33:36 +02:00
translation.rb
type.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
type_caster.rb docs, ActiveRecord::TypeCaster is not part of the public API. 2015-11-07 12:26:09 -05:00
validations.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
version.rb