.. |
associations
|
Association creation and finding should work consistently (#32048)
|
2018-02-26 05:09:22 +09:00 |
attribute_methods
|
Remove usage of strip_heredoc in the framework in favor of <<~
|
2018-02-16 19:28:30 -05:00 |
coders
|
|
|
connection_adapters
|
Fix #columsn_for_distinct of MySQL and PostgreSQL
|
2018-02-27 23:05:54 +09:00 |
fixture_set
|
|
|
locale
|
|
|
locking
|
Ensure we don't write virtual attributes on update, too
|
2018-02-26 11:25:45 -07:00 |
migration
|
Remove usage of strip_heredoc in the framework in favor of <<~
|
2018-02-16 19:28:30 -05:00 |
railties
|
Call YAML.load correctly
|
2018-02-21 16:34:39 -05:00 |
relation
|
Distinct with order #count regression
|
2018-02-25 19:54:20 -08:00 |
scoping
|
|
|
tasks
|
Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"
|
2018-02-22 15:40:13 -05:00 |
type
|
Partly revert 1e526788e6
|
2018-02-17 13:09:30 -08:00 |
type_caster
|
Rails 6 requires Ruby 2.3+
|
2018-02-17 10:03:37 -08:00 |
validations
|
|
|
aggregations.rb
|
Fix the example of 'finding records by a value object' (#31818)
|
2018-01-29 18:17:35 +09:00 |
association_relation.rb
|
Avoid passing unnecessary arguments to relation
|
2018-01-24 16:49:35 -05:00 |
associations.rb
|
[ci skip] setting :inverse_of works with :as, :through and :polymorphic options, and is needed for bi-directionality with a scope
|
2018-01-10 11:59:24 -05:00 |
attribute_assignment.rb
|
Alias assign_attributes to attributes= for AttributeAssignment
|
2018-02-28 19:58:45 +09:00 |
attribute_decorators.rb
|
|
|
attribute_methods.rb
|
Use private attr_reader
|
2018-02-23 11:10:51 +09:00 |
attributes.rb
|
|
|
autosave_association.rb
|
|
|
base.rb
|
Rails 6 requires Ruby 2.4.1+
|
2018-02-17 15:34:57 -08:00 |
callbacks.rb
|
|
|
collection_cache_key.rb
|
Avoid extra calls to to_s
|
2018-01-29 07:22:42 -05:00 |
connection_handling.rb
|
|
|
core.rb
|
Clear the transaction state when AR object is duped
|
2018-01-25 10:09:16 +07:00 |
counter_cache.rb
|
|
|
define_callbacks.rb
|
|
|
dynamic_matchers.rb
|
|
|
enum.rb
|
Rails 6 requires Ruby 2.3+
|
2018-02-17 10:03:37 -08:00 |
errors.rb
|
Fix frozen string concatenation by indicating that it's mutable
|
2018-02-16 22:52:08 -05:00 |
explain.rb
|
|
|
explain_registry.rb
|
|
|
explain_subscriber.rb
|
|
|
fixtures.rb
|
Add test parallelization to Rails
|
2018-02-15 19:21:24 -05:00 |
gem_version.rb
|
Start Rails 6.0 development!!!
|
2018-01-30 18:51:17 -05:00 |
inheritance.rb
|
Expand AR::Base.abstract_class documentation
|
2018-02-20 13:26:20 -05:00 |
integration.rb
|
|
|
internal_metadata.rb
|
Deprecate update_attributes and update_attributes!
|
2018-02-17 13:58:54 -08:00 |
legacy_yaml_adapter.rb
|
|
|
log_subscriber.rb
|
|
|
migration.rb
|
Merge pull request #31189 from tgxworld/raise_error_when_advisory_lock_is_not_releases
|
2018-02-27 07:21:47 -05:00 |
model_schema.rb
|
Invoke load_schema in _default_attributes
|
2018-02-06 22:32:03 +09:00 |
nested_attributes.rb
|
|
|
no_touching.rb
|
|
|
null_relation.rb
|
|
|
persistence.rb
|
Ensure we don't write virtual attributes on update, too
|
2018-02-26 11:25:45 -07:00 |
query_cache.rb
|
Use the query cache when connection is already connected
|
2018-02-19 07:16:52 +09:00 |
querying.rb
|
Add #create_or_find_by to lean on unique constraints (#31989)
|
2018-02-14 16:51:15 -08:00 |
railtie.rb
|
Merge pull request #31690 from olivierlacan/no-verbose-query-logs-in-console
|
2018-01-24 17:04:31 -05:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
Partly revert 91b30a001b
|
2018-02-27 03:31:35 +09:00 |
relation.rb
|
Add #create_or_find_by to lean on unique constraints (#31989)
|
2018-02-14 16:51:15 -08:00 |
result.rb
|
|
|
runtime_registry.rb
|
|
|
sanitization.rb
|
Merge pull request #31821 from composerinteralia/extra-to_s
|
2018-01-29 15:56:53 -05:00 |
schema.rb
|
Refactor migration to move migrations paths to connection
|
2018-01-18 08:55:03 -05:00 |
schema_dumper.rb
|
Refactor migration to move migrations paths to connection
|
2018-01-18 08:55:03 -05:00 |
schema_migration.rb
|
|
|
scoping.rb
|
|
|
secure_token.rb
|
|
|
serialization.rb
|
|
|
statement_cache.rb
|
Use private attr_reader
|
2018-02-23 11:10:51 +09:00 |
store.rb
|
Avoid extra calls to to_s
|
2018-01-29 07:22:42 -05:00 |
suppressor.rb
|
|
|
table_metadata.rb
|
Rails 6 requires Ruby 2.3+
|
2018-02-17 10:03:37 -08:00 |
test_databases.rb
|
Add test parallelization to Rails
|
2018-02-15 19:21:24 -05:00 |
timestamp.rb
|
|
|
touch_later.rb
|
|
|
transactions.rb
|
|
|
translation.rb
|
|
|
type.rb
|
|
|
type_caster.rb
|
|
|
validations.rb
|
|
|
version.rb
|
|
|