.. |
adapters
|
Remove deprecated SchemaStatements#distinct
|
2013-07-02 16:41:17 -05:00 |
associations
|
Dropped deprecated option :restrict for :dependent in associations
|
2013-07-03 00:56:20 +05:30 |
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
|
Do not type cast all the database url values.
|
2013-02-24 14:36:18 -03:00 |
fixture_set
|
Move/rename files to follow naming conventions
|
2012-10-07 20:43:18 +02:00 |
migration
|
Fixes #10432 add_column not creating array columns in PostgreSQL
|
2013-06-04 00:18:59 -04:00 |
relation
|
Handle aliased attributes in ActiveRecord::Relation.
|
2013-05-01 16:36:01 -07:00 |
scoping
|
calling default_scope without a proc will raise ArgumentError
|
2013-07-02 08:07:33 +05:30 |
tasks
|
Remove FirebirdDatabaseTasks was deprecated, because this was provided by 3rd-party.
|
2013-06-05 21:16:50 +09:00 |
validations
|
Revert "Merge pull request #4490 from EmmanuelOga/master"
|
2013-06-04 00:33:50 +09:00 |
adapter_test.rb
|
Fixed typos in ActiveRecord
|
2013-03-28 20:25:43 +05:30 |
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
|
Fix typo in test name and documentation
|
2013-05-20 10:35:43 +05:30 |
attribute_methods_test.rb
|
Extract AR::AttributeMethods#attribute_for_inspect's test code out from base_test.rb
|
2013-05-22 02:32:37 +09:00 |
autosave_association_test.rb
|
destroys association records before saving/inserting new association records
|
2013-05-02 03:27:06 -04:00 |
base_test.rb
|
Remove instance level attr_readonly setting was deprecated.
|
2013-06-02 10:25:41 +09: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
|
Use Encoding::UTF_8 constant 🚯
|
2013-01-28 17:06:02 +09:00 |
bind_parameter_test.rb
|
|
|
calculations_test.rb
|
Remove deprecated :distinct option from Relation#count .
|
2013-07-01 22:11:20 +02: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
|
decouple column definition from the database connection
|
2013-03-22 16:21:59 -07:00 |
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
|
|
|
connection_pool_test.rb
|
fix typos
|
2013-06-15 09:14:28 +02: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
|
Deprecate obsolete Time to DateTime fallback methods
|
2012-12-11 13:57:05 +00:00 |
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
|
Fix typo: overriden => overriDDen
|
2013-03-28 18:52:14 +04:00 |
explain_subscriber_test.rb
|
Don't try to EXPLAIN select_db calls
|
2013-05-10 16:21:59 +02:00 |
explain_test.rb
|
Remove unused return value, because collecting_queries_for_explain isn't public API.
|
2013-03-06 00:35:55 +09:00 |
finder_respond_to_test.rb
|
Remove depreacted finders
|
2013-06-28 00:24:11 +02:00 |
finder_test.rb
|
Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT"
|
2013-05-10 16:13:46 +02:00 |
fixtures_test.rb
|
remove deprecated ActiveRecord::Base#connection method.
|
2013-07-01 22:44:24 +02:00 |
forbidden_attributes_protection_test.rb
|
Added STI support to init and building associations
|
2012-11-29 05:50:34 +00:00 |
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
Set Thread.abort_on_exception for the whole AS, AP, and AR tests
|
2013-01-24 20:00:45 +09:00 |
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
|
Add test for AR::Base#to_param
|
2013-05-02 22:16:51 +09:00 |
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
|
rewrite tests to have no side-effects on include_root_in_json .
|
2013-03-04 21:18:40 +01:00 |
locking_test.rb
|
Do not invoke callbacks when delete_all is called
|
2013-06-30 14:50:18 +05:30 |
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
|
Fix #10789. Now at last ::Logger doesn't support #silence method .
|
2013-06-05 17:55:53 +09:00 |
migrator_test.rb
|
Reset AR::Migration.verbose change to avoid depending on test run order
|
2013-01-08 09:12:51 +09:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
multiparameter_attributes_test.rb
|
Remove unneeded require
|
2012-10-06 19:31:57 -03:00 |
multiple_db_test.rb
|
Remove ActiveRecord::Model
|
2012-10-26 15:51:02 +01:00 |
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 |
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 ActiveRecord::Model
|
2012-10-26 15:51:02 +01:00 |
primary_keys_test.rb
|
Fix class and method name typos
|
2013-05-12 15:03:14 +05:30 |
query_cache_test.rb
|
Standardize the use of current_adapter?
|
2013-01-01 19:18:34 -03:00 |
quoting_test.rb
|
Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"
|
2013-02-27 08:46:40 -08: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
|
Removing not useful test related to reflect_on_all_associations
|
2013-07-02 12:14:16 +05:30 |
relation_test.rb
|
flatten merged join_values before building the joins
|
2013-06-22 08:33:03 +05:30 |
relations_test.rb
|
fix to_sql output on eager loaded relations
|
2013-07-02 16:11:29 -07:00 |
reload_models_test.rb
|
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
|
2013-01-18 09:15:19 -05:00 |
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
|
ActiveRecord::Base.include_root_in_json is false by default.
|
2013-03-04 21:18:40 +01:00 |
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
|
remove unused ActiveRecord::TestCase#sqlite3 method.
|
2013-07-02 22:12:25 +02:00 |
timestamp_test.rb
|
Removed unused associations
|
2013-04-24 15:07:39 +01:00 |
transaction_callbacks_test.rb
|
Revert "Merge pull request #6226 from gnufied/master"
|
2013-04-10 15:21:07 -03:00 |
transaction_isolation_test.rb
|
Rename update_attributes method to update, keep update_attributes as an alias
|
2013-01-03 11:51:21 -05:00 |
transactions_test.rb
|
remove deprecated PostgreSQLAdapter#outside_transaction? method.
|
2013-07-03 20:49:57 +02:00 |
unconnected_test.rb
|
Remove ActiveRecord::Model
|
2012-10-26 15:51:02 +01:00 |
validations_repair_helper.rb
|
The repair_validations helper was not working correctly before because
|
2013-03-19 12:23:20 -04:00 |
validations_test.rb
|
|
|
xml_serialization_test.rb
|
|
|
yaml_serialization_test.rb
|
|
|