1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases
Aaron Patterson 4909337a1f indentation
2013-06-11 11:24:16 -07:00
..
adapters the typecast value should be passed to the serializer. fixes #10830 2013-06-05 17:30:11 +09:00
associations Merge pull request #10824 from vipulnsward/wonderful 2013-06-02 13:26:54 -07:00
attribute_methods
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 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 Delegate #unscope query method 2013-04-28 23:00:35 -03:00
tasks Mute psql output when running rake db:schema:load 2013-04-30 17:24:29 -07: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 In batches test @total was assigned but not used. Use it in tests instead of Post.count 2013-05-21 12:26:13 +04:00
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Remove fall back and column restrictions for count. 2013-06-09 12:53:04 +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
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 Add test to AR's counter_cache_test.rb 2013-05-18 17:12:46 +09:00
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb
deprecated_dynamic_methods_test.rb
dirty_test.rb also assign nil in dirty nullable_datetime test. #10237 2013-04-22 09:46:57 +02: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
finder_respond_to_test.rb
finder_test.rb Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT" 2013-05-10 16:13:46 +02:00
fixtures_test.rb Allows setting fixture_path to a Pathname 2013-03-21 14:10:44 -07:00
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb
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_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 indentation 2013-06-11 11:24:16 -07:00
log_subscriber_test.rb
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
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb Created a method to automatically find inverse associations and cache 2013-05-07 23:24:43 -04: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
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
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 Fix tests which started to fail due to commit 0123c39f41 2013-05-18 18:22:21 +09:00
relation_test.rb Merge pull request #10495 from senny/postgres_test_cleanup 2013-05-28 08:21:18 -07:00
relations_test.rb Merge pull request #10561 from Empact/nix-throwresult 2013-06-07 03:03:18 -07:00
reload_models_test.rb
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
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
transactions_test.rb
unconnected_test.rb
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