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/cases
Aaron Patterson 3f563f1696 AssociationCollection#create_by_*, find_or_create_by_* work properly now. [#1108 state:resolved]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-06-29 16:13:40 -07:00
..
adapters Move sqlite to sqlite3 for this tests to be run only on sqlite3 adapter 2010-06-28 01:26:25 +02:00
associations AssociationCollection#create_by_*, find_or_create_by_* work properly now. [#1108 state:resolved] 2010-06-29 16:13:40 -07:00
validations Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options hash and make various Validators pass their (filtered) options. 2010-06-21 11:55:21 +02:00
adapter_test.rb Fix test which prevents connection reset on failing and remove hardcoded connection 2010-06-18 15:28:14 -07:00
aggregations_test.rb Remove deprecated block usage in composed_of. 2010-06-24 11:17:05 -03:00
ar_schema_test.rb ActiveRecord should raise an error on invalid migration types. 2010-02-28 11:53:48 +01:00
associations_test.rb restricts a test to < 1.9, and rewrites it using a proper expectation 2010-03-13 17:04:08 -06:00
attribute_methods_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
autosave_association_test.rb Fix bug with rolling back frozen attributes. 2010-06-18 15:11:17 -07:00
base_test.rb Remove ActiveRecord::Base#class_name [#379 state:committed] 2010-06-29 17:54:51 +02:00
batches_test.rb corrected AR find_each and find_in_batches to raise when the user uses select but does not specify the primary key 2010-05-09 13:14:47 +03:00
binary_test.rb Remove SQL Server cases from tests for latest adapter work to pass rails expected behavior. 2008-11-19 18:00:56 +01:00
calculations_test.rb Add tests for relation count. Fix other tests that were conceptually wrong. 2010-06-24 11:41:55 +02:00
callbacks_test.rb Remove test ordering bug by using another class 2010-03-22 10:00:03 -07:00
column_alias_test.rb
column_definition_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
connection_pool_test.rb Add test case for ActiveRecord::ConnectionAdapters::ConnectionManagement. 2009-02-25 12:48:53 -06:00
counter_cache_test.rb remove executable permission from files that don't need it. [#4802 state:resolved] 2010-06-20 00:50:48 +02:00
database_statements_test.rb Oracle needs sequence value for primary key in INSERT statement 2009-08-06 23:40:59 +03:00
date_time_test.rb create DateTime value with local offset as later it is compared to Time value with local offset 2010-06-04 22:44:02 +03:00
defaults_test.rb edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
deprecated_finder_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
dirty_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
finder_respond_to_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
finder_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
fixtures_test.rb prevent to run fixture accessor (e.g. test_foos for TestFoo model) as a test case [#2992 state:resolved] 2010-05-16 20:14:36 +02:00
helper.rb restricts a test to < 1.9, and rewrites it using a proper expectation 2010-03-13 17:04:08 -06:00
i18n_test.rb Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors. 2009-10-20 17:52:32 -07:00
inheritance_test.rb Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope. A few examples: 2010-06-29 17:18:55 +02:00
invalid_date_test.rb Oracle adapter returns Time value for DATE columns 2009-08-06 23:40:59 +03:00
json_serialization_test.rb Really make include_root_in_json default to true [#3770 state:resolved] 2010-06-08 01:02:45 +02:00
lifecycle_test.rb ActiveModel::Observing: stop using Observable Ruby module, re-implement notify_observers 2010-04-16 13:09:07 -07:00
locking_test.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03: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
method_scoping_test.rb Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope. A few examples: 2010-06-29 17:18:55 +02:00
migration_test.rb Test that adding an index also doesn't raise an exception. 2010-06-29 21:17:12 +02:00
mixin_test.rb Force timestamp update 2008-03-31 03:57:25 +00:00
modules_test.rb assert_equal should be used instead of assert 2010-05-18 16:13:00 +02:00
multiple_db_test.rb Rename active_relation_engine -> arel_engine and active_relation_table -> arel_table 2010-01-16 16:02:30 +05:30
named_scope_test.rb Push a failing test for issues [#4994] and [#5003]. 2010-06-29 19:50:09 +02:00
nested_attributes_test.rb Fixes #2415 by creating a new instance of the Model when saving attributes to that model and the associated attributes already exist. Tests included. [#2415 state:resolved] 2010-06-27 16:35:03 +02:00
pk_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
pooled_connections_test.rb expected value should come first in assert_equal 2010-05-18 16:13:00 +02:00
query_cache_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
readonly_test.rb Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
reflection_test.rb adding column named 'group' to ensure that nothing breaks given that 'group' is sql reserved word 2010-06-23 17:46:37 +02:00
relation_scoping_test.rb Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope. A few examples: 2010-06-29 17:18:55 +02:00
relations_test.rb Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope. A few examples: 2010-06-29 17:18:55 +02:00
reload_models_test.rb Add missing fixture to allow reload models test to run isolated [#1609 state:resolved] 2008-12-20 20:39:25 +00:00
sanitize_test.rb Change all calls to String#chars to String#mb_chars. 2008-09-21 18:01:15 +02:00
schema_dumper_test.rb Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app. 2010-03-27 14:39:43 +01:00
serialization_test.rb to_xml with :include should skip_instruct on the included records [#4506 state:resolved] 2010-04-30 14:22:57 +02:00
timestamp_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
transaction_callbacks_test.rb Fix bug with rolling back frozen attributes. 2010-06-18 15:11:17 -07:00
transactions_test.rb Revert "Temporarily revert "Update after_commit and after_rollback docs and tests to use new style API with an :on options instead of on_* suffix." and "Add after_commit and after_rollback callbacks to ActiveRecord that are called after transactions either commit or rollback on all records saved or destroyed in the transaction."" 2010-06-08 17:05:29 -04:00
unconnected_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
validations_repair_helper.rb Simplify repair_validations on AR and make it work with new callbacks. 2010-01-01 03:20:38 +01:00
validations_test.rb Validators should at model level and not at AR:Base level [Closes #4804] 2010-06-10 11:50:42 -04:00
xml_serialization_test.rb test cases for record.to_xml [#458 state:resolved] 2010-04-30 13:19:30 +02:00
yaml_serialization_test.rb Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on ActiveRecord models with DateTime attributes. 2009-12-15 08:15:21 -06:00