.. |
adapters
|
Remove NULLS FIRST/LAST. closes #5152
|
2012-02-25 23:01:43 +09:00 |
associations
|
Merge pull request #4543 from jdelStrother/find_or_init
|
2012-02-01 15:15:29 -08:00 |
attribute_methods
|
Fix another race condition.
|
2012-01-20 18:32:27 +00:00 |
coders
|
|
|
connection_adapters
|
|
|
connection_specification
|
|
|
fixtures
|
|
|
identity_map
|
use Rack::BodyProxy in activerecord middlewares
|
2012-01-16 14:36:41 +03:00 |
migration
|
improved test case for partial indices
|
2012-02-09 19:04:07 -02:00 |
session_store
|
test a subclass so that the removed method does not imact other tests
|
2012-01-05 17:05:43 -08:00 |
validations
|
validate related records in the same validation context as parent.
|
2012-01-17 01:40:17 -03:00 |
adapter_test.rb
|
|
|
aggregations_test.rb
|
|
|
ar_schema_test.rb
|
|
|
associations_test.rb
|
Deprecate inferred JOINs with includes + SQL snippets.
|
2012-01-16 21:32:12 +00:00 |
attribute_methods_test.rb
|
Fix warning: assigned but unused variable
|
2012-03-01 03:09:33 +09:00 |
autosave_association_test.rb
|
call super
|
2012-01-04 16:21:16 -08:00 |
base_test.rb
|
Merge branch 'master' into instance_reader
|
2012-02-09 13:50:08 -08:00 |
batches_test.rb
|
|
|
binary_test.rb
|
Added test to illustrate bad binary blobs.
|
2012-01-31 13:45:00 -06:00 |
bind_parameter_test.rb
|
|
|
calculations_test.rb
|
typecast columns based on the returned types
|
2012-02-09 14:42:39 -08:00 |
callbacks_test.rb
|
|
|
clone_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
PG column consults oid types when typecasting
|
2012-02-10 16:06:39 -08:00 |
column_test.rb
|
on and ON are type casted to a true boolean column
|
2012-01-11 23:20:13 -02:00 |
connection_management_test.rb
|
database connections are automatically established after forking.
|
2012-02-16 14:33:38 -08:00 |
connection_pool_test.rb
|
|
|
counter_cache_test.rb
|
Fix bug where reset_counters resets the wrong counter cache.
|
2012-01-16 19:06:45 -08:00 |
custom_locking_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
|
|
defaults_test.rb
|
|
|
deprecated_finder_test.rb
|
|
|
dirty_test.rb
|
A test case for GH #3544 to ensure that a field named field works fine
|
2012-02-14 17:14:22 +09:00 |
dup_test.rb
|
Fixed after_initialize callbacks call on AR model #dup
|
2012-01-07 11:11:04 +02:00 |
dynamic_finder_match_test.rb
|
|
|
explain_subscriber_test.rb
|
let automatic EXPLAIN ignore CACHE notifications
|
2012-02-03 16:10:39 -08:00 |
explain_test.rb
|
disable automatic explain if there is no logger [closes #4671]
|
2012-01-26 02:50:46 -08:00 |
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
Fix regression from Rails 3.1
|
2012-01-27 09:37:14 +09:00 |
fixtures_test.rb
|
Revert PR#5001 "removed unuseful require for reply as we are not using require model"
|
2012-02-12 16:07:51 +05:30 |
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires SQLCounter which was moved to AR internal tests only.
|
2012-02-05 23:09:09 -07:00 |
i18n_test.rb
|
|
|
identity_map_test.rb
|
Revert PR#5001 "removed unuseful require for reply as we are not using require model"
|
2012-02-12 16:07:51 +05:30 |
inclusion_test.rb
|
|
|
inheritance_test.rb
|
|
|
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
migrate(:down) method with table_name_prefix
|
2012-01-11 00:35:06 +09:00 |
json_serialization_test.rb
|
|
|
lifecycle_test.rb
|
|
|
locking_test.rb
|
Add ActiveRecord::Base#with_lock
|
2012-01-18 23:23:41 +01:00 |
log_subscriber_test.rb
|
|
|
mass_assignment_security_test.rb
|
|
|
method_scoping_test.rb
|
Deprecate inferred JOINs with includes + SQL snippets.
|
2012-01-16 21:32:12 +00:00 |
migration_test.rb
|
moving ordered hash to normal hash because ruby 1.9.3 hash defaultly ordered one
|
2012-02-09 18:37:20 +05:30 |
migrator_test.rb
|
stop more ddl changes
|
2012-01-16 15:24:27 -08:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
Deprecate inferred JOINs with includes + SQL snippets.
|
2012-01-16 21:32:12 +00:00 |
multiple_db_test.rb
|
added test for #3732
|
2012-02-10 17:35:22 -05:00 |
named_scope_test.rb
|
Revert PR#5001 "removed unuseful require for reply as we are not using require model"
|
2012-02-12 16:07:51 +05:30 |
nested_attributes_test.rb
|
|
|
persistence_test.rb
|
|
|
pooled_connections_test.rb
|
|
|
primary_keys_test.rb
|
fix build 5001, model reply is required in cases/primary_keys_test too!
|
2012-02-12 14:02:24 +05:30 |
query_cache_test.rb
|
use Rack::BodyProxy in activerecord middlewares
|
2012-01-16 14:36:41 +03:00 |
quoting_test.rb
|
|
|
readonly_test.rb
|
|
|
reaper_test.rb
|
|
|
reflection_test.rb
|
reflection test fixed
|
2012-01-31 15:57:39 +02:00 |
relation_scoping_test.rb
|
Deprecate inferred JOINs with includes + SQL snippets.
|
2012-01-16 21:32:12 +00:00 |
relation_test.rb
|
Deprecate inferred JOINs with includes + SQL snippets.
|
2012-01-16 21:32:12 +00:00 |
relations_test.rb
|
fix build #5001 reply model required in relations_test
|
2012-02-12 13:35:50 +05:30 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
Fix warning: The method name is a duplicate and wrong.
|
2012-02-11 23:27:14 +09:00 |
serialization_test.rb
|
Replaced all 'for' loops with Enumerable#each
|
2012-01-30 03:15:49 +08:00 |
store_test.rb
|
Allow store to be a not null column.
|
2012-02-02 18:57:15 +00:00 |
test_case.rb
|
Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires SQLCounter which was moved to AR internal tests only.
|
2012-02-05 23:09:09 -07:00 |
timestamp_test.rb
|
|
|
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
|
No need to require psych since require yaml does that.
|
2012-01-04 14:29:13 -03:00 |