rails--rails/activerecord/test/models
Matthew Draper 8d04150709 Ensure Contract#metadata is reliably orderable
This gets an annoyingly verbose comment, because otherwise it could be
removed and continue passing almost all the time.
2022-02-26 03:39:02 +10:30
..
admin
autoloadable
publisher
account.rb Ensure Contextual validations fire on associations 2019-10-04 12:17:53 +01:00
admin.rb
aircraft.rb
arunit2_model.rb
attachment.rb Fix error when saving an association with a relation named record 2022-01-17 21:46:54 +01:00
author.rb Fix flaky test in HasManyThroughDisableJoinsAssociationsTest 2021-11-15 21:46:01 +03:00
author_encrypted.rb Add support for uniqueness validations 2021-04-01 15:02:15 +02:00
auto_id.rb
binary.rb
binary_field.rb Handle binary strings in Active Record serialized columns 2020-10-14 11:57:34 +02:00
bird.rb Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_create" 2019-02-15 12:06:45 +09:00
book.rb Fix STI in available_records causing new instances of records to be loaded from database 2021-10-27 13:51:10 +00:00
book_destroy_async.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
book_encrypted.rb Add new "encrypted_books" table to the schema 2021-04-03 08:00:01 -04:00
boolean.rb
branch.rb Fix has_many inversing recursion on models with recursive associations 2021-11-05 12:15:12 -04:00
bulb.rb Implicit scoping does no longer leak scope to class level querying methods 2020-10-30 00:25:38 +00:00
cake_designer.rb
car.rb Fix unscoping association scope on joins not to raise an error 2020-04-16 00:34:41 +09:00
carrier.rb
cart.rb Don't over protect the MySQL users on insert_all 2020-11-04 20:26:22 +00:00
cat.rb
categorization.rb
category.rb Fix joining through a polymorphic association 2021-10-06 18:04:44 +02:00
chef.rb
citation.rb Fix has_many_inversing with touch: true on a belongs_to association with inverse 2021-01-07 22:15:24 +00:00
club.rb chore: fix spelling change `favourite` to the more used `favorite` 2021-04-12 12:35:12 +10:00
college.rb Removes require_dependency from the AR test suite 2020-05-06 09:01:38 +02:00
column.rb
column_name.rb
comment.rb Add option to skip joins for associations. 2021-04-19 11:17:31 -04:00
company.rb Avoid stack level too deep in predicate builder 2021-02-11 11:32:20 -05:00
company_in_module.rb Enable `Layout/EmptyLinesAroundAccessModifier` cop 2019-06-13 12:00:45 +09:00
computer.rb
contact.rb Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
content.rb
contract.rb Ensure Contract#metadata is reliably orderable 2022-02-26 03:39:02 +10:30
country.rb `create_table` with `:primary_key` option has no effect if `id: false` is given 2018-10-27 22:57:16 +09:00
course.rb Removes require_dependency from the AR test suite 2020-05-06 09:01:38 +02:00
customer.rb Fix `composed_of` with symbol mapping 2020-12-15 20:06:23 +09:00
customer_carrier.rb
dashboard.rb Revert "Refactor uncastable through reflection test to detect join key overrides" 2020-09-25 17:49:52 -04:00
default.rb
department.rb
destroy_async_parent.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
destroy_async_parent_soft_delete.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
developer.rb Fix update & destroy queries when default_scope is nillable with all_queries: true 2021-09-16 14:12:11 -04:00
discount.rb Reproduce the preloader regression in #41596 2021-03-15 12:36:21 -07:00
dl_keyed_belongs_to.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
dl_keyed_belongs_to_soft_delete.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
dl_keyed_has_many.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
dl_keyed_has_many_through.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
dl_keyed_has_one.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
dl_keyed_join.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
dog.rb
dog_lover.rb
doubloon.rb
drink_designer.rb Polymorphic has_one touch: Reset association cache result after create transaction 2019-07-31 05:59:23 +02:00
edge.rb
electron.rb
engine.rb
entrant.rb
entry.rb Add delegated type to Active Record (#39341) 2020-05-23 15:14:40 -07:00
essay.rb Merge PR #43389 2021-12-20 22:47:24 +00:00
essay_destroy_async.rb Handle STI models for has_many dependent: :destroy_async 2021-01-06 02:04:23 +01:00
event.rb
eye.rb
face.rb Clean up checks to see if DidYouMean is defined 2021-07-04 13:43:50 +02:00
family.rb
family_tree.rb
friendship.rb
frog.rb
guid.rb
guitar.rb
hotel.rb
human.rb Clean up checks to see if DidYouMean is defined 2021-07-04 13:43:50 +02:00
image.rb `:polymorphic`, `:as`, and `:foreign_type` are valid for polymorphic association 2019-11-10 10:54:58 +09:00
interest.rb Replace test `Man` with `Human` 2020-08-14 11:37:09 -04:00
invoice.rb Deprecates `Enumerable#sum` and `Array#sum` 2021-05-03 10:26:39 -07:00
invokes_an_undefined_method.rb Delete AS::Dependencies.safe_constantize 2021-08-20 17:51:05 +02:00
item.rb
job.rb
joke.rb
keyboard.rb
legacy_thing.rb
lesson.rb
line_item.rb Reproduce the preloader regression in #41596 2021-03-15 12:36:21 -07:00
liquid.rb
matey.rb
measurement.rb This PR adds support to retrieve partitioned indexes when asking for 2020-02-06 07:36:44 +02:00
member.rb Fix disable_joins when using an enum STI type 2021-06-24 14:30:00 -04:00
member_detail.rb
member_type.rb
membership.rb
mentor.rb
message.rb Add delegated type to Active Record (#39341) 2020-05-23 15:14:40 -07:00
minimalistic.rb
minivan.rb
mixed_case_monkey.rb Replace test `Man` with `Human` 2020-08-14 11:37:09 -04:00
molecule.rb
mouse.rb Don't validate non dirty association targets 2019-07-15 18:21:20 +01:00
movie.rb
need_quoting.rb Properly quote autogenerated column aliases 2021-12-17 12:29:11 +01:00
node.rb
non_primary_key.rb
notification.rb
numeric_data.rb Fix `read_attribute_before_type_cast` to consider attribute aliases 2020-10-18 20:32:47 -03:00
order.rb
organization.rb
other_dog.rb Removes require_dependency from the AR test suite 2020-05-06 09:01:38 +02:00
owner.rb
parrot.rb Use reflection_class in TableRow for fixtures 2021-11-25 17:44:14 -03:00
person.rb chore: fix spelling change `favourite` to the more used `favorite` 2021-04-12 12:35:12 +10:00
personal_legacy_thing.rb
pet.rb
pet_treasure.rb
pirate.rb Ensure Contextual validations fire on associations 2019-10-04 12:17:53 +01:00
possession.rb
post.rb Fix preloading for hmt relations with conditions 2021-11-08 17:07:17 +01:00
post_encrypted.rb Don't require encryption credentials when using a custom key provider 2022-02-24 20:03:01 +10:30
price_estimate.rb Fix numericality validator not to be affected by custom getter 2018-08-13 23:28:46 +09:00
professor.rb Removes require_dependency from the AR test suite 2020-05-06 09:01:38 +02:00
project.rb Fix disable_joins when foreign key is not ID 2021-06-10 16:29:34 -04:00
publisher.rb
raises_argument_error.rb Delete AS::Dependencies.safe_constantize 2021-08-20 17:51:05 +02:00
raises_no_method_error.rb Delete AS::Dependencies.safe_constantize 2021-08-20 17:51:05 +02:00
randomly_named_c1.rb
rating.rb Maintain extra joins for string or complex arel conditions 2019-10-04 13:29:18 +09:00
reader.rb
recipe.rb
record.rb
reference.rb chore: fix spelling change `favourite` to the more used `favorite` 2021-04-12 12:35:12 +10:00
reply.rb Allow attribute aliases for `validates_uniqueness_of` 2020-06-01 22:44:39 +09:00
room.rb Fixed odd behavior of inverse_of with multiple belongs_to to same class 2020-11-21 02:06:21 +09:00
section.rb Fix circular `autosave: true` 2018-07-23 14:53:27 -07:00
seminar.rb Fix circular `autosave: true` 2018-07-23 14:53:27 -07:00
session.rb Fix circular `autosave: true` 2018-07-23 14:53:27 -07:00
ship.rb Ensure Contextual validations fire on associations 2019-10-04 12:17:53 +01:00
ship_part.rb
shipping_line.rb Reproduce the preloader regression in #41596 2021-03-15 12:36:21 -07:00
shop.rb
shop_account.rb
speedometer.rb
sponsor.rb
squeak.rb Don't validate non dirty association targets 2019-07-15 18:21:20 +01:00
strict_zine.rb Ignore strict loading violations on instances loaded through fixtures 2020-12-10 15:23:14 -06:00
string_key_object.rb
student.rb
subscriber.rb Revert "Refactor uncastable through reflection test to detect join key overrides" 2020-09-25 17:49:52 -04:00
subscription.rb Automatically infer inverse_of with scopes 2021-10-04 09:42:04 -04:00
tag.rb
tagging.rb
task.rb
topic.rb Implicit scoping does no longer leak scope to class level querying methods 2020-10-30 00:25:38 +00:00
toy.rb Fix has_many_inversing with touch: true on a belongs_to association with inverse 2021-01-07 22:15:24 +00:00
traffic_light.rb Extract encrypted models to their own files 2021-04-01 15:02:14 +02:00
traffic_light_encrypted.rb Make active record encryption work with store attributes 2021-08-14 11:06:51 +02:00
translation.rb Fix error when saving an association with a relation named record 2022-01-17 21:46:54 +01:00
treasure.rb
treaty.rb `create_table` with `:primary_key` option has no effect if `id: false` is given 2018-10-27 22:57:16 +09:00
tree.rb
tuning_peg.rb
tyre.rb
user.rb Add authenticate_by when using has_secure_password 2021-12-03 10:06:43 -06:00
user_with_invalid_relation.rb compute_class raise when klass is not ActiveRecord::Base subclass 2020-12-14 14:49:14 +01:00
uuid_child.rb
uuid_comment.rb Allow delegated_type to be specified primary_key and foreign_key 2020-12-18 15:06:16 +09:00
uuid_entry.rb Allow delegated_type to be specified primary_key and foreign_key 2020-12-18 15:06:16 +09:00
uuid_item.rb
uuid_message.rb Allow delegated_type to be specified primary_key and foreign_key 2020-12-18 15:06:16 +09:00
uuid_parent.rb
vegetables.rb move ActiveRecord::Persistance#becomes logic into initialize block 2020-09-20 10:24:19 -06:00
vertex.rb
warehouse_thing.rb
wheel.rb
without_table.rb
zine.rb Ignore strict loading violations on instances loaded through fixtures 2020-12-10 15:23:14 -06:00