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
1a11bffde1
rails--rails
/
activerecord
/
test
History
Rick Olson
1a11bffde1
Don't create instance writer methods for class attributes.
Closes
#7401
[Rick]
...
git-svn-id:
http://svn-commit.rubyonrails.org/rails/trunk@6051
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-01-28 01:31:31 +00:00
..
associations
PostgreSQL: use a subselect to correctly perform eager finds with :limit and :order.
Closes
#4668
.
2007-01-12 05:14:55 +00:00
connections
fixtures
Subclasses of an abstract class work with single-table inheritance. References
#5704
,
closes
#7284
.
2007-01-23 04:19:16 +00:00
aaa_create_tables_test.rb
abstract_unit.rb
active_schema_test_mysql.rb
Rename test file so it runs for MySQL only.
2006-07-06 17:30:54 +00:00
adapter_test.rb
adapter_test_sqlserver.rb
aggregations_test.rb
all.sh
Initial
2004-11-24 01:04:44 +00:00
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
Apply scoping during initialize instead of create. Fixes setting of foreign key when using find_or_initialize_by with scoping.
2007-01-12 21:14:36 +00:00
attribute_methods_test.rb
base_test.rb
Don't create instance writer methods for class attributes.
Closes
#7401
[Rick]
2007-01-28 01:31:31 +00:00
binary_test.rb
calculations_test.rb
Test that calculations don't modify their options hash. References
#6929
. [eventualbuddha]
2007-01-14 16:19:58 +00:00
callbacks_test.rb
Add missing tests ensuring callbacks work with class inheritance.
Closes
#7339
[sandofsky]
2007-01-24 03:04:48 +00:00
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
Fixed issues with BLOB limits, charsets, and booleans for Firebird (
closes
#5194
,
#5191
,
#5189
) [kennethkunz@gmail.com]
2006-06-03 21:57:03 +00:00
copy_table_sqlite.rb
datatype_test_postgresql.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
empty_date_time_test.rb
finder_test.rb
fixtures_test.rb
Fixtures use the table name and connection from set_fixture_class.
Closes
#7330
.
2007-01-24 01:29:49 +00:00
inheritance_test.rb
Subclasses of an abstract class work with single-table inheritance. References
#5704
,
closes
#7284
.
2007-01-23 04:19:16 +00:00
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb
migration_test.rb
change_column accepts :default => nil.
Closes
#6956
.
2007-01-15 02:22:53 +00:00
migration_test_firebird.rb
mixin_nested_set_test.rb
acts_as_nested_set works with single-table inheritance.
Closes
#6030
.
2007-01-12 05:33:09 +00:00
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
readonly_test.rb
reflection_test.rb
Aggregate reflection klass works with nested :class_name
2007-01-14 12:08:44 +00:00
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
Fix new_record? and id rollback.
Closes
#6910
.
2007-01-12 05:10:06 +00:00
unconnected_test.rb
validations_test.rb
xml_serialization_test.rb
Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side effects [Koz]
2006-09-24 01:37:45 +00:00