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
2008-01-04 03:19:50 +00:00
..
associations Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick Cheung] 2007-12-28 05:42:12 +00:00
connections
fixtures Eager belongs_to :include infers the foreign key from the association name rather than the class name. Closes #10517. 2007-12-21 01:49:01 +00:00
aaa_create_tables_test.rb Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pratik Naik] 2007-12-10 05:54:46 +00:00
abstract_unit.rb Make fixtures work with the new test subclasses. [tarmo, Koz] 2007-10-31 05:43:52 +00:00
active_schema_test_mysql.rb Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
adapter_test.rb Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
adapter_test_sqlserver.rb
aggregations_test.rb Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeError vs RuntimeError handling. Closes #10645 [Frederick Cheung] 2007-12-29 19:43:07 +00:00
all.sh
ar_schema_test.rb
association_inheritance_reload.rb
associations_test.rb Don't unnecessarily load has_many associations in after_update callbacks. Closes #6822 [stopdropandrew, canadaduane] 2007-12-28 18:01:22 +00:00
attribute_methods_test.rb
base_test.rb pdate_all ignores scoped :order and :limit, so post.comments.update_all doesn't try to include the comment order in the update statement. Closes #10686. 2008-01-04 03:19:50 +00:00
binary_test.rb PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf, tmacedo] 2007-11-22 01:29:19 +00:00
calculations_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
datatype_test_postgresql.rb
date_time_test.rb Anchor DateTimeTest to fixed DateTime instead of a variable value based on Time.now#advance#to_datetime. Works around issue on 64-bit platforms with Ruby's Time#to_datetime respecting fractional seconds, and database adapters not respecting them for DateTimes, throwing off before-and-after-save equality test. References #10080, #10073 2007-12-07 03:00:50 +00:00
default_test_firebird.rb
defaults_test.rb MySQL: we can't distinguish a fake 0 default in 4.x 2007-12-05 02:46:28 +00:00
deprecated_finder_test.rb
finder_test.rb Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes #10458. 2007-12-11 01:53:54 +00:00
fixtures_test.rb add passing test for Test::Unit subclasses running #setup properly [brynary] 2007-12-19 22:49:27 +00:00
inheritance_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb Ensure optimistic locking handles nil #lock_version values properly. Closes #10510 [rick] 2007-12-15 01:45:30 +00:00
method_scoping_test.rb
migration_test.rb SQLite: fix rename_ and remove_column for columns with unique indexes. Closes #10576. 2007-12-20 22:28:12 +00:00
migration_test_firebird.rb
mixin_test.rb Foxy fixtures: allow mixed usage to make migration easier and more attractive. Closes #10004. 2007-11-26 22:45:43 +00:00
modules_test.rb
multiple_db_test.rb
pk_test.rb
query_cache_test.rb
readonly_test.rb
reflection_test.rb Allow find on a has_many association defined with :finder_sql to accept id arguments as strings like regular find does. Closes #9916 [krishna] 2007-10-26 03:42:28 +00:00
reserved_word_test_mysql.rb Ensure that column names are quoted. Closes #10134 [wesley.moxam] 2007-11-10 21:33:13 +00:00
schema_authorization_test_postgresql.rb
schema_dumper_test.rb Make sure that the Schema Dumper supports non-standard primary keys with MySQL. Closes #9971 [RubyRedRick] 2007-10-25 06:42:05 +00:00
schema_test_postgresql.rb
serialization_test.rb Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 [josh, chuyeow, tpope] 2007-10-29 00:18:43 +00:00
synonym_test_oracle.rb
table_name_test_sqlserver.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb Ruby 1.9 compat: don't modify iterator target within block 2007-12-27 11:16:51 +00:00
xml_serialization_test.rb Fixed that to_xml should not automatically pass :procs to associations included with :include (closes #10162) [chuyeow] 2007-12-03 01:47:21 +00:00