.. |
adapters
|
Go through normal where logic when preloading associations
|
2014-12-26 16:12:56 -07:00 |
associations
|
eager_load preserves readonly flag for associations
|
2014-12-30 01:07:33 +09: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
|
Complete change of sqlite3:/// path handling
|
2014-04-03 01:41:34 +10:30 |
fixture_set
|
|
|
migration
|
Don't wrap create_table in a transaction for tests which run on MySQL
|
2014-12-22 14:15:56 -07:00 |
relation
|
Inform Arel we don't need additional type casting in tests
|
2014-12-26 17:50:20 -07:00 |
scoping
|
Inform Arel that we don't need to cast a value in tests
|
2014-12-26 17:01:05 -07:00 |
tasks
|
schema loading rake tasks maintain database connection for current env.
|
2014-09-03 18:02:44 +02:00 |
type
|
Fixing numeric attrs when set to same negative value
|
2014-12-23 00:19:14 -06:00 |
validations
|
pg tests, move uniqueness validation test to array tests.
|
2014-12-02 11:53:18 +01: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
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +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
|
Don't error when attributes is called on a frozen AR model
|
2014-12-08 12:48:24 -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
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
base_test.rb
|
Correctly handle multiple attribute method prefix/suffixes which match
|
2014-12-04 15:50:31 -07:00 |
batches_test.rb
|
|
|
binary_test.rb
|
/mysql/i -> MySQL, Spell correct in continuation to #15555
|
2014-06-14 17:11:08 +05:30 |
bind_parameter_test.rb
|
Remove the unused second argument to substitute_at
|
2014-11-17 15:04:40 -08:00 |
calculations_test.rb
|
Add test case for joined pluck
|
2014-12-11 14:54:03 -07:00 |
callbacks_test.rb
|
Remove unused "Developer" fixtures from tests
|
2014-12-08 13:07:56 -08:00 |
clone_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
Remove unused Column#coder
|
2014-05-28 07:48:07 -07:00 |
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
|
test should only pass if the pool.size+1 checkout fails
|
2014-03-17 17:37:05 -07:00 |
core_test.rb
|
implement ActiveRecord::Base#pretty_print + changelog
|
2014-05-29 08:06:03 -04:00 |
counter_cache_test.rb
|
Add :all argument to count in reset_counters
|
2014-07-02 20:21:36 -05:00 |
custom_locking_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
Don't raise on out-of-range datetimes passed by a user
|
2014-12-23 02:35:12 +00: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 calculate all in-place changes to determine if attribute_changed?
|
2014-12-22 14:55:58 -07:00 |
disconnected_test.rb
|
Use teardown helper method.
|
2014-03-14 20:48:59 -07:00 |
dup_test.rb
|
Don't error when dup ing a record with no PK
|
2014-07-02 07:00:26 -06:00 |
enum_test.rb
|
Enums shouldn't ruin people's anniversaries
|
2014-09-04 00:34:21 -07:00 |
explain_subscriber_test.rb
|
Use teardown helper method.
|
2014-03-14 20:48:59 -07:00 |
explain_test.rb
|
|
|
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
Don't perform statement caching for find when called from a scope
|
2014-12-22 15:38:58 -07:00 |
fixtures_test.rb
|
make it possible to access fixtures excluded by a default_scope .
|
2014-11-21 14:57:25 +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
|
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
|
Use teardown helper method.
|
2014-03-14 20:48:59 -07:00 |
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
|
Go through normal update_all logic when updating lock columns
|
2014-12-26 17:36:47 -07:00 |
log_subscriber_test.rb
|
Fix exception when logging SQL w/ nil binary value.
|
2014-05-02 12:39:40 -04:00 |
migration_test.rb
|
Build fix when running in isolation
|
2014-11-14 10:24:11 +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
|
Remove dead test code for unsupported adapters
|
2014-05-17 13:24:25 -06:00 |
multiple_db_test.rb
|
|
|
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
|
Provide :touch option to save() to accommodate saving without updating timestamps. [#18202]
|
2014-12-27 22:22:37 -06: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
|
Add bigint primary key support for MySQL.
|
2014-12-28 05:35:03 +09:00 |
query_cache_test.rb
|
Make select_all on query cache accept a Relation without binds.
|
2014-03-13 15:01:37 -04:00 |
quoting_test.rb
|
Always pass a column with a type object to quote
|
2014-06-28 14:50:30 -06:00 |
readonly_test.rb
|
Build fix when running in isolation
|
2014-11-14 10:24:11 +01:00 |
reaper_test.rb
|
Reap connections based on owning-thread death
|
2014-03-18 10:33:00 +10:30 |
reflection_test.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
relation_test.rb
|
Inform Arel that we don't need type casting in tests
|
2014-12-26 17:06:43 -07:00 |
relations_test.rb
|
Remove klass and arel_table as a dependency of PredicateBuilder
|
2014-12-26 15:19:42 -07: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
|
force: :cascade to recreate tables referenced by foreign-keys.
|
2014-12-19 11:27:04 +01: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
|
Provide a better error message for unsupported classes in serialize
|
2014-12-27 19:49:09 -07:00 |
statement_cache_test.rb
|
use an array for bind params to simplify substitution
|
2014-04-12 18:40:29 -07:00 |
store_test.rb
|
Introduce an Attribute object to handle the type casting dance
|
2014-06-13 10:20:54 -06:00 |
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
|
Make error message clearer that :on requires a symbol, not a string
|
2014-12-07 22:16:00 -05:00 |
transaction_isolation_test.rb
|
|
|
transactions_test.rb
|
Merge branch 'brainopia-remember_frozen_state_in_transaction'
|
2014-12-26 13:13:27 -07:00 |
types_test.rb
|
Use the correct values for int max and min
|
2014-10-31 13:25:16 -06:00 |
unconnected_test.rb
|
Use teardown helper method.
|
2014-03-14 20:48:59 -07:00 |
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
|
Test the serialized types of virtual columns in XML
|
2014-06-01 11:42:53 -06:00 |
yaml_serialization_test.rb
|
Implement required #encode_with
|
2014-07-15 15:50:29 -05:00 |