.. |
associations
|
Forgot to revert tests from that last commit
|
2009-12-12 21:03:45 -06:00 |
attributes
|
Fixed: #without_typecast should only disable typecasting on the duplicated attributes [#3387 state:resolved]
|
2009-10-18 10:22:22 -05:00 |
types
|
Refactoring attributes/types [#3348 state:resolved]
|
2009-10-17 12:37:15 -05:00 |
validations
|
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 |
active_schema_test_mysql.rb
|
|
|
active_schema_test_postgresql.rb
|
|
|
adapter_test.rb
|
|
|
aggregations_test.rb
|
|
|
ar_schema_test.rb
|
|
|
associations_test.rb
|
When passing force_reload = true to an association, don't use the query cache [#1827 state:resolved]
|
2009-12-16 10:49:53 -06:00 |
attribute_methods_test.rb
|
|
|
autosave_association_test.rb
|
Define autosave association validation methods only when needed. [#3161 state:resolved]
|
2009-09-12 16:04:36 +02:00 |
base_test.rb
|
Replace reset_counter_cache with reset_counters that has API inline with existing update_counters method
|
2009-12-03 23:25:11 -08:00 |
batches_test.rb
|
|
|
binary_test.rb
|
|
|
calculations_test.rb
|
|
|
callbacks_observers_test.rb
|
Refactor new callbacks and AR implementation.
|
2009-09-08 10:26:39 -05:00 |
callbacks_test.rb
|
Refactor new callbacks and AR implementation.
|
2009-09-08 10:26:39 -05:00 |
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
connection_pool_test.rb
|
|
|
connection_test_firebird.rb
|
|
|
connection_test_mysql.rb
|
Enable use of MySQL stored procedures by default.
|
2009-09-17 10:57:03 -07:00 |
copy_table_test_sqlite.rb
|
Missing customers fixture
|
2009-11-13 10:38:23 -08:00 |
database_statements_test.rb
|
|
|
datatype_test_postgresql.rb
|
|
|
date_time_test.rb
|
|
|
default_test_firebird.rb
|
|
|
defaults_test.rb
|
|
|
deprecated_finder_test.rb
|
|
|
dirty_test.rb
|
I added this feature so that a Map of changed fields could be retrieved
|
2009-08-31 12:50:27 -05:00 |
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
|
|
fixtures_test.rb
|
|
|
helper.rb
|
Fully expand relative rails framework paths and make sure we aren't
|
2009-12-16 11:56:51 -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
|
|
|
invalid_date_test.rb
|
|
|
json_serialization_test.rb
|
|
|
lifecycle_test.rb
|
Refactor new callbacks and AR implementation.
|
2009-09-08 10:26:39 -05:00 |
locking_test.rb
|
Revert "Ensure Model#destroy respects optimistic locking"
|
2009-11-17 15:35:35 -08:00 |
method_scoping_test.rb
|
Moved relation's test to relation_test.
|
2009-10-05 14:39:20 -03:00 |
migration_test.rb
|
Add support for Mysql column positioning via #add_column and #change_column
|
2009-12-03 23:09:57 -08:00 |
migration_test_firebird.rb
|
|
|
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
multiple_db_test.rb
|
|
|
named_scope_test.rb
|
|
|
nested_attributes_test.rb
|
Add a :limit option to specify the maximum number of records that can be processed by accepts_nested_attributes_for
|
2009-10-09 16:08:11 +01:00 |
pk_test.rb
|
|
|
pooled_connections_test.rb
|
Resolve deadlock in pooled connections test
|
2009-11-10 11:00:29 -08:00 |
query_cache_test.rb
|
|
|
readonly_test.rb
|
|
|
reflection_test.rb
|
delete correct records for a has_many with :primary_key and :dependent => :delete_all
|
2009-11-10 18:41:37 +13:00 |
relations_test.rb
|
Clarify failed assertion
|
2009-11-09 17:01:57 -08:00 |
reload_models_test.rb
|
|
|
reserved_word_test_mysql.rb
|
|
|
sanitize_test.rb
|
|
|
schema_authorization_test_postgresql.rb
|
|
|
schema_dumper_test.rb
|
|
|
schema_test_postgresql.rb
|
|
|
serialization_test.rb
|
|
|
state_machine_test.rb
|
|
|
synonym_test_oracle.rb
|
|
|
timestamp_test.rb
|
|
|
transactions_test.rb
|
Refactor new callbacks and AR implementation.
|
2009-09-08 10:26:39 -05:00 |
types_test.rb
|
Refactoring attributes/types [#3348 state:resolved]
|
2009-10-17 12:37:15 -05:00 |
unconnected_test.rb
|
|
|
validations_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 |
xml_serialization_test.rb
|
|
|
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 |