.. |
associations
|
Pass SQL group by values when including scoped association
|
2015-12-15 17:58:57 +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
|
Implement equality comparison on AttributeSet and friends
|
2015-10-06 08:52:28 -06:00 |
coders
|
Clean up the implementation of AR::Dirty
|
2015-09-24 14:06:59 -06:00 |
connection_adapters
|
Use a real migration version number in docs
|
2015-12-15 17:18:10 +10:30 |
fixture_set
|
Merge pull request #20574 from repinel/fix-db-fixtures-load
|
2015-09-30 11:06:41 +02:00 |
locale
|
Deprecate and rename the keys for association restrict_dependent_destroy
|
2015-07-20 23:19:43 -04:00 |
locking
|
Fix ActiveRecord::Locking doc [ci skip]
|
2015-09-24 00:33:43 +03:00 |
migration
|
In 4.2 migrations, timestamps defaulted to null: true
|
2015-12-15 17:18:09 +10:30 |
railties
|
Revert "Merge pull request #22502 from maclover7/remove-deprecation-notice"
|
2015-12-11 12:54:51 -05:00 |
relation
|
remove extra spaces from deprecation message
|
2015-12-15 19:32:20 +09:00 |
scoping
|
Do not omit parentheses [ci skip]
|
2015-10-25 01:49:37 +09:00 |
tasks
|
Fix rake db:structure:dump on Postgres when multiple schemas are used.
|
2015-11-19 11:42:04 -07: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
|
Improve support for non Active Record objects on validates_associated
|
2015-11-08 10:58:39 -02:00 |
aggregations.rb
|
applies new doc guidelines to Active Record.
|
2015-10-14 17:40:00 +02:00 |
association_relation.rb
|
|
|
associations.rb
|
Use a real migration version number in docs
|
2015-12-15 17:18:10 +10:30 |
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
|
Add Singleton in NullMutationTracker class
|
2015-10-03 16:11:02 +02:00 |
attribute_set.rb
|
Implement equality comparison on AttributeSet and friends
|
2015-10-06 08:52:28 -06:00 |
attribute.rb
|
Further encapsulate dirty checking on Attribute
|
2015-10-02 08:03:11 -04:00 |
attributes.rb
|
applies new doc guidelines to Active Record.
|
2015-10-14 17:40:00 +02:00 |
autosave_association.rb
|
Merge pull request #19686 from tsun1215/index_errors
|
2015-10-26 16:05:16 -06:00 |
base.rb
|
applies new doc guidelines to Active Record.
|
2015-10-14 17:40:00 +02:00 |
callbacks.rb
|
Typo correction
|
2015-12-07 14:06:00 +01:00 |
collection_cache_key.rb
|
Fix test failures caused by #20884
|
2015-08-01 18:15:46 -06:00 |
connection_handling.rb
|
applies new doc guidelines to Active Record.
|
2015-10-14 17:40:00 +02: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
|
Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynamic_finders"
|
2015-09-09 06:08:57 -03:00 |
enum.rb
|
docs, nodoc EnumType . [ci skip]
|
2015-11-07 12:58:44 -05:00 |
errors.rb
|
Deprecate exception#original_exception in favor of exception#cause
|
2015-11-03 06:54:34 -08:00 |
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 |
explain.rb
|
|
|
fixtures.rb
|
FixtureSet.fixture_class_names should have no default value
|
2015-10-29 11:23:58 -06:00 |
gem_version.rb
|
|
|
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
|
Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriber
|
2015-09-09 04:48:25 -03:00 |
migration.rb
|
Use a real migration version number in docs
|
2015-12-15 17:18:10 +10:30 |
model_schema.rb
|
Use a real migration version number in docs
|
2015-12-15 17:18:10 +10:30 |
nested_attributes.rb
|
Extra caller details added to ActiveRecord::RecordNotFound
|
2015-07-21 19:19:14 +04:30 |
no_touching.rb
|
|
|
null_relation.rb
|
File encoding is defaulted to utf-8 in Ruby >= 2.1
|
2015-09-18 17:05:05 +09:00 |
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
|
Remove unused block argument
|
2015-10-06 08:26:02 +05:30 |
readonly_attributes.rb
|
|
|
reflection.rb
|
Freeze association foreign keys to reduce allocations
|
2015-11-15 15:26:15 -06:00 |
relation.rb
|
Revert "Perform a more efficient query in Relation#any? "
|
2015-12-14 10:05:53 -07: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
|
Add test cases for #sanitize_sql_array with named_bind_variables
|
2015-11-09 21:30:54 +09:00 |
schema_dumper.rb
|
introduce conn.data_source_exists? and conn.data_sources .
|
2015-09-22 19:48:44 +02:00 |
schema_migration.rb
|
Deprecate #table_exists? , #tables and passing arguments to #talbes
|
2015-11-09 23:13:23 +09:00 |
schema.rb
|
Schema uses current migration API
|
2015-12-15 17:18:09 +10:30 |
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
|
Apply Active Record suppression to all saves
|
2015-06-04 00:11:38 -04:00 |
table_metadata.rb
|
Reduce allocation in resolve_column_aliases .
|
2015-09-08 09:28:58 +08:00 |
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_caster.rb
|
docs, ActiveRecord::TypeCaster is not part of the public API.
|
2015-11-07 12:26:09 -05:00 |
type.rb
|
applies new doc guidelines to Active Record.
|
2015-10-14 17:40:00 +02:00 |
validations.rb
|
applies new doc guidelines to Active Record.
|
2015-10-14 17:40:00 +02:00 |
version.rb
|
|
|