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
2011-04-13 09:42:51 -07:00
..
adapters use index based substitution for bind parameters 2011-04-13 09:42:51 -07:00
associations Deprecated support for passing hashes and relations to default_scope, in favour of defining a 'default_scope' class method in the model. See the CHANGELOG for more details. 2011-04-12 19:46:04 -07:00
attribute_methods Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +08:00
coders
connection_adapters adding active_connections? to the connection pool for finding open connections 2011-03-28 17:29:37 -07:00
migration
session_store
validations
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Added new #update_column method. 2011-03-27 21:47:38 -03:00
attribute_methods_test.rb Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
autosave_association_test.rb expectations change when using IM. Change oracle tests to reflect that 2011-02-22 11:27:12 -08:00
base_test.rb Evaluate default scopes at the last possible moment in order to avoid problems with default scopes getting included into other scopes and then being unable to remove the default part via unscoped. 2011-04-12 19:46:04 -07:00
batches_test.rb Quote find_in_batches ORDER BY clause [#6620 state:resolved] 2011-03-29 17:24:55 +01:00
binary_test.rb
bind_parameter_test.rb use index based substitution for bind parameters 2011-04-13 09:42:51 -07:00
calculations_test.rb Merge branch 'master' into zomg 2011-03-29 17:38:43 -07:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
connection_management_test.rb make sure that active connections are not cleared during test when an exception happens 2011-03-29 15:47:16 -07:00
connection_pool_test.rb adding active_connection? to the connection pool 2011-03-28 16:43:34 -07:00
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
deprecated_finder_test.rb
dirty_test.rb Added new #update_column method. 2011-03-27 21:47:38 -03:00
dup_test.rb
dynamic_finder_match_test.rb
finder_respond_to_test.rb
finder_test.rb test against AR class rather than the relation (thanks Andrew White!) 2011-03-29 17:50:39 -07:00
fixtures_test.rb
habtm_destroy_order_test.rb Failing test case to show that habtm join table contents are removed when a model is destroyed but the destruction is blocked by a before_destroy. 2011-03-23 14:45:21 -07:00
helper.rb
i18n_test.rb
identity_map_test.rb Add log message when loading records from Identity Map. 2011-04-04 10:48:17 +02:00
inheritance_test.rb Rewrote AssociationPreload. 2011-02-28 22:12:34 +00:00
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
lifecycle_test.rb observers leak across tests, so rather than modify the object, we should just count the number of times the observer was called 2011-02-23 16:04:01 -08:00
locking_test.rb
log_subscriber_test.rb Disable IdentityMap in log tests, it's not important and when running tests rake task it logs more messages in the tested buffer. 2011-04-05 22:08:00 +02:00
mass_assignment_security_test.rb
method_scoping_test.rb Deprecated support for passing hashes and relations to default_scope, in favour of defining a 'default_scope' class method in the model. See the CHANGELOG for more details. 2011-04-12 19:46:04 -07:00
migration_test.rb Active Record typos. 2011-03-05 11:56:34 +01:00
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb Deprecate defining scopes with a callable (lambda, proc, etc) via the scope class method. Just define a class method yourself instead. 2011-04-12 19:46:05 -07:00
nested_attributes_test.rb Destroying records via nested attributes works independent of reject_if: 2011-04-05 10:38:54 -03:00
persistence_test.rb oracle stores this with microseconds, so convert to seconds before comparing 2011-03-29 17:09:22 -07:00
pooled_connections_test.rb implements ActiveRecord::Base.connection_config to be able to check the configuration of the current connection at runtime 2011-03-05 01:35:02 +01:00
primary_keys_test.rb Quote find_in_batches ORDER BY clause [#6620 state:resolved] 2011-03-29 17:24:55 +01:00
query_cache_test.rb Use IM when trying to load records using ID. 2011-04-04 10:48:12 +02:00
quoting_test.rb
readonly_test.rb
reflection_test.rb oracle, y u defy me 2011-03-16 18:54:34 +00:00
relation_scoping_test.rb Evaluate default scopes at the last possible moment in order to avoid problems with default scopes getting included into other scopes and then being unable to remove the default part via unscoped. 2011-04-12 19:46:04 -07:00
relation_test.rb Evaluate default scopes at the last possible moment in order to avoid problems with default scopes getting included into other scopes and then being unable to remove the default part via unscoped. 2011-04-12 19:46:04 -07:00
relations_test.rb Merge branch 'master' into zomg 2011-03-29 17:38:43 -07:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb
serialization_test.rb
timestamp_test.rb Added new #update_column method. 2011-03-27 21:47:38 -03:00
transaction_callbacks_test.rb
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb
yaml_serialization_test.rb