.. |
adapters
|
Test that PostgreSQL adapter includes usec when quoting DateTime
|
2013-08-28 18:23:59 -07:00 |
associations
|
Merge pull request #11958 from jetthoughts/extract_pre_process_orders_args
|
2013-09-04 02:00:09 -07:00 |
attribute_methods
|
initialize generated modules on inclusion and on inheritence
|
2013-07-02 17:11:35 -07:00 |
coders
|
Remove all error masking when decoding serialized data fails?
|
2013-04-02 11:45:14 -04:00 |
connection_adapters
|
Move method used only in the test to the test code itself
|
2013-04-25 01:43:28 +04:00 |
connection_specification
|
|
|
fixture_set
|
|
|
migration
|
Make 'enable_extension' revertible
|
2013-08-10 03:25:04 -04:00 |
relation
|
check class hierarchy with is_a? in PredicateBuilder.expand
|
2013-08-27 15:47:21 +03:00 |
scoping
|
asakusa.rb hack night!
|
2013-08-06 21:26:10 +09:00 |
tasks
|
Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd-party.
|
2013-06-05 21:16:50 +09:00 |
validations
|
Properly repair validations when dynamically added
|
2013-07-29 03:03:24 +09:00 |
adapter_test.rb
|
Defines the return type of select / select_all method.
|
2013-07-23 02:05:49 +09:00 |
aggregations_test.rb
|
Removed unnecessary class
|
2013-04-06 02:17:38 +05:30 |
ar_schema_test.rb
|
Call assume_migrated_upto_version on connection
|
2013-05-11 22:39:39 -04:00 |
associations_test.rb
|
do is_a? tests on assignment so runtime is faster
|
2013-07-31 18:19:36 -07:00 |
attribute_methods_test.rb
|
Remove deprecation warning from attribute_missing
|
2013-07-15 19:18:36 +02:00 |
autosave_association_test.rb
|
Do not re-save destroyed association on saving parent object
|
2013-07-15 20:39:30 +03:00 |
base_test.rb
|
clear all connections before forking
|
2013-08-31 13:13:49 -07:00 |
batches_test.rb
|
Merge pull request #11161 from dmitry/find_in_batches_works_without_logger
|
2013-06-28 06:00:20 -07:00 |
binary_test.rb
|
|
|
bind_parameter_test.rb
|
|
|
calculations_test.rb
|
Change test_registering_new_handlers and test_count_on_invalid_columns_raises
|
2013-08-02 05:55:31 +09:00 |
callbacks_test.rb
|
callbacks are wrapped with lambdas
|
2013-05-10 10:13:21 -07:00 |
clone_test.rb
|
Fix freeze applying to cloned objects
|
2013-04-15 19:57:28 -04:00 |
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
column_test.rb
|
Per #9999 revert the revert changing so columns are only tested for empty? as opposed to blank?
|
2013-04-03 12:14:48 +11:00 |
connection_management_test.rb
|
rescue from all exceptions in ConnectionManagement#call
|
2013-07-22 14:44:33 +05:30 |
connection_pool_test.rb
|
if we remove the connection from the pool, we should close it
|
2013-07-08 16:21:47 -07:00 |
core_test.rb
|
Extract AR::Core#inspect and AR::Core.inspect's test code from base_test.rb
|
2013-05-22 02:24:37 +09:00 |
counter_cache_test.rb
|
Refactor AR's counter_cache_test.rb test
|
2013-05-23 01:28:04 +09:00 |
custom_locking_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
|
|
defaults_test.rb
|
Handle single quotes in PostgreSQL default column values
|
2013-06-19 11:03:40 -05:00 |
dirty_test.rb
|
Removed deprecated methods partial_updates and family
|
2013-07-02 00:50:50 +05:30 |
disconnected_test.rb
|
Fix rake test_sqlite3_mem
|
2013-06-28 11:37:42 +01:00 |
dup_test.rb
|
Don't need to check if the scope respond to call
|
2013-08-31 14:53:28 -03:00 |
explain_subscriber_test.rb
|
Don't try to EXPLAIN select_db calls
|
2013-05-10 16:21:59 +02:00 |
explain_test.rb
|
|
|
finder_respond_to_test.rb
|
Avoid compiling regexs in AR::Base.respond_to?
|
2013-08-21 18:18:26 -07:00 |
finder_test.rb
|
Add a test case for exists? with multiple values
|
2013-09-04 20:49:04 -03:00 |
fixtures_test.rb
|
Add config to method calls in fixtures.
|
2013-08-26 17:24:23 -05:00 |
forbidden_attributes_protection_test.rb
|
|
|
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
interceptor should mimick original method
|
2013-07-29 09:38:44 +05:30 |
hot_compatibility_test.rb
|
|
|
i18n_test.rb
|
|
|
inheritance_test.rb
|
Fix #new with an STI object with complex inheritance
|
2013-04-02 09:50:06 -04:00 |
integration_test.rb
|
make test order independent by resetting timezone
|
2013-07-28 14:58:19 +05:30 |
invalid_connection_test.rb
|
Fix test
|
2013-06-28 11:46:03 +01:00 |
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
fix failing test caused by 3771e4d511
|
2013-05-06 16:49:06 -04:00 |
json_serialization_test.rb
|
|
|
locking_test.rb
|
Tidy up the "Specified column type for quote_value" changes
|
2013-07-22 04:39:38 -07:00 |
log_subscriber_test.rb
|
log the sql that is actually sent to the database
|
2013-06-19 17:37:27 +05:30 |
migration_test.rb
|
Adding deprecation assertions for proper_table_name.
|
2013-08-24 14:22:07 -04:00 |
migrator_test.rb
|
Remove deprecated String constructor from ActiveRecord::Migrator .
|
2013-07-04 09:49:03 +02:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
multiparameter_attributes_test.rb
|
reset default timezone and make test order independent
|
2013-07-28 16:08:01 +05:30 |
multiple_db_test.rb
|
|
|
nested_attributes_test.rb
|
This test does not test anything that happens in the real world. If you
|
2013-06-13 15:36:50 -07:00 |
nested_attributes_with_callbacks_test.rb
|
Use assert_not rather than refute
|
2013-08-12 15:21:21 +02:00 |
persistence_test.rb
|
Extract AR::Persistence#becomes's test code out from base_test.rb
|
2013-05-22 12:30:35 +09:00 |
pooled_connections_test.rb
|
remove dead code
|
2013-07-08 16:30:10 -07:00 |
primary_keys_test.rb
|
Fix class and method name typos
|
2013-05-12 15:03:14 +05:30 |
query_cache_test.rb
|
|
|
quoting_test.rb
|
Remove redundant string_to_binary from type-casting
|
2013-08-09 20:04:37 +05:30 |
readonly_test.rb
|
implicit_readonly is being removed in favor of calling readonly explicitly
|
2013-05-27 21:07:39 +02:00 |
reaper_test.rb
|
|
|
reflection_test.rb
|
acually get the actual source reflection 😢🔫
|
2013-07-23 17:02:14 -07:00 |
relation_test.rb
|
Merge pull request #11958 from jetthoughts/extract_pre_process_orders_args
|
2013-09-04 02:00:09 -07:00 |
relations_test.rb
|
Extracted from order processing of arguments, and use it for reorder to be consistent.
|
2013-09-04 11:57:39 +03:00 |
reload_models_test.rb
|
|
|
result_test.rb
|
Merge pull request #10993 from Empact/result-each-enumerator
|
2013-06-25 20:07:59 -03:00 |
sanitize_test.rb
|
Remove current_adapter? from test_sanitize_sql_hash_handles_associations
|
2013-05-08 06:40:15 +09:00 |
schema_dumper_test.rb
|
Correctly parse bigint defaults in PostgreSQL
|
2013-04-05 09:37:08 -04:00 |
serialization_test.rb
|
|
|
serialized_attribute_test.rb
|
Remove instance level serialized_attributes setting was deprecated.
|
2013-06-02 10:26:04 +09:00 |
statement_cache_test.rb
|
cleanup statement cache test
|
2013-04-11 18:08:46 +05:30 |
store_test.rb
|
Remove unnecessary testcase for instance level stored_attributes.
|
2013-06-02 10:33:36 +09:00 |
test_case.rb
|
assert_no_queries should allow to ignore some queries
|
2013-07-30 13:31:00 +05:30 |
timestamp_test.rb
|
Removed unused associations
|
2013-04-24 15:07:39 +01:00 |
transaction_callbacks_test.rb
|
Don't rewrite AR connection#commit_db_transaction method globally
|
2013-07-29 03:03:24 +09:00 |
transaction_isolation_test.rb
|
|
|
transactions_test.rb
|
Merge branch 'master' of github.com:rails/docrails
|
2013-08-17 21:49:16 +05:30 |
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
|
|
xml_serialization_test.rb
|
|
|
yaml_serialization_test.rb
|
|
|