rails/activerecord/test/cases/associations
Aaron Patterson 347d74a03b Merge branch 'master' into adequaterecord
* master: (122 commits)
  Rails.application should be set inside before_configuration hook
  remove check for present? from delete_all
  Remove useless begin..end
  Build the reverse_order on its proper method.
  Use connection-specific bytea escaping
  Ignore order when doing count.
  make enums distinct per class
  Remove unused `subclass_controller_with_flash_type_bar` var from flash test.
  fix CollectionProxy delete_all documentation
  Added OS X specific commands to installation guide [ci skip] Recommended using homebrew for installing MySQL and PostgreSQL
  Fix setup of adding _flash_types test.
  Use SVG version of travis build status badge [skip ci]
  W3C CSP document moved to gihub.io URL [ci skip]
  sprockets-rails was released
  Fix the test defining the models in the right place
  Add CHANGELOG entry for #11650 [ci skip]
  Declare the assets dependency
  Use sass-rails 4.0.3
  Make possible to use sprockets-rails 2.1
  add missing parentheses to validates_with documentation [skip ci]
  ...
2014-04-07 15:26:13 -07:00
..
association_scope_test.rb Merge branch 'master' into adequaterecord 2014-02-17 11:21:18 -08:00
belongs_to_associations_test.rb Fix the test defining the models in the right place 2014-04-04 19:44:17 -03:00
callbacks_test.rb Replace map.flatten with flat_map in activerecord 2014-03-03 19:23:22 -08:00
cascaded_eager_loading_test.rb Improve the tests to not call assert_nothing_raised 2014-01-01 14:15:01 -02:00
eager_load_includes_full_sti_class_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
eager_load_nested_include_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
eager_singularization_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
eager_test.rb Simplify Preloader#grouped_records code. 2014-03-30 20:52:01 +02:00
extension_test.rb Revert the whole refactoring in the association builder classes. 2013-12-11 19:28:32 -02:00
has_and_belongs_to_many_associations_test.rb Obey validate: false option for habtm 2014-03-14 20:30:55 -03:00
has_many_associations_test.rb Remove unused variable 2014-04-04 09:52:43 -05:00
has_many_through_associations_test.rb Add regression test for collection proxy reader 2014-02-20 10:36:06 -05:00
has_one_associations_test.rb Associations now raise ArgumentError on name conflicts. 2014-01-31 00:29:48 -02:00
has_one_through_associations_test.rb Raise ArgumentError when has_one is used with counter_cache 2013-11-29 19:21:49 -08:00
inner_join_association_test.rb Pass a base relation to build_default_scope when joining 2014-02-21 17:58:40 -05:00
inverse_associations_test.rb inversed instance should not be reloaded after stale state was changed 2013-10-13 21:51:40 +01:00
join_model_test.rb Fix some typos in AR- CHANGELOG, tests, method doc. fixed 2013-03-20 11:17:01 +05:30
nested_through_associations_test.rb preheat habtm column cache 2013-10-02 17:22:28 -07:00