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
2008-03-31 01:49:31 +00:00
..
associations Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisoshow, h-lame] 2008-03-28 11:55:01 +00:00
aaa_create_tables_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
active_schema_test_mysql.rb Added add/remove_timestamps to the schema statements for adding the created_at/updated_at columns on existing tables (closes #11129) [jramirez] 2008-03-13 02:17:04 +00:00
adapter_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
adapter_test_sqlserver.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
aggregations_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
ar_schema_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
associations_test.rb Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +00:00
attribute_methods_test.rb Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now bundled 2008-03-30 23:01:06 +00:00
base_test.rb Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +00:00
binary_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
calculations_test.rb Ensure that you can still do expressions in calculations (closes #11355) [nbugajski/cavelle] 2008-03-17 04:02:34 +00:00
callbacks_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
class_inheritable_attributes_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
column_alias_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
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 Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
copy_table_test_sqlite.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
datatype_test_postgresql.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
date_time_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00: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 PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. Closes #11127 2008-02-22 03:26:21 +00:00
deprecated_finder_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
dirty_test.rb Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +00:00
finder_test.rb Fixed that ActiveRecord#Base.find_or_create/initialize would not honor attr_protected/accessible when used with a hash (closes #11422) [miloops] 2008-03-25 23:56:48 +00:00
fixtures_test.rb Ruby 1.9: mark failing assertion 2008-03-30 06:17:45 +00:00
helper.rb Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now bundled 2008-03-30 23:01:06 +00:00
inheritance_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
invalid_date_test.rb Fix calculations on associations with custom :foreign_key. Closes #8117 [kamal, jack] 2008-02-02 04:28:42 +00:00
json_serialization_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
lifecycle_test.rb Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen] 2008-03-24 02:50:02 +00:00
locking_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
method_scoping_test.rb Fix merging blank conditions. Closes #10764 [mcmire, cavalle] 2008-03-23 05:00:25 +00:00
migration_test.rb Switched to UTC-timebased version numbers for migrations and the schema. This will as good as eliminate the problem of multiple migrations getting the same version assigned in different branches. Also added rake db:migrate:up/down to apply individual migrations that may need to be run when you merge branches (closes #11458) [jbarnette] 2008-03-28 21:21:01 +00: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 Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
modules_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
multiple_db_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
named_scope_test.rb Ruby 1.9 compat. Trailing whitespace. 2008-03-30 06:17:37 +00:00
pk_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
query_cache_test.rb Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +00:00
readonly_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
reflection_test.rb Introduce the :readonly option to all associations. Records from the association cannot be saved. Closes #11084. 2008-02-13 06:32:50 +00:00
reserved_word_test_mysql.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
schema_authorization_test_postgresql.rb PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. Closes #11127 2008-02-22 03:26:21 +00:00
schema_dumper_test.rb Make the mysql schema dumper roundtrip the limits of text/blob columns. Closes #7424 [will.bryant] 2008-03-02 04:42:10 +00:00
schema_test_postgresql.rb Make the schema dumper respect the schema settings in database.yml. References #8659 [sveiss] 2008-03-03 06:56:31 +00:00
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
table_name_test_sqlserver.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
threaded_connections_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
transactions_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
unconnected_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
validations_test.rb Add :message option to validates_numericality_of. Closes #11456 [miloops, mdempfle] 2008-03-31 01:49:31 +00:00
xml_serialization_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00