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
2009-02-23 12:11:02 +01:00
..
associations Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
aaa_create_tables_test.rb
active_schema_test_mysql.rb Make sure recreate MySQL test database with the proper encoding and collation [#1165 state:resolved] 2008-10-03 22:08:55 +02:00
active_schema_test_postgresql.rb
adapter_test.rb
aggregations_test.rb Add missing assert_deprecated calls to prevent spam during test runs 2008-09-11 11:21:22 +02:00
ar_schema_test.rb Autoload ActiveRecord files 2008-11-24 11:14:24 -06:00
associations_test.rb Remove the functionality introduce in 28d3390 2008-10-10 17:04:46 +02:00
attribute_methods_test.rb Support true/false in query_attribute for calculated columns 2009-02-06 13:39:08 +13:00
autosave_association_test.rb Also save :autosave enabled associations when #save! is used. 2009-02-06 13:38:15 +13:00
base_test.rb Add array id support to Model.update_counters. [#1254 state:resolved] [Carlos Júnior] 2009-01-28 19:20:55 +00:00
batches_test.rb Added ActiveRecord::Base.each and ActiveRecord::Base.find_in_batches for batch processing [DHH/Jamis Buck] 2009-02-23 12:11:02 +01:00
binary_test.rb Remove SQL Server cases from tests for latest adapter work to pass rails expected behavior. 2008-11-19 18:00:56 +01:00
calculations_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
callbacks_observers_test.rb
callbacks_test.rb Fixed broken after_save callback; was being called when before_create was canceled or before_update was canceled 2009-01-16 10:11:58 +13:00
class_inheritable_attributes_test.rb
column_alias_test.rb
column_definition_test.rb
connection_test_firebird.rb
connection_test_mysql.rb Mysql#reconnect is set according to the 'reconnect' key in the connection spec. 2009-01-27 09:55:25 +13:00
copy_table_test_sqlite.rb Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id (:id => true in the create_table) if an :id column is present, even if it isn't a primary_key. 2009-01-29 17:34:33 +13:00
database_statements_test.rb
datatype_test_postgresql.rb Fixed tests of postgresql money insertion when non-C locale 2009-02-06 13:39:07 +13:00
date_time_test.rb
default_test_firebird.rb
defaults_test.rb Merge commit 'origin/master' into savepoints 2008-12-03 19:30:35 +01:00
deprecated_finder_test.rb
dirty_test.rb Add support for nested object forms to ActiveRecord and the helpers in ActionPack 2009-02-01 14:44:30 +13:00
finder_respond_to_test.rb
finder_test.rb support end-exclusive ... Ranges in SQL hash condition sanitization properly 2009-02-06 13:43:02 +13:00
fixtures_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
helper.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
i18n_test.rb use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
inheritance_test.rb Remove SQL Server cases from tests for latest adapter work to pass rails expected behavior. 2008-11-19 18:00:56 +01:00
invalid_date_test.rb
json_serialization_test.rb Fix the AR json serialization tests to comply with the earlier change to quote keys correctly 2009-01-16 17:57:45 +13:00
lifecycle_test.rb
locking_test.rb Remove SQL Server cases from tests for latest adapter work to pass rails expected behavior. 2008-11-19 18:00:56 +01:00
method_scoping_test.rb Ensure whitespaces are stripped when merging string joins. [#1297 state:resolved] 2009-01-28 19:50:55 +00:00
migration_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb Make sure inner scope conditions get a preference over the outer ones 2009-01-24 17:54:10 +00:00
nested_attributes_test.rb Changed API of NestedAttributes to take an array, or hash with index keys, of hashes that have the id on the inside of the attributes hash and updated the FormBuilder to produce such hashes. Also fixed NestedAttributes with composite ids. 2009-02-13 21:47:56 +13:00
pk_test.rb
pooled_connections_test.rb Fix typo in pool_conections_test [#1350 state:committed] 2008-11-14 11:54:05 +01:00
query_cache_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
readonly_test.rb
reflection_test.rb Add support for nested object forms to ActiveRecord and the helpers in ActionPack 2009-02-01 14:44:30 +13:00
reload_models_test.rb Add missing fixture to allow reload models test to run isolated [#1609 state:resolved] 2008-12-20 20:39:25 +00:00
repair_helper.rb Add repair_helper.rb file I forgot in previous commit 8a92cd 2008-12-19 13:52:21 +00:00
reserved_word_test_mysql.rb
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 Rescue spurious failures in case dummy postgresql user or schema already exists 2008-09-04 17:20:07 +02:00
schema_dumper_test.rb Autoload ActiveRecord files 2008-11-24 11:14:24 -06:00
schema_test_postgresql.rb
serialization_test.rb
synonym_test_oracle.rb
transactions_test.rb Revert "Wrap calls to update_attributes in a transaction." 2009-02-22 16:41:04 +13:00
unconnected_test.rb
validations_i18n_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
validations_test.rb validate_length_of should use custom message if given when using in or within. 2009-02-01 14:58:17 +13:00
xml_serialization_test.rb Added a :camelize option to ActiveRecord and Hash to_xml serialization and from_xml deserialization 2008-12-10 20:28:05 +01:00