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 2f6e33d3f8 rm unnecessary test
interpolation is no longer a thing separate from "normal" assoc
conditions.
2012-07-20 19:35:02 +01:00
..
adapters fixing tests to deal with data differences between prepared statements and non-prepared statements 2012-07-13 15:34:25 -07:00
associations rm unnecessary test 2012-07-20 19:35:02 +01:00
attribute_methods
coders
connection_adapters
connection_specification
fixtures
migration revert Default timestamps to non-null 2012-07-18 10:59:32 -04: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 Fixes "Cannot visit ..." with validates_uniqueness_of 2012-07-17 07:27:54 -04:00
adapter_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb Fix class_eval without __FILE__ and __LINE__. 2012-07-18 01:16:55 +09:00
autosave_association_test.rb stop using class_attribute where methods/inheritance will suffice. 2012-07-13 18:55:46 +01:00
base_test.rb AR::Integration must be included after AM::Conversion 2012-07-17 15:16:43 -07:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
calculations_test.rb teaching the mysql adapter how to typecast strings returned from the database 2012-07-13 16:58:57 -07: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
database_statements_test.rb
date_time_test.rb
defaults_test.rb
deprecated_dynamic_methods_test.rb made dynamic finders alias_attribute aware 2012-06-22 16:44:01 +02:00
dirty_test.rb
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 Log query plan when we use count_by_sql method. 2012-07-18 03:02:11 +09:00
finder_respond_to_test.rb made dynamic finders alias_attribute aware 2012-06-22 16:44:01 +02:00
finder_test.rb exists?(false) returns false 2012-06-25 18:30:15 +03: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
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
mass_assignment_security_test.rb
migration_test.rb
migrator_test.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb
nested_attributes_test.rb Made ArgumentError messages consistent. 2012-07-06 14:31:33 +12:00
persistence_test.rb
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb fixing tests to deal with data differences between prepared statements and non-prepared statements 2012-07-13 15:34:25 -07:00
quoting_test.rb fix quoting for ActiveSupport::Duration instances 2012-07-04 22:39:16 -05:00
readonly_test.rb
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
relation_test.rb fix association :extend option 2012-07-13 21:20:26 +01:00
relations_test.rb support relations created with a table alias 2012-07-13 11:44:45 +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
transaction_callbacks_test.rb
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb Fix serializable_hash with xml generation and default :except option 2012-06-22 08:28:26 -03:00
yaml_serialization_test.rb