.. |
adapters
|
fixing unused variable warnings
|
2011-01-17 14:22:17 -08:00 |
associations
|
Has many through - It is not necessary to manually merge in the conditions hash for the through record, because the creation is done directly on the through association, which will already handle setting the conditions.
|
2011-01-30 11:58:09 +00:00 |
migration
|
Add :bulk => true option to change_table
|
2011-01-31 13:21:25 +00:00 |
session_store
|
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
|
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
|
code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them
|
2010-08-17 03:32:11 +02:00 |
ar_schema_test.rb
|
rolling out migrated_at until I can fix the build
|
2010-12-01 17:08:01 -08:00 |
associations_test.rb
|
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
|
2010-11-20 19:40:29 +01:00 |
attribute_methods_test.rb
|
Add test for e0e3adf
|
2011-01-07 16:25:25 -08:00 |
autosave_association_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 |
base_test.rb
|
Use encode_with for marshalling
|
2011-01-07 15:03:15 -08:00 |
batches_test.rb
|
preheat the table cache in arel
|
2011-01-14 11:16:31 -08:00 |
binary_test.rb
|
|
|
calculations_test.rb
|
Always return decimal average of integer fields
|
2011-01-10 15:51:32 -08:00 |
callbacks_test.rb
|
Cleanup deprecation warnings in active record
|
2010-09-06 13:39:55 +02:00 |
clone_test.rb
|
adding a specific case for clone testing
|
2010-11-23 14:29:04 -08:00 |
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
connection_management_test.rb
|
|
|
connection_pool_test.rb
|
fix whitespace errors
|
2010-11-30 13:38:48 -08:00 |
counter_cache_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
Move helper methods to helper.rb. Make test not depend on local TZ to pass or fail.
|
2010-09-21 15:07:43 +02:00 |
defaults_test.rb
|
|
|
deprecated_finder_test.rb
|
|
|
dirty_test.rb
|
fixing dup regressions
|
2010-11-23 14:29:05 -08:00 |
dup_test.rb
|
Testing that dup is resetting the timestamps
|
2010-11-25 01:18:43 +08:00 |
dynamic_finder_match_test.rb
|
fisting test organization
|
2010-09-29 10:36:32 -07:00 |
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
|
Make serialized fixtures work again
|
2010-12-29 16:15:45 +00:00 |
helper.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 |
i18n_test.rb
|
|
|
inheritance_test.rb
|
just use a hash for doing association caching
|
2011-01-07 11:28:11 -08:00 |
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
fisting typeo, thanks @vinibaggio
|
2010-11-19 11:42:58 -08:00 |
json_serialization_test.rb
|
fixed some issues with JSON encoding
|
2010-09-07 11:33:10 -07:00 |
lifecycle_test.rb
|
Refactor configure_dependency_for_has_many to use AssociationCollection#delete_all. It was necessary to change test_before_destroy in lifecycle_test.rb so that it checks topic.replies.size *before* doing the destroy, as afterwards it will now (correctly) be 0.
|
2010-12-31 20:00:44 +00:00 |
locking_test.rb
|
fixing bug where 1.8 hangs while running pg tests
|
2011-01-18 10:49:50 -08:00 |
log_subscriber_test.rb
|
|
|
mass_assignment_security_test.rb
|
|
|
method_scoping_test.rb
|
stop calling deprecated apis
|
2010-12-26 19:56:18 -07:00 |
migration_test.rb
|
Add :bulk => true option to change_table
|
2011-01-31 13:21:25 +00: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
|
transactional fixtures must be set to false for this test
|
2011-01-14 13:45:30 -08:00 |
named_scope_test.rb
|
Replace rudimentary named_scope with scope. [#6052 state:resolved]
|
2010-12-15 14:02:30 -08:00 |
nested_attributes_test.rb
|
Fixing incorrectly writtent testcase
|
2011-01-28 15:06:02 -08:00 |
persistence_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
pooled_connections_test.rb
|
Enable the sqlite3 in-memory test connection to work
|
2011-01-11 13:45:06 -08:00 |
primary_keys_test.rb
|
code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them
|
2010-08-17 03:32:11 +02:00 |
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
|
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_test.rb
|
isolating eager_loading? method
|
2010-11-30 16:10:49 -08:00 |
relations_test.rb
|
ActiveRecord::Relation#primary_key should return a string, just like ActiveRecord::Base.primary_key does.
|
2011-01-03 16:24:32 -08:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
rolling out migrated_at until I can fix the build
|
2010-12-01 17:08:01 -08:00 |
serialization_test.rb
|
|
|
timestamp_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
transaction_callbacks_test.rb
|
fisting after_rollback and after commit callbacks
|
2010-08-20 00:06:49 -07:00 |
transactions_test.rb
|
persisted? should be able to return a truthy object
|
2010-12-16 01:49:28 +05:30 |
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
|
Cleanup deprecation warnings in active record
|
2010-09-06 13:39:55 +02:00 |
xml_serialization_test.rb
|
Provide test for #4840: to_xml doesn't work in such case: Event.select('title as t').to_xml
|
2010-12-15 14:02:30 -08:00 |
yaml_serialization_test.rb
|
adding an encode_with method for Psych dump/load methods
|
2011-01-05 14:59:19 -08:00 |