..
adapters
synchronize code and docs for timestamps
and add_timestamps
.
2014-11-20 15:30:46 +01:00
associations
Merge pull request #17575 from shikshachauhan/make-habtm-consistent
2014-11-19 18:33:31 -02:00
attribute_methods
Allow included modules to override association methods.
2014-09-09 10:00:30 +02:00
coders
connection_adapters
Merge pull request #17305 from ziggythehamster/activerecord-connectionhandling-RAILS_ENV-without-rails
2014-10-31 17:51:52 -02:00
connection_specification
fixture_set
migration
Support symbol foreign key to delete
2014-11-19 10:17:44 +09:00
relation
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
scoping
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
tasks
schema loading rake tasks maintain database connection for current env.
2014-09-03 18:02:44 +02:00
type
Reintroduce cache with tests
2014-11-19 12:11:26 -08:00
validations
Fixes a bug found when running individual tests against #17217 after merging
2014-11-10 08:33:44 -06:00
adapter_test.rb
Add where condition so select_one returns the correct record.
2014-07-28 20:05:32 +08:00
aggregations_test.rb
ar_schema_test.rb
synchronize code and docs for timestamps
and add_timestamps
.
2014-11-20 15:30:46 +01:00
associations_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
attribute_decorators_test.rb
Replace drop sql statement to drop_table method
2014-09-11 03:47:44 +09:00
attribute_methods_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
attribute_set_test.rb
Correctly determine if an attribute is uninitialized
2014-11-14 14:30:40 -07:00
attribute_test.rb
Implement ==
on Type::Value
and Attribute
2014-08-15 13:37:53 -06:00
attributes_test.rb
Don't modify the columns hash to set defaults from the attributes API
2014-10-31 16:06:14 -06:00
autosave_association_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
base_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
Remove the unused second argument to substitute_at
2014-11-17 15:04:40 -08:00
calculations_test.rb
Don't require calculations to be aliased to a column
2014-10-31 08:40:16 -06:00
callbacks_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
clone_test.rb
column_alias_test.rb
column_definition_test.rb
connection_management_test.rb
ar/connection_pool: honor overriden rack.test in middleware
2014-09-23 02:33:18 +00:00
connection_pool_test.rb
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb
dirty_test.rb
User Model#last to certainly get lastly created data
2014-08-28 19:27:22 +09:00
disconnected_test.rb
dup_test.rb
enum_test.rb
Enums shouldn't ruin people's anniversaries
2014-09-04 00:34:21 -07:00
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
fixtures_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
forbidden_attributes_protection_test.rb
Check attributes passed to create_with and where
2014-08-18 14:07:37 -03:00
habtm_destroy_order_test.rb
helper.rb
Remove redundant to_s
in interpolation
2014-10-30 08:48:32 -07:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb
Improve the performance of reading attributes
2014-11-18 15:20:19 -08:00
integration_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb
Silence another test that runs migrations
2014-08-29 10:34:26 +09:00
json_serialization_test.rb
locking_test.rb
Dynamically modified schema and association would not be correctly reset
2014-09-06 23:28:18 +09:00
log_subscriber_test.rb
migration_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
migrator_test.rb
Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster-yield
2014-10-18 17:08:24 -03:00
mixin_test.rb
modules_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb
nested_attributes_with_callbacks_test.rb
persistence_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
pooled_connections_test.rb
primary_keys_test.rb
Define id_was to get the previous value of the primary key
2014-08-06 23:46:31 -03:00
query_cache_test.rb
quoting_test.rb
readonly_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
reaper_test.rb
reflection_test.rb
Begin refactoring ThroughReflection
2014-07-08 08:49:19 -04:00
relation_test.rb
relations_test.rb
rm reorder_bind_params
2014-11-17 14:57:01 -08:00
reload_models_test.rb
result_test.rb
add length to ActiveRecord::Result
2014-10-13 12:01:41 -07:00
sanitize_test.rb
Add an assert_deprecated
for sanitize_sql_hash_for_conditions
2014-11-02 14:01:57 -07:00
schema_dumper_test.rb
Added SchemaDumper support for tables with jsonb columns.
2014-11-04 12:55:07 -05:00
serialization_test.rb
Use bind values for joined tables in where statements
2014-11-01 15:39:51 -06:00
serialized_attribute_test.rb
Fixed test throwing unused variable warning
2014-10-19 22:20:59 +05:30
statement_cache_test.rb
store_test.rb
test_case.rb
Ignore Postgresql "SELECT tablename FROM pg_tables" when counting queries
2014-08-20 17:50:11 +09:00
timestamp_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
transaction_callbacks_test.rb
Add option to stop swallowing errors on callbacks.
2014-08-18 14:47:48 -04:00
transaction_isolation_test.rb
transactions_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
types_test.rb
Use the correct values for int max and min
2014-10-31 13:25:16 -06:00
unconnected_test.rb
validations_repair_helper.rb
Clear validators before and after each test
2014-08-14 16:14:02 +09:00
validations_test.rb
Build fix when running in isolation
2014-11-14 10:24:11 +01:00
view_test.rb
reuse view test-cases for pg materialized view tests.
2014-09-11 16:47:52 +02:00
xml_serialization_test.rb
yaml_serialization_test.rb
Implement required #encode_with
2014-07-15 15:50:29 -05:00