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
Rafael Mendonça França 74d24ea1fe Merge pull request #9497 from route/subclass_from_attrs
Fix ActiveRecord `subclass_from_attrs` when eager_load is false.

Conflicts:
	activerecord/CHANGELOG.md
2013-03-08 11:59:29 -03:00
..
adapters Connection#structure_dump is no longer used. #9518 2013-03-06 15:12:20 +01:00
associations Refactored test case with standard variable naming 2013-03-08 19:45:20 +05:30
attribute_methods
coders
connection_adapters
connection_specification Do not type cast all the database url values. 2013-02-24 14:36:18 -03:00
fixture_set
migration transactions can be turned off per Migration. 2013-03-05 16:12:08 +01:00
relation Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric" 2013-02-27 08:46:40 -08:00
tasks rake db:structure:dump warns when mysqldump is not in PATH. 2013-03-06 15:12:48 +01:00
validations
adapter_test.rb Changed update_record to use prepared statements. 2013-02-11 15:17:06 +02:00
aggregations_test.rb
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
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 Merge pull request #9105 from bemurphy/cache_key_updated_on 2013-03-07 13:28:46 -03:00
batches_test.rb
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
connection_management_test.rb
connection_pool_test.rb Whitespaces ✂️ 2013-01-22 00:30:45 -02:00
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb
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
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
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
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
i18n_test.rb
inheritance_test.rb Fix ActiveRecord subclass_from_attrs when eager_load is false. 2013-03-06 11:46:07 +04:00
invalid_date_test.rb
invertible_migration_test.rb
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
log_subscriber_test.rb
migration_test.rb If an index can't be found by column, use the index name. 2013-03-07 20:03:17 -08:00
migrator_test.rb
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
named_scope_test.rb Update test name to reflect change in how scopes merging works 2013-03-08 09:34:33 -03:00
nested_attributes_test.rb
persistence_test.rb Remove regression test added in 0268b5d8cd 2013-03-07 11:02:49 -03:00
pooled_connections_test.rb
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
quoting_test.rb Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric" 2013-02-27 08:46:40 -08:00
readonly_test.rb
reaper_test.rb
reflection_test.rb
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 Unprepared Visitor + unprepared_statement 2013-03-08 09:14:31 +01: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 test case for serialize default values. 2013-03-07 17:26:35 +01:00
store_test.rb define Active Record Store accessors in a module 2013-02-11 17:00:55 +03:00
test_case.rb
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
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
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb
yaml_serialization_test.rb