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
2013-03-06 00:35:55 +09:00
..
adapters Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::Time 2013-03-01 09:51:23 -08:00
associations Expand order(:symbol) to "table".symbol to prevent broken queries on PG. 2013-02-25 18:00:34 +01:00
attribute_methods Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
coders
connection_adapters Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
connection_specification Do not type cast all the database url values. 2013-02-24 14:36:18 -03:00
fixture_set Move/rename files to follow naming conventions 2012-10-07 20:43:18 +02:00
migration Oracle enhanced adapter shortens its name if it is longer than 30 bytes 2013-02-24 12:11:34 +09:00
relation Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric" 2013-02-27 08:46:40 -08:00
tasks Raise a specific exception with a useful message if a rake task is requested for an unknown adapter 2013-01-30 10:52:47 -08:00
validations Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes: #8075. 2012-12-18 08:35:03 -02:00
adapter_test.rb Changed update_record to use prepared statements. 2013-02-11 15:17:06 +02:00
aggregations_test.rb remove meaningless AS::FrozenObjectError 2013-01-02 10:04:58 +09:00
ar_schema_test.rb Reset SchemaMigration after updating 2013-01-22 10:26:51 +09:00
associations_test.rb deal with #append and #prepend on association collections. 2013-03-01 21:29:46 +01:00
attribute_methods_test.rb Remove not used require and some useless test comments 2012-11-17 23:00:16 -02:00
autosave_association_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
base_test.rb Raising an ActiveRecordError when one tries to use .touch(name) on a new 2013-02-25 00:29:28 -05:00
batches_test.rb Remove extre count, preheat already happens during setup 2012-10-31 12:54:07 -02:00
binary_test.rb Use Encoding::UTF_8 constant 🚯 2013-01-28 17:06:02 +09:00
bind_parameter_test.rb
calculations_test.rb #count in conjunction with #uniq performs distinct count. 2013-01-26 12:16:28 +01:00
callbacks_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
clone_test.rb
column_alias_test.rb
column_definition_test.rb
column_test.rb Fix error when assigning NaN to an integer column 2013-01-06 16:09:40 -05:00
connection_management_test.rb
connection_pool_test.rb Whitespaces ✂️ 2013-01-22 00:30:45 -02:00
counter_cache_test.rb Fix reset_counters() crashing on has_many :through associations. 2012-10-02 23:49:32 +08:00
custom_locking_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
database_statements_test.rb
date_time_test.rb Deprecate obsolete Time to DateTime fallback methods 2012-12-11 13:57:05 +00:00
defaults_test.rb Standardize the use of current_adapter? 2013-01-01 19:18:34 -03:00
deprecated_dynamic_methods_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
dirty_test.rb assigning '0.0' to a nullable numeric column does not make it dirty 2013-03-05 14:00:41 +01:00
dup_test.rb Do not override attributes on dup by default scopes 2013-02-26 00:30:49 +09:00
explain_subscriber_test.rb Don't explain except normal CRUD sql. 2012-09-17 00:22:34 +09:00
explain_test.rb Remove unused return value, because collecting_queries_for_explain isn't public API. 2013-03-06 00:35:55 +09:00
finder_respond_to_test.rb made dynamic finders alias_attribute aware 2012-06-22 16:44:01 +02:00
finder_test.rb Reverting 16f6f25 (Change behaviour with empty array in where clause) 2013-02-08 14:22:10 -05:00
fixtures_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
forbidden_attributes_protection_test.rb Added STI support to init and building associations 2012-11-29 05:50:34 +00:00
habtm_destroy_order_test.rb
helper.rb Set Thread.abort_on_exception for the whole AS, AP, and AR tests 2013-01-24 20:00:45 +09:00
hot_compatibility_test.rb Add an explicit test for hot compatibility 2012-09-28 18:08:14 +01:00
i18n_test.rb
inheritance_test.rb User assert_kind_of, invert assert_equal expectations 2012-11-29 09:59:35 -02:00
invalid_date_test.rb
invertible_migration_test.rb Fixes for PR [#8267] 2012-12-22 20:40:42 -05:00
json_serialization_test.rb rewrite tests to have no side-effects on include_root_in_json. 2013-03-04 21:18:40 +01:00
locking_test.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
log_subscriber_test.rb Ignore binds payload with nil column in AR log subscriber 2013-01-08 08:59:41 -02:00
migration_test.rb Be sure to clear schema cache 2013-01-22 05:24:23 +09:00
migrator_test.rb Reset AR::Migration.verbose change to avoid depending on test run order 2013-01-08 09:12:51 +09:00
mixin_test.rb
modules_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
multiparameter_attributes_test.rb Remove unneeded require 2012-10-06 19:31:57 -03:00
multiple_db_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
named_scope_test.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
nested_attributes_test.rb Namespace HashWithIndifferentAccess 2013-01-07 07:37:23 +09:00
persistence_test.rb Skip failing test and add a FIXME note 2013-02-20 14:32:11 -03:00
pooled_connections_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
primary_keys_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
query_cache_test.rb Standardize the use of current_adapter? 2013-01-01 19:18:34 -03:00
quoting_test.rb Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric" 2013-02-27 08:46:40 -08:00
readonly_test.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
reaper_test.rb
reflection_test.rb remove duplicated require statements in AR test cases 2012-10-09 21:33:54 +02:00
relation_scoping_test.rb Created an unscope method for removing relations from a chain of 2013-03-03 20:42:01 -05:00
relation_test.rb Expand order(:symbol) to "table".symbol to prevent broken queries on PG. 2013-02-25 18:00:34 +01:00
relations_test.rb Added comments about the check_empty_arguments method which is called 2013-02-20 10:53:25 -05:00
reload_models_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
sanitize_test.rb
schema_dumper_test.rb Fix default output for postgres network address types 2013-02-26 14:26:53 -05:00
serialization_test.rb ActiveRecord::Base.include_root_in_json is false by default. 2013-03-04 21:18:40 +01:00
serialized_attribute_test.rb Serialized attribute can be serialized in an integer column 2012-12-21 14:41:13 -03:00
store_test.rb define Active Record Store accessors in a module 2013-02-11 17:00:55 +03:00
test_case.rb load active_support/deprecation in active_support/rails 2012-08-02 21:59:23 +02:00
timestamp_test.rb Fix touching an invalid parent record for belongs_to 2013-02-26 18:46:10 +01:00
transaction_callbacks_test.rb multiple actions for :on option with after_commit and after_rollback 2013-02-21 15:02:52 +01:00
transaction_isolation_test.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
transactions_test.rb Reduced memory leak problem in transactions by lazily updating AR objects with new transaction state. If AR object has a callback, the callback will be performed immediately (non-lazily) so the transaction still has to keep records with callbacks. 2013-02-20 10:51:28 -05:00
unconnected_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
validations_repair_helper.rb
validations_test.rb Remove mass assignment security from ActiveRecord 2012-09-16 23:58:19 -05:00
xml_serialization_test.rb Fix AR tests due to builder change with nil values / empty strings 2012-09-07 13:31:28 -03:00
yaml_serialization_test.rb