.. |
associations
|
Fix associations to call :destroy or :delete based on the right :dependent option
|
2010-03-09 00:11:34 +01:00 |
validations
|
Drop AR I18n deprecation and simple use errors.messages as fallback.
|
2010-01-30 13:12:12 +01:00 |
active_schema_test_mysql.rb
|
|
|
active_schema_test_postgresql.rb
|
|
|
adapter_test.rb
|
|
|
aggregations_test.rb
|
|
|
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
|
|
|
autosave_association_test.rb
|
Drop AR I18n deprecation and simple use errors.messages as fallback.
|
2010-01-30 13:12:12 +01:00 |
base_test.rb
|
fixed a 'RecordNotFound' bug when calling 'reload' on a object which doesn't met the default_scope conditions, added test [#3166 status:resolved]
|
2010-02-26 11:14:16 +01:00 |
batches_test.rb
|
|
|
binary_test.rb
|
|
|
calculations_test.rb
|
Fix associations to call :destroy or :delete based on the right :dependent option
|
2010-03-09 00:11:34 +01:00 |
callbacks_observers_test.rb
|
|
|
callbacks_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
connection_pool_test.rb
|
|
|
connection_test_firebird.rb
|
|
|
connection_test_mysql.rb
|
|
|
copy_table_test_sqlite.rb
|
|
|
database_statements_test.rb
|
|
|
datatype_test_postgresql.rb
|
PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so that Postgres doesn't incorrectly offset-adjust values inserted into TIMESTAMP WITH TIME ZONE columns [#3777 state:resolved]
|
2010-01-25 20:57:07 -06:00 |
date_time_test.rb
|
|
|
default_test_firebird.rb
|
|
|
defaults_test.rb
|
|
|
deprecated_finder_test.rb
|
|
|
dirty_test.rb
|
|
|
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
|
|
fixtures_test.rb
|
|
|
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
|
|
|
inheritance_test.rb
|
|
|
invalid_date_test.rb
|
|
|
json_serialization_test.rb
|
|
|
lifecycle_test.rb
|
|
|
locking_test.rb
|
|
|
log_subscriber_test.rb
|
Somehow this fixes the AR tests when ran with rake. I should probably figure out why.
|
2010-03-04 02:20:01 -08:00 |
method_scoping_test.rb
|
Fix a bug where default_scope was overriding attributes given on model initialization [#3218 status:resolved]
|
2010-02-26 11:09:43 +01:00 |
migration_test.rb
|
Add test case for unable to run migration if ActiveRecord::Base.logger is nil (#3434)
|
2010-02-02 10:14:51 +01:00 |
migration_test_firebird.rb
|
|
|
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
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
|
Allow calling class methods on a Relation
|
2010-01-22 20:10:41 +05:30 |
nested_attributes_test.rb
|
|
|
pk_test.rb
|
AMo #key is now #to_key and CI is probably happy
|
2010-02-20 20:17:29 -08:00 |
pooled_connections_test.rb
|
Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.
|
2010-01-13 01:19:23 +01:00 |
query_cache_test.rb
|
future proofing the sqlite3 adapter code
|
2010-01-26 15:09:11 -08:00 |
readonly_test.rb
|
|
|
reflection_test.rb
|
|
|
relations_test.rb
|
Relation should respond to class methods
|
2010-01-22 20:14:37 +05:30 |
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
|
|
|
synonym_test_oracle.rb
|
|
|
timestamp_test.rb
|
|
|
transactions_test.rb
|
|
|
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
test_validates_acceptance_of_as_database_column fixed
|
2010-02-05 16:08:08 -08:00 |
xml_serialization_test.rb
|
|
|
yaml_serialization_test.rb
|
|
|