rails/actionmailer/test
Jon Leighton 735844db71 Merge branch 'master' into nested_has_many_through
Conflicts:
	activerecord/CHANGELOG
	activerecord/lib/active_record/association_preload.rb
	activerecord/lib/active_record/associations.rb
	activerecord/lib/active_record/associations/class_methods/join_dependency.rb
	activerecord/lib/active_record/associations/class_methods/join_dependency/join_association.rb
	activerecord/lib/active_record/associations/has_many_association.rb
	activerecord/lib/active_record/associations/has_many_through_association.rb
	activerecord/lib/active_record/associations/has_one_association.rb
	activerecord/lib/active_record/associations/has_one_through_association.rb
	activerecord/lib/active_record/associations/through_association_scope.rb
	activerecord/lib/active_record/reflection.rb
	activerecord/test/cases/associations/has_many_through_associations_test.rb
	activerecord/test/cases/associations/has_one_through_associations_test.rb
	activerecord/test/cases/reflection_test.rb
	activerecord/test/cases/relations_test.rb
	activerecord/test/fixtures/memberships.yml
	activerecord/test/models/categorization.rb
	activerecord/test/models/category.rb
	activerecord/test/models/member.rb
	activerecord/test/models/reference.rb
	activerecord/test/models/tagging.rb
2011-03-04 09:30:27 +00:00
..
fixtures Added a testcase for bug [#5329] 2011-01-19 23:24:57 +01:00
mailers Deprecate the old mailer API that was not deprecated yet. 2010-08-29 20:42:13 -03:00
old_base turn off deprecation silencing 2011-01-12 15:28:57 -08:00
abstract_unit.rb removing text-format in favor of a more simple solution 2011-02-09 10:11:29 -08:00
asset_host_test.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
base_test.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
delivery_methods_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
i18n_with_controller_test.rb Solve SystemStackError when changing locale inside ActionMailer [#5329 state:resolved] 2011-01-19 23:42:10 +01:00
log_subscriber_test.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
mail_helper_test.rb Add tests to mail helper. 2010-01-24 19:52:50 +01:00
mail_layout_test.rb Deprecate the old mailer API that was not deprecated yet. 2010-08-29 20:42:13 -03:00
test_helper_test.rb Deprecate the old mailer API that was not deprecated yet. 2010-08-29 20:42:13 -03:00
url_test.rb Fix action mailer tests after old mapper removal 2010-09-05 13:44:38 +02:00