.. |
adapters
|
Merge remote branch 'rails/master' into identity_map
|
2011-02-15 12:01:04 -03:00 |
associations
|
When preloading has_and_belongs_to_many associations, we should only instantiate one AR object per actual record in the database. (Even when IM is off.)
|
2011-03-04 15:16:07 -08:00 |
attribute_methods
|
oops, no need for puts!
|
2011-02-18 15:53:54 -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 |
migration
|
Add :bulk => true option to change_table
|
2011-01-31 13:21:25 +00:00 |
session_store
|
share column cache among subclasses, only look up columns per AR::Base subclass once
|
2011-02-01 14:25:46 -08:00 |
validations
|
DRY up the code which instantiates the association proxy
|
2011-01-11 13:45:08 -08:00 |
adapter_test.rb
|
herp derpricating add_limit_offset!
|
2011-01-03 15:59:13 -08:00 |
aggregations_test.rb
|
|
|
ar_schema_test.rb
|
|
|
associations_test.rb
|
Remove test which was broken on 1.8. This test is now irrelevant since singular associations no longer return a proxy object.
|
2011-02-18 18:50:35 +00:00 |
attribute_methods_test.rb
|
bugfix for serialized_attributes to be class specific
|
2011-02-09 09:19:56 -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
|
Active Record typos.
|
2011-03-05 11:56:34 +01:00 |
batches_test.rb
|
preheat the table cache in arel
|
2011-01-14 11:16:31 -08:00 |
binary_test.rb
|
|
|
bind_parameter_test.rb
|
fixing tests on 1.8, using a list of lists because order is important
|
2011-02-10 14:17:09 -08:00 |
calculations_test.rb
|
skip this on oracle
|
2011-02-28 09:15:19 -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
|
|
|
connection_pool_test.rb
|
Fix test/cases/connection_pool_test.rb for sqlite3 in-memory db
|
2011-02-14 01:40:31 +00: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
|
|
|
deprecated_finder_test.rb
|
|
|
dirty_test.rb
|
|
|
dup_test.rb
|
|
|
dynamic_finder_match_test.rb
|
|
|
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
using arel to compile sql statements
|
2010-12-25 16:19:59 -07:00 |
fixtures_test.rb
|
fixture methods can be overridden and super() is useful
|
2011-02-15 15:52:27 -08:00 |
habtm_destroy_order_test.rb
|
Fixing ordering of HABTM association deletion [#6191 state:resolved]
|
2011-02-04 19:39:59 -02:00 |
helper.rb
|
Run tests without IdentityMap when IM=false is given.
|
2011-02-15 12:40:41 -03:00 |
i18n_test.rb
|
|
|
identity_map_test.rb
|
Active Record typos.
|
2011-03-05 11:56:34 +01: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
|
The optimistic lock column should be increased when calling touch
|
2011-02-09 18:27:40 -02:00 |
log_subscriber_test.rb
|
|
|
mass_assignment_security_test.rb
|
|
|
method_scoping_test.rb
|
Remove Relation#& alias for Relation#merge
|
2011-02-12 17:23:19 -08:00 |
migration_test.rb
|
Active Record typos.
|
2011-03-05 11:56:34 +01:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
just use a hash for doing association caching
|
2011-01-07 11:28:11 -08:00 |
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
|
fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses
|
2011-02-24 11:17:06 -08:00 |
nested_attributes_test.rb
|
Split AssociationProxy into an Association class (and subclasses) which manages the association, and a CollectionProxy class which is *only* a proxy. Singular associations no longer have a proxy. See CHANGELOG for more.
|
2011-02-18 00:00:13 +00:00 |
persistence_test.rb
|
|
|
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
|
use SQLite3::VERSION rather than the deprecated class
|
2011-01-10 11:40:19 -08:00 |
quoting_test.rb
|
Make serialized fixtures work again
|
2010-12-29 16:15:45 +00:00 |
readonly_test.rb
|
Removed support for accessing attributes on a has_and_belongs_to_many join table. This has been documented as deprecated behaviour since April 2006. Please use has_many :through instead. A deprecation warning will be added to the 3-0-stable branch for the 3.0.4 release.
|
2011-01-16 13:43:54 -08:00 |
reflection_test.rb
|
Construct an actual ActiveRecord::Relation object for the association scope, rather than a hash which is passed to apply_finder_options. This allows more flexibility in how the scope is created, for example because scope.where(a, b) and scope.where(a).where(b) mean different things.
|
2011-01-07 15:03:15 -08:00 |
relation_scoping_test.rb
|
Remove Relation#& alias for Relation#merge
|
2011-02-12 17:23:19 -08:00 |
relation_test.rb
|
|
|
relations_test.rb
|
Referencing a table via the ON condition in a join should force that table to be eager-loaded via a JOIN rather than via subsequent queries.
|
2011-03-07 08:51:17 -08:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
|
|
serialization_test.rb
|
make sure de-serialization happens on object instantiation
|
2011-02-01 15:23:55 -08:00 |
timestamp_test.rb
|
Implement and test private method all_timestamp_attributes_in_model
|
2011-02-02 12:45:14 -02:00 |
transaction_callbacks_test.rb
|
|
|
transactions_test.rb
|
|
|
unconnected_test.rb
|
In a number of places in the tests, we only need to turn off transactional fixtures when the DB does not support savepoints. This speeds the test run up by about 8-9% on my computer, when running rake test_sqlite3_mem :)
|
2011-01-11 13:45:07 -08:00 |
validations_repair_helper.rb
|
|
|
validations_test.rb
|
|
|
xml_serialization_test.rb
|
|
|
yaml_serialization_test.rb
|
adding an encode_with method for Psych dump/load methods
|
2011-01-05 14:59:19 -08:00 |