1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/models
Aaron Patterson ccdeb43d2e Merge branch 'master' into adequaterecord
* master: (28 commits)
  move AR length validation tests into separate test-case.
  No need for trailing slash on migration path.
  reset `@arel` when modifying a Relation in place.
  PostgreSQL Timestamps always map to `:datetime`.
  [ci skip] Improve formatting and yml
  Fix a typo in the doc of forty_two AR FinderMethod
  Improve readability of contributing to rails guide. [ci skip]
  Precompile the image we're referencing, too.
  `ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty transactions.
  Fixed an issue with migrating legacy json cookies.
  Correct comment [ci skip]
  Perfer to define methods instead of calling test
  Fix syntax error
  Add CHANGELOG entry for #14757 [ci skip]
  Fix run-on sentences and improve grammar [skip ci]
  Add test for using ActionView::Helpers::FormHelper.label with block and html
  select! renamed to avoid name collision Array#select!
  Rearrange deck chairs on the titanic. Organize connection handling test cases.
  Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon to image/x-icon.
  ActionController::Renderers documentation fix
  ...
2014-04-25 12:37:08 -05:00
..
admin Remove warnings in test suite 2014-01-06 16:40:32 +01:00
autoloadable
admin.rb
aircraft.rb
arunit2_model.rb
author.rb Remove method redefined warnings for test suite 2014-01-05 18:18:07 +01:00
auto_id.rb ✂️ [ci skip] 2013-09-10 19:49:42 +02:00
binary.rb
bird.rb
book.rb Add more tests for the dirty feature for enums 2014-01-21 12:45:58 -02:00
boolean.rb
bulb.rb Raise RecordNotDestroyed when children can't be replaced 2013-11-25 19:30:07 -02:00
cake_designer.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
car.rb Make AR::Base#touch fire the after_commit and after_rollback callbacks 2014-01-16 09:05:59 -02:00
categorization.rb
category.rb Pass a base relation to build_default_scope when joining 2014-02-21 17:58:40 -05:00
chef.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
citation.rb More unused associations in AR test models 2013-09-10 19:50:00 +02:00
club.rb Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548 2014-04-10 17:44:32 -03:00
college.rb Fix error when using with_options with lambda. 2014-04-03 10:26:37 -03:00
column.rb Fix the test defining the models in the right place 2014-04-04 19:44:17 -03:00
column_name.rb Changing the def self.table_name to self.table_name in the column_name.rb 2013-08-03 23:59:28 +05:30
comment.rb Fix scope chaining + STI 2013-04-05 13:14:28 +01:00
company.rb Add AR::Base.to_param for convenient "pretty" URLs derived from a model's attribute or method. 2013-11-14 13:38:08 -05:00
company_in_module.rb Removed support for deprecated finder_sql in associations. 2013-07-02 22:08:42 +05:30
computer.rb
contact.rb
contract.rb adding a test to demonstrate how to use STI subclasses on the far right 2013-09-27 16:56:49 -07:00
country.rb
course.rb
customer.rb
dashboard.rb
default.rb
department.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
developer.rb Add tests for default scope behaviour change 2014-02-23 11:14:05 +00:00
dog.rb Update other counter caches on destroy 2013-03-20 13:43:07 -07:00
dog_lover.rb Update other counter caches on destroy 2013-03-20 13:43:07 -07:00
drink_designer.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
edge.rb
electron.rb Add test case for autosave HasMany with accepts_nested_attributes. 2014-02-08 18:57:26 -02:00
engine.rb
entrant.rb
essay.rb
event.rb
eye.rb
face.rb
friendship.rb Refactor Person/Friendship relationships to be more intuitive 2013-03-17 02:11:19 -04:00
guid.rb
hotel.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
interest.rb Getting rid of the +automatic_inverse_of: false+ option in associations in favor 2013-06-08 10:16:51 -07:00
invoice.rb
item.rb
job.rb
joke.rb
keyboard.rb
legacy_thing.rb
lesson.rb
line_item.rb
liquid.rb
man.rb Fixing multi-word automatic inverse detection. 2013-08-15 02:44:02 -04:00
matey.rb
member.rb More unused associations in AR test models 2013-09-10 19:50:00 +02:00
member_detail.rb Getting rid of the +automatic_inverse_of: false+ option in associations in favor 2013-06-08 10:16:51 -07:00
member_type.rb
membership.rb adding a test for sti on middle tables with sorting on RHS 2013-09-23 18:13:08 -07:00
minimalistic.rb
minivan.rb
mixed_case_monkey.rb docs, AR already auto-detects primary keys. Closes #13946. [ci skip] 2014-02-05 08:52:59 +01:00
molecule.rb Add test case for autosave HasMany with accepts_nested_attributes. 2014-02-08 18:57:26 -02:00
movie.rb AR .persisted? throws SystemStackError for an unsaved model with a 2014-03-27 15:01:31 -03:00
order.rb
organization.rb
owner.rb Make AR::Base#touch fire the after_commit and after_rollback callbacks 2014-01-16 09:05:59 -02:00
parrot.rb Do not invoke callbacks when delete_all is called 2013-06-30 14:50:18 +05:30
person.rb Obey validate: false option for habtm 2014-03-14 20:30:55 -03:00
pet.rb Add missing require to inheritance test 2013-04-03 14:48:57 -03:00
pirate.rb Remove outdated comment 2014-04-14 17:09:35 -03:00
possession.rb
post.rb Merge branch 'master' into adequaterecord 2014-04-25 12:37:08 -05:00
price_estimate.rb
project.rb More unused associations in AR test models 2013-09-10 19:50:00 +02:00
randomly_named_c1.rb
rating.rb
reader.rb Merge pull request #14573 from habermann24/has_many_through_fix 2014-04-22 17:20:52 -05:00
record.rb Fix the test defining the models in the right place 2014-04-04 19:44:17 -03:00
reference.rb
reply.rb Add test to AR's counter_cache_test.rb 2013-05-18 17:12:46 +09:00
ship.rb Revert "context in validation goes through has many relationship" 2014-02-20 11:26:07 -08:00
ship_part.rb
shop.rb Don't try to get the subclass if the inheritance column doesn't exist 2014-01-14 18:53:45 +05:30
speedometer.rb
sponsor.rb
string_key_object.rb
student.rb Fix error when using with_options with lambda. 2014-04-03 10:26:37 -03:00
subject.rb
subscriber.rb
subscription.rb
tag.rb The source option for has_many => through should accept String 2014-04-09 14:57:30 -03:00
tagging.rb
task.rb
topic.rb changed update counter to act on unscoped model 2013-11-26 09:04:03 -06:00
toy.rb
traffic_light.rb
treasure.rb Obey validate: false option for habtm 2014-03-14 20:30:55 -03:00
treaty.rb
tyre.rb
uuid_child.rb Auto-generate stable fixture UUIDs on PostgreSQL. 2014-01-07 19:05:50 +01:00
uuid_parent.rb Auto-generate stable fixture UUIDs on PostgreSQL. 2014-01-07 19:05:50 +01:00
vegetables.rb
vertex.rb
warehouse_thing.rb
wheel.rb
without_table.rb
zine.rb