.. |
adapters
|
Fix warnings on mysql2 explain test
|
2013-12-10 08:06:48 -02:00 |
associations
|
make sure cached table name is a string. fixes #12582
|
2013-12-12 10:47:07 -08:00 |
attribute_methods
|
initialize generated modules on inclusion and on inheritence
|
2013-07-02 17:11:35 -07:00 |
coders
|
|
|
connection_adapters
|
|
|
connection_specification
|
|
|
fixture_set
|
Introduce a context for rendering fixtures ERB.
|
2013-12-03 02:52:26 -05:00 |
migration
|
Remove more skip
|
2013-11-08 14:18:54 -02:00 |
relation
|
Merge pull request #13029 from akshay-vishnoi/documentation
|
2013-11-25 00:47:59 -08:00 |
scoping
|
Fix bad usage of #select with hash
|
2013-12-03 10:45:40 -02:00 |
tasks
|
require the files we test
|
2013-11-25 11:33:31 -08:00 |
validations
|
Merge pull request #13061 from laurocaetano/fix-uniqueness-validation-for-aliased-attribute
|
2013-11-26 20:54:19 -02:00 |
adapter_test.rb
|
connection.type_to_sql returns a String for unmapped types.
|
2013-12-03 17:54:25 +01:00 |
aggregations_test.rb
|
|
|
ar_schema_test.rb
|
|
|
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
|
Fix AR#method_missing re-dispatching into overwritten attribute methods.
|
2013-09-29 18:58:50 +02:00 |
autosave_association_test.rb
|
Squashed commit of the following:
|
2013-10-01 15:40:40 -07:00 |
base_test.rb
|
Don't skip tests if we don't need to.
|
2013-11-08 13:59:07 -02: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
|
log bind variables after they were type casted.
|
2013-11-09 11:23:34 +01:00 |
calculations_test.rb
|
Fix type cast on group sum with custom expression
|
2013-12-10 14:30:12 +02:00 |
callbacks_test.rb
|
|
|
clone_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
column_test.rb
|
prevent global timezone state from leaking out of test cases.
|
2013-10-25 14:40:57 +02:00 |
connection_management_test.rb
|
Don't skip tests if we don't need to.
|
2013-11-08 13:59:07 -02:00 |
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
|
|
|
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
|
prevent global timezone state from leaking out of test cases.
|
2013-10-25 14:40:57 +02:00 |
defaults_test.rb
|
Handle single quotes in PostgreSQL default column values
|
2013-06-19 11:03:40 -05:00 |
dirty_test.rb
|
Add integration test for #12459
|
2013-12-05 21:32:51 -02:00 |
disconnected_test.rb
|
Don't skip tests if we don't need to.
|
2013-11-08 13:59:07 -02:00 |
dup_test.rb
|
Don't need to check if the scope respond to call
|
2013-08-31 14:53:28 -03:00 |
enum_test.rb
|
bring back constant to expose the enum mapping as HWIA.
|
2013-11-06 15:27:33 +01:00 |
explain_subscriber_test.rb
|
|
|
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
|
Prevent invalid code when using dynamic finders with Ruby's reserved words.
|
2013-12-11 01:00:32 -02:00 |
fixtures_test.rb
|
Fix bad test order dependency between LoadAllFixturesTest#test_all_there and FoxyFixturesTest#test_ignores_belongs_to_symbols_if_association_and_foreign_key_are_named_the_same
|
2013-11-16 00:22:05 -08:00 |
forbidden_attributes_protection_test.rb
|
Add regression test to #12343
|
2013-09-24 20:59:26 -03:00 |
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
Get rid of hack for freezing time on AR tests
|
2013-12-12 08:57:07 -02:00 |
hot_compatibility_test.rb
|
|
|
i18n_test.rb
|
|
|
inheritance_test.rb
|
Port test from cf1904f to avoid future regression
|
2013-10-03 14:11:12 -04:00 |
integration_test.rb
|
added one test case and example for ActiveRecord::Base.to_param method
|
2013-11-15 20:05:17 +05:30 |
invalid_connection_test.rb
|
Changed message for Model.inspect
|
2013-11-09 20:57:09 +01:00 |
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
|
|
json_serialization_test.rb
|
|
|
locking_test.rb
|
Deprecate unused quoted_locking_column method.
|
2013-09-24 21:56:52 +09:00 |
log_subscriber_test.rb
|
Don't skip tests if we don't need to.
|
2013-11-08 13:59:07 -02:00 |
migration_test.rb
|
Get rid of hack for freezing time on AR tests
|
2013-12-12 08:57:07 -02:00 |
migrator_test.rb
|
Revert "Used Yield instead of block.call" -- this causes all of atom_feed_helper_test.rb to fail with "SystemStackError: stack level too deep".
|
2013-11-14 15:31:27 -08:00 |
mixin_test.rb
|
replace custom Time stubbing with travel and travel_to .
|
2013-11-21 17:29:53 +01:00 |
modules_test.rb
|
add missing require
|
2013-10-02 17:04:02 -07:00 |
multiparameter_attributes_test.rb
|
Don't skip tests if we don't need to.
|
2013-11-08 13:59:07 -02:00 |
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
|
Raising an error when nil or non-hash is passed to update_attributes.
|
2013-06-25 20:56:58 -07:00 |
pooled_connections_test.rb
|
remove dead code
|
2013-07-08 16:30:10 -07:00 |
primary_keys_test.rb
|
Remove more skip
|
2013-11-08 14:18:54 -02:00 |
query_cache_test.rb
|
Currently, we clear query_cache in cache block finish, even if we may already have cache true.
|
2013-12-03 17:48:14 +05:30 |
quoting_test.rb
|
prevent global timezone state from leaking out of test cases.
|
2013-10-25 14:40:57 +02:00 |
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
|
scope_chain should not be mutated for other reflections
|
2013-10-14 11:59:59 -04:00 |
relation_test.rb
|
Merge pull request #12129 from Empact/deprecate-array-bang-delegation
|
2013-09-12 21:36:00 -03:00 |
relations_test.rb
|
Revert "Merge pull request #12518 from vipulnsward/remove_count_options"
|
2013-12-11 13:29:21 -02: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
|
Process sub-query relation's binding values
|
2013-10-20 21:07:07 +03:00 |
schema_dumper_test.rb
|
Don't skip tests if we don't need to.
|
2013-11-08 13:59:07 -02:00 |
serialization_test.rb
|
|
|
serialized_attribute_test.rb
|
prevent global timezone state from leaking out of test cases.
|
2013-10-25 14:40:57 +02:00 |
statement_cache_test.rb
|
|
|
store_test.rb
|
stored_attributes need to be specific to a subclass.
|
2013-10-25 08:35:35 +02:00 |
test_case.rb
|
Do not count query for all_constraints and all_tab_cols in Oracle
|
2013-11-18 11:59:36 +09:00 |
timestamp_test.rb
|
polymorphic belongs_to association with touch: true updates old record correctly
|
2013-12-05 16:03:07 +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
|
Don't skip tests if we don't need to.
|
2013-11-08 13:59:07 -02:00 |
transactions_test.rb
|
Ensure that a column added in a test is being removed after all
|
2013-11-13 19:21:40 +09:00 |
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
Typo fixes [ci skip]
|
2013-11-30 20:27:01 +05:30 |
xml_serialization_test.rb
|
prevent global timezone state from leaking out of test cases.
|
2013-10-25 14:40:57 +02:00 |
yaml_serialization_test.rb
|
Add test for ActiveRecord::Relation YAML serialization, for #5303 issue
|
2013-11-03 21:35:44 +07:00 |