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-06-01 08:58:50 +01:00
..
adapters Add missing require to fix the CI 2011-06-01 08:58:50 +01:00
associations added an alias for new to build to the AR collection proxy, this corrects an issue where the collection proxies were not consistent 2011-06-01 00:01:35 +01:00
attribute_methods Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +08:00
coders Make serialized columns with explicit object_type return a new instance of the object instead of nil 2011-02-03 09:08:45 -08:00
connection_adapters adding active_connections? to the connection pool for finding open connections 2011-03-28 17:29:37 -07:00
fixtures fixing 1.8 support for new fixture tests 2011-05-23 15:06:13 -07:00
identity_map make sure IM repository is cleared after body is closed 2011-05-03 09:59:22 -07:00
migration Added a test to check for correct behaviour with no options in add_index command recorder 2011-05-24 17:06:40 +01:00
session_store Puts ActiveRecord::SessionStore attributes in white list, fixes #483 2011-05-10 16:11:28 +02:00
validations Do not use SQL LIKE operator for case insensitive uniqueness validation 2011-04-25 22:17:18 +03:00
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb removed deprecated methods, and related tests, from ActiveRecord 2011-05-25 02:29:32 +02:00
attribute_methods_test.rb Test AR::Base#inspect on an allocated object not yet initialized 2011-05-25 13:53:51 +02: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 Raise NameError instead of ArgumentError in ActiveSupport::Dependencies 2011-06-01 01:16:20 +01: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 using the database adapter to typecast before executing prepared statement 2011-04-14 13:37:39 -07:00
bind_parameter_test.rb use index based substitution for bind parameters 2011-04-13 09:42:51 -07:00
calculations_test.rb Bug fixes: 2011-05-12 04:05:24 +08:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb column will use coder to typecase value when it is available 2011-02-01 14:25:46 -08:00
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 adding a test case for custom locking 2011-02-21 16:12:02 -08:00
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 Fix for #371 2011-05-08 23:42:53 +01:00
fixtures_test.rb removing CSV fixture support 2011-05-23 15:06:12 -07:00
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 Disable IdentityMap by default for ActiveRecord testing 2011-05-28 09:08:13 +09:00
i18n_test.rb
identity_map_test.rb Revert "Revert the merge because tests did not pass." 2011-05-07 17:33:40 +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 Failing test - JSON serialization shouldn't merge base opts into include opts. 2011-05-26 11:24:25 -04:00
lifecycle_test.rb fix yield not working from around filter of observers, fixes Github#329 2011-05-07 03:03:41 +05:30
locking_test.rb Don't quote ID's as Arel will quote them -- follow same conventions as the delete method. 2011-05-08 18:37:28 +01:00
log_subscriber_test.rb Fix failing AR test. 2011-05-02 10:16:13 +02:00
mass_assignment_security_test.rb Add support for passing mass assignment roles to dynamic finders. Closes #1170. 2011-05-21 16:33:54 +01:00
method_scoping_test.rb minor cleaning with new api method 2011-05-11 00:15:16 +05:30
migration_test.rb Active Record typos. 2011-03-05 11:56:34 +01:00
mixin_test.rb
modules_test.rb
multiple_db_test.rb Revert "ARel only requires the connection from the AR class. Simply return the AR class rather than jump through hoops and store ivars" 2011-02-03 14:04:21 -08:00
named_scope_test.rb Modified NamedScopeTest to use CollectionAssociation. 2011-05-11 03:37:35 -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 Ensure assign_attributes and update_attributes do not fail on nil, closes #478. 2011-05-10 10:30:27 +02: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 ensure query cache is cleared when Rack body is closed, fixes bug reported on 951e18abea 2011-05-04 15:24:26 -07:00
quoting_test.rb do not depend on to_yaml being called, but rather depend on YAML being dumped 2011-04-13 11:41:42 -07:00
readonly_test.rb
reflection_test.rb removed deprecated methods, and related tests, from ActiveRecord 2011-05-25 02:29:32 +02:00
relation_scoping_test.rb Ensure that calculations properly override the select value even if it's set in the default scope. Fixes #1395. 2011-05-31 21:12:20 +01: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 Added tsvector Datatype Support 2011-04-26 09:47:40 +02:00
serialization_test.rb make sure de-serialization happens on object instantiation 2011-02-01 15:23:55 -08:00
timestamp_test.rb Isolated PostgreSQL test into PostgreSQL folder 2011-05-31 20:56:07 -04:00
transaction_callbacks_test.rb
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb Methods that return nil should not be considered YAML 2011-05-10 12:06:09 -04:00
yaml_serialization_test.rb