.. |
adapters
|
Stop passing a column to quote in tests
|
2015-01-10 15:45:47 -07:00 |
associations
|
remove deprecated support to preload instance-dependent associaitons.
|
2015-01-05 11:44:14 +01:00 |
attribute_methods
|
Allow included modules to override association methods.
|
2014-09-09 10:00:30 +02:00 |
coders
|
|
|
connection_adapters
|
Remove deprecated access to connection specification using a string acessor.
|
2015-01-04 11:58:43 -03:00 |
connection_specification
|
|
|
fixture_set
|
|
|
migration
|
Use IO::NULL always
|
2015-01-10 15:11:05 +01:00 |
relation
|
Properly copy nested bind values from subqueried relations
|
2015-01-09 10:31:23 -07:00 |
scoping
|
Remove all cases of manuallly wrapping Arel::Nodes::Quoted
|
2014-12-29 11:21:56 -07:00 |
tasks
|
schema loading rake tasks maintain database connection for current env.
|
2014-09-03 18:02:44 +02:00 |
type
|
Stop relying on columns in sqlite quoting tests
|
2015-01-01 10:00:08 -07:00 |
validations
|
AR specific length validator to respect marked_for_destruction .
|
2014-12-30 10:25:58 +01:00 |
adapter_test.rb
|
Don't test invalid log encoding against PostgreSQL adapter
|
2015-01-02 19:00:33 -03:00 |
aggregations_test.rb
|
|
|
ar_schema_test.rb
|
Change the default null value for timestamps to false
|
2015-01-04 11:58:43 -03:00 |
associations_test.rb
|
Ensure first! and friends work on loaded associations
|
2014-12-29 11:56:37 -07: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
|
Add firebird support to test suite
|
2015-01-05 13:34:59 -03:00 |
attribute_set_test.rb
|
Don't error when attributes is called on a frozen AR model
|
2014-12-08 12:48:24 -07:00 |
attribute_test.rb
|
Deprecate false as the way to halt AR callbacks
|
2015-01-02 15:31:56 -08: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
|
Fix potenital stack level too deep with autosave or validation
|
2015-01-04 23:44:51 +01:00 |
base_test.rb
|
Add firebird support to test suite
|
2015-01-05 13:34:59 -03:00 |
batches_test.rb
|
|
|
binary_test.rb
|
|
|
bind_parameter_test.rb
|
Correctly fetch bind_values from join in subquery
|
2015-01-06 02:29:03 +03:00 |
calculations_test.rb
|
Add test case for joined pluck
|
2014-12-11 14:54:03 -07:00 |
callbacks_test.rb
|
Merge pull request #17227 from claudiob/explicitly-abort-callbacks
|
2015-01-03 17:22:20 -03: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
|
Support datetime values in AR::Type::DateTime#type_cast_for_database
|
2015-01-03 02:03:47 +03:00 |
defaults_test.rb
|
pg tests, get rid of global schema schema_1 .
|
2014-12-02 12:08:52 +01:00 |
dirty_test.rb
|
Don't attempt to save dirty attributes which are not persistable
|
2015-01-10 12:07:46 -07: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
|
Remove version conditional for calling GC.disable
|
2015-01-04 15:54:21 -03:00 |
fixtures_test.rb
|
Fix lookup of fixtures with non-string label
|
2015-01-06 17:15:39 +05:30 |
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
|
Change transaction callbacks to not swallowing errors.
|
2015-01-04 11:58:44 -03:00 |
hot_compatibility_test.rb
|
|
|
i18n_test.rb
|
|
|
inheritance_test.rb
|
Go through normal where logic when preloading associations
|
2014-12-26 16:12:56 -07: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
|
Properly persist lock_version as 0 if the DB has no default
|
2015-01-09 09:56:15 -07:00 |
log_subscriber_test.rb
|
Stop special casing null binary data in logging
|
2015-01-10 12:26:51 -07:00 |
migration_test.rb
|
Use IO::NULL always
|
2015-01-10 15:11:05 +01:00 |
migrator_test.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01: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
|
Fix count on a separate connection (fixes #18359)
|
2015-01-08 01:42:33 +03:00 |
nested_attributes_test.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
nested_attributes_with_callbacks_test.rb
|
|
|
persistence_test.rb
|
Merge pull request #11898 from prathamesh-sonpatki/patch-update
|
2015-01-02 10:48:48 -03:00 |
pooled_connections_test.rb
|
Fix connection leak when a thread checks in additional connections.
|
2014-12-23 09:54:52 -05:00 |
primary_keys_test.rb
|
Improve a dump of the primary key support.
|
2014-12-29 09:19:21 +09:00 |
query_cache_test.rb
|
Restore query cache on rollback
|
2014-12-01 15:45:50 +00:00 |
quoting_test.rb
|
|
|
readonly_test.rb
|
Build fix when running in isolation
|
2014-11-14 10:24:11 +01:00 |
reaper_test.rb
|
fix issue with reaping_frequency type
|
2014-12-17 19:45:31 -07:00 |
reflection_test.rb
|
Return a null column from column_for_attribute when no column exists.
|
2015-01-04 11:58:43 -03:00 |
relation_test.rb
|
Remove all cases of manuallly wrapping Arel::Nodes::Quoted
|
2014-12-29 11:21:56 -07:00 |
relations_test.rb
|
remove deprecation warning when modifying a Relation with cached arel.
|
2015-01-05 10:08:56 +01:00 |
reload_models_test.rb
|
|
|
result_test.rb
|
add length to ActiveRecord::Result
|
2014-10-13 12:01:41 -07:00 |
sanitize_test.rb
|
Remove deprecated sanitize_sql_hash_for_conditions
|
2015-01-04 11:58:44 -03:00 |
schema_dumper_test.rb
|
Add firebird support to test suite
|
2015-01-05 13:34:59 -03:00 |
secure_token_test.rb
|
Switch Secure Token generation to Base58
|
2015-01-09 18:47:44 -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
|
Remove deprecated serialized_attributes
|
2015-01-04 11:58:43 -03:00 |
statement_cache_test.rb
|
|
|
store_test.rb
|
|
|
test_case.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
timestamp_test.rb
|
Build fix when running in isolation
|
2014-11-14 10:24:11 +01:00 |
transaction_callbacks_test.rb
|
Change transaction callbacks to not swallowing errors.
|
2015-01-04 11:58:44 -03:00 |
transaction_isolation_test.rb
|
|
|
transactions_test.rb
|
Whitespace fixes from #18349
|
2015-01-05 14:20:23 -07:00 |
types_test.rb
|
Change the behavior of boolean columns to be closer to Ruby's semantics.
|
2015-01-04 11:58:44 -03:00 |
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
validations_test.rb
|
Ensure numericality validations work with mutation
|
2014-12-01 05:31:44 -07: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 |