.. |
associations
|
removing dead code from activerecord tests. [#4187 state:resolved]
|
2010-03-15 18:36:08 -07:00 |
validations
|
removing dead code from activerecord tests. [#4187 state:resolved]
|
2010-03-15 18:36:08 -07:00 |
active_schema_test_mysql.rb
|
|
|
active_schema_test_postgresql.rb
|
|
|
adapter_test.rb
|
Merge commit 'rails/master'
|
2009-08-10 18:07:33 -03:00 |
aggregations_test.rb
|
Cherry-pick core extensions
|
2009-05-13 12:00:15 -07: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
|
1=2 is invalid expression in Oracle SELECT
|
2009-08-06 23:40:59 +03:00 |
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
|
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
|
2010-03-15 18:22:31 -07:00 |
batches_test.rb
|
Add new finder methods to association collection.
|
2009-12-27 00:25:00 +05:30 |
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
|
Refactor new callbacks and AR implementation.
|
2009-09-08 10:26:39 -05: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
|
AR should respect default values for MySQL BINARY and VARBINARY columns.
|
2009-08-09 21:05:26 -07:00 |
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
|
Oracle needs sequence value for primary key in INSERT statement
|
2009-08-06 23:40:59 +03:00 |
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
|
Revert "fallback_string_to_date sets Date._parse comp arg to true, so that strings with two-digit years, e.g. '1/1/09', are interpreted as modern years" [#2019 state:wontfix]
|
2009-08-05 08:26:12 -05:00 |
default_test_firebird.rb
|
|
|
defaults_test.rb
|
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
|
2010-03-15 18:22:31 -07:00 |
deprecated_finder_test.rb
|
|
|
dirty_test.rb
|
Hack to keep column metadata queries out of test query counts
|
2010-03-15 13:56:19 -07:00 |
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
Don't depend on order of elements in Set
|
2010-03-22 10:00:03 -07:00 |
fixtures_test.rb
|
squelching more warnings in the AR tests. [#4218 state:resolved]
|
2010-03-18 10:24:16 -07: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
|
Changed ActiveRecord::Base.store_full_sti_class to be true by default reflecting the previously announced Rails 3 default [DHH]
|
2010-01-03 19:30:28 -08: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
|
Reset class attribute after changing it
|
2010-03-22 10:00:04 -07:00 |
lifecycle_test.rb
|
Remove obsolete use case that was broken in AR::Observers
|
2010-03-22 10:00:04 -07:00 |
locking_test.rb
|
Don't publicize with_scope for tests since it may shadow public misuse
|
2009-12-28 14:07:23 -08:00 |
log_subscriber_test.rb
|
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
|
2010-03-15 18:22:31 -07:00 |
method_scoping_test.rb
|
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
|
2010-03-15 18:22:31 -07:00 |
migration_test.rb
|
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
|
2010-03-15 18:22:31 -07:00 |
migration_test_firebird.rb
|
|
|
mixin_test.rb
|
|
|
modules_test.rb
|
Changed ActiveRecord::Base.store_full_sti_class to be true by default reflecting the previously announced Rails 3 default [DHH]
|
2010-01-03 19:30:28 -08: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
|
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
|
2010-03-15 18:22:31 -07:00 |
nested_attributes_test.rb
|
Raise a RecordNotFound if an ID in nested attributes is given but doesn't return a record. [#2415 state:resolved]
|
2010-01-07 13:19:49 +01:00 |
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
|
Clear the query cache between tests that test the query cache
|
2010-03-22 10:00:04 -07: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
|
removing dead code from activerecord tests. [#4187 state:resolved]
|
2010-03-15 18:36:08 -07:00 |
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
|
PostgreSQL: XML datatype support
|
2009-08-09 22:24:54 -07:00 |
schema_test_postgresql.rb
|
|
|
serialization_test.rb
|
|
|
synonym_test_oracle.rb
|
|
|
timestamp_test.rb
|
|
|
transactions_test.rb
|
squelching more warnings in the AR tests. [#4218 state:resolved]
|
2010-03-18 10:24:16 -07:00 |
unconnected_test.rb
|
|
|
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
|
test_validates_acceptance_of_as_database_column fixed
|
2010-02-05 16:08:08 -08:00 |
xml_serialization_test.rb
|
Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: If two parameters are present in Procs supplied to to_xml's :procs option, the model being serialized will be passed as the second argument [#2373 state:resolved]
|
2009-07-22 20:47:15 -05: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 |