This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
be196f3f7e
rails--rails
/
activerecord
/
test
History
…
..
associations
connections
Quote db path so SQLite AR tests work on Windows.
Closes
#5278
[mislav@nippur.irb.hr]
2007-06-08 01:37:13 +00:00
fixtures
aaa_create_tables_test.rb
abstract_unit.rb
active_schema_test_mysql.rb
adapter_test.rb
adapter_test_sqlserver.rb
aggregations_test.rb
all.sh
ar_schema_test.rb
association_inheritance_reload.rb
Fixed dependency reloading by switching to a remove_const approach where all Active Records, Active Record Observers, and Action Controllers are reloading by undefining their classes. This enables you to remove methods in all three types and see the change reflected immediately and it
fixes
#539
. This also means that only those three types of classes will benefit from the const_missing and reloading approach. If you want other classes (like some in lib/) to reload, you must use require_dependency to do it.
2005-01-25 18:45:06 +00:00
associations_test.rb
attribute_methods_test.rb
base_test.rb
binary_test.rb
calculations_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
Test reconnection after MySQL client timeout. References
#428
.
2007-05-25 21:09:46 +00:00
connection_test_mysql.rb
copy_table_test_sqlite.rb
datatype_test_postgresql.rb
date_time_test.rb
default_test_firebird.rb
defaults_test.rb
Oracle: create_table takes a :sequence_name option to override the 'tablename_seq' default.
Closes
#7000
.
2007-01-15 00:34:43 +00:00
deprecated_associations_test.rb
deprecated_finder_test.rb
finder_test.rb
fixtures_test.rb
inheritance_test.rb
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb
migration_test.rb
migration_test_firebird.rb
mixin_nested_set_test.rb
acts_as_nested_set: direct_children is sorted correctly.
Closes
#4761
.
2007-05-30 06:34:25 +00:00
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
Consistently quote primary key column names.
Closes
#7763
.
2007-03-09 03:23:37 +00:00
query_cache_test.rb
readonly_test.rb
reflection_test.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb
schema_test_postgresql.rb
synonym_test_oracle.rb
table_name_test_sqlserver.rb
SQLServer: handle [quoted] table names.
Closes
#6635
.
2007-01-12 05:44:28 +00:00
threaded_connections_test.rb
transactions_test.rb
Mock the beginning of the transaction also. References
#8642
.
2007-06-23 01:58:41 +00:00
unconnected_test.rb
validations_test.rb
xml_serialization_test.rb