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
2010-07-14 15:04:14 -07:00
..
adapters Let's initialize instance variables in the postgres adapter. 2010-07-14 15:04:14 -07:00
associations Remove unintentional API changes. [#1108] 2010-07-14 18:32:28 +01: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
associations_test.rb Fix the #using_limitable_reflections? helper to work correctly by not examining the length of an array which contains false/true, hence always passing. [#4869 state:resolved] 2010-07-08 22:34:34 +02:00
attribute_methods_test.rb
autosave_association_test.rb Fix bug with rolling back frozen attributes. 2010-06-18 15:11:17 -07:00
base_test.rb Style fixes 2010-07-14 16:50:26 +01:00
batches_test.rb
binary_test.rb
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
column_alias_test.rb
column_definition_test.rb
connection_pool_test.rb
counter_cache_test.rb reset_counter should work with non-traditional belongs_to and polymorphic belongs_to 2010-07-08 23:24:12 +02:00
database_statements_test.rb
date_time_test.rb
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
dirty_test.rb This patch changes update_attribute implementatino so: 2010-07-08 22:43:18 +02:00
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb
helper.rb
i18n_test.rb
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
json_serialization_test.rb enable AS::JSON.encode to encode AR::Relation by providing as_json method 2010-07-13 08:09:28 +02:00
lifecycle_test.rb
locking_test.rb Set destroyed=true in opt locking's destroy [#5058 state:resolved] 2010-07-14 08:02:17 +02: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
mass_assignment_security_test.rb mass_assignment_security moved from AR to AMo, and minor test cleanup 2010-07-08 18:28:45 +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 Tests to specify the behaviour of ActiveRecord::Migrator.get_all_versions() [#5066 state:resolved] 2010-07-08 22:29:08 +02:00
mixin_test.rb
modules_test.rb
multiple_db_test.rb
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 This patch changes update_attribute implementatino so: 2010-07-08 22:43:18 +02:00
pk_test.rb
pooled_connections_test.rb
query_cache_test.rb
readonly_test.rb
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 Added reorder delegation for ActiveRecord::Base(to be able to overwrite the default_scope ordering in the named scope [#5093 state:resolved] 2010-07-13 08:31: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
sanitize_test.rb
schema_dumper_test.rb
serialization_test.rb
timestamp_test.rb with this fix touch method - does not call validations - doest not call callbacks - updates updated_at/on along with attribute if attribute is provided - marks udpated_at/on and attribute as NOT changed 2010-07-13 07:03:42 +02:00
transaction_callbacks_test.rb Fix bug with rolling back frozen attributes. 2010-06-18 15:11:17 -07:00
transactions_test.rb update_attributes and update_attributes! are now wrapped in a transaction 2010-07-13 22:02:00 +02:00
unconnected_test.rb
validations_repair_helper.rb
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
yaml_serialization_test.rb