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
Xavier Noria c8f1aac761 restricts a test to < 1.9, and rewrites it using a proper expectation
Signed-off-by: wycats <wycats@gmail.com>
2010-03-13 17:04:08 -06:00
..
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 PostgreSQL: update create_database_with_encoding test also 2008-06-07 13:43:52 -07:00
adapter_test.rb
aggregations_test.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
ar_schema_test.rb
associations_test.rb
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
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
callbacks_test.rb Ensure before_validation and after_validation accepts :on as option. 2010-01-06 22:24:16 +01:00
column_alias_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
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 Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
connection_test_mysql.rb
copy_table_test_sqlite.rb
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 Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
defaults_test.rb
deprecated_finder_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
dirty_test.rb Replace Model.first(options) with new finder methods inside tests 2009-12-27 01:50:03 +05:30
finder_respond_to_test.rb Ensure that respond_to? considers dynamic finder methods. Closes #11538. [floehopper] 2008-04-06 22:26:15 +00:00
finder_test.rb
fixtures_test.rb
helper.rb
i18n_test.rb
inheritance_test.rb
invalid_date_test.rb Oracle adapter returns Time value for DATE columns 2009-08-06 23:40:59 +03:00
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
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 Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
mixin_test.rb Force timestamp update 2008-03-31 03:57:25 +00:00
modules_test.rb
multiple_db_test.rb
named_scope_test.rb
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
query_cache_test.rb
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
relations_test.rb
reload_models_test.rb
reserved_word_test_mysql.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
sanitize_test.rb Change all calls to String#chars to String#mb_chars. 2008-09-21 18:01:15 +02:00
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 Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
synonym_test_oracle.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
timestamp_test.rb Added :touch option to belongs_to associations that will touch the parent record when the current record is saved or destroyed [DHH] 2009-04-16 17:25:55 -05:00
transactions_test.rb Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
unconnected_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
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 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