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
Jon Leighton d1099540af Deprecate Relation#all.
It has been moved to active_record_deprecated_finders.

Use #to_a instead.
2012-07-27 17:55:43 +01:00
..
adapters Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
associations Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
attribute_methods
coders
connection_adapters
connection_specification
fixtures
migration ActiveRecord::Base.all returns a Relation. 2012-07-27 13:34:12 +01:00
relation
session_store Fix SqlBypass.data_column= problem. SqlBypass.find_by_session_id method didn't use this assignment. 2012-07-15 01:46:02 +09:00
tasks Merge pull request #6838 from kennyj/added_registration_task 2012-07-07 05:58:01 -07:00
validations Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
adapter_test.rb
ar_schema_test.rb
associations_test.rb Deprecate Relation#all. 2012-07-27 17:55:43 +01:00
attribute_methods_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
autosave_association_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
base_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
batches_test.rb ActiveRecord::Base.all returns a Relation. 2012-07-27 13:34:12 +01:00
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
column_test.rb fix quoting for ActiveSupport::Duration instances 2012-07-04 22:39:16 -05:00
connection_management_test.rb
connection_pool_test.rb
counter_cache_test.rb
custom_locking_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
database_statements_test.rb
date_time_test.rb
defaults_test.rb
deprecated_dynamic_methods_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
dirty_test.rb Deprecate update_column in favor of update_columns. 2012-07-24 20:20:26 -03:00
dup_test.rb
explain_subscriber_test.rb explain listener does not care about time, so use evented listener 2012-06-20 14:20:55 -07:00
explain_test.rb ActiveRecord::Base.all returns a Relation. 2012-07-27 13:34:12 +01:00
finder_respond_to_test.rb made dynamic finders alias_attribute aware 2012-06-22 16:44:01 +02:00
finder_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
fixtures_test.rb
habtm_destroy_order_test.rb
helper.rb remove duplicate requires of mocha. 2012-07-03 14:28:29 -07:00
i18n_test.rb
inclusion_test.rb Address test_basic_model test error with Oracle enhanced adapter 2012-06-27 23:51:50 +09:00
inheritance_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb Fix serializable_hash with xml generation and default :except option 2012-06-22 08:28:26 -03:00
lifecycle_test.rb
locking_test.rb
log_subscriber_test.rb ActiveRecord::Base.all returns a Relation. 2012-07-27 13:34:12 +01:00
mass_assignment_security_test.rb
migration_test.rb
migrator_test.rb
mixin_test.rb
modules_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
multiple_db_test.rb
named_scope_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
nested_attributes_test.rb Made ArgumentError messages consistent. 2012-07-06 14:31:33 +12:00
persistence_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb Restore connection_id on error. 2012-07-23 00:46:00 +09:00
quoting_test.rb fix quoting for ActiveSupport::Duration instances 2012-07-04 22:39:16 -05:00
readonly_test.rb Deprecate Relation#all. 2012-07-27 17:55:43 +01:00
reaper_test.rb
reflection_test.rb Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql. 2012-07-20 19:00:46 +01:00
relation_scoping_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
relation_test.rb fix association :extend option 2012-07-13 21:20:26 +01:00
relations_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb Merge pull request #4396 from kennyj/fix_4259 2012-06-20 14:08:23 -03:00
serialization_test.rb Added *instance_writer: false* for stored/serialized attributes. 2012-07-07 16:36:21 +09:00
store_test.rb Added *instance_writer: false* for stored/serialized attributes. 2012-07-07 16:36:21 +09:00
test_case.rb
timestamp_test.rb Deprecate update_column in favor of update_columns. 2012-07-24 20:20:26 -03:00
transaction_callbacks_test.rb
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb ActiveRecord::Base.all returns a Relation. 2012-07-27 13:34:12 +01:00
yaml_serialization_test.rb