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
Sebastian Martinez 245542ea29 Added new #update_column method.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-03-27 21:47:38 -03:00
..
adapters escaping binary data encoding when inserting to sqlite3. Thanks Naruse! [#6559 state:resolved] 2011-03-21 14:49:07 -07:00
associations Added new #update_column method. 2011-03-27 21:47:38 -03:00
attribute_methods
coders
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 cleaning up typecast test a little 2011-03-26 17:16:33 -07:00
autosave_association_test.rb
base_test.rb Added new #update_column method. 2011-03-27 21:47:38 -03:00
batches_test.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Added new #update_column method. 2011-03-27 21:47:38 -03:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
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_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 add #first! and #last! to models & relations 2011-03-24 09:55:51 -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 order clauses to fix some tests which were failing under 1.8 on oracle and postgres 2011-03-18 23:14:45 +00: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
mass_assignment_security_test.rb
method_scoping_test.rb
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 fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses 2011-02-24 11:17:06 -08:00
nested_attributes_test.rb
persistence_test.rb Added new #update_column method. 2011-03-27 21:47:38 -03: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
query_cache_test.rb
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 Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
relation_test.rb
relations_test.rb Merge branch 'master' into fuuu 2011-03-22 09:34:33 -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