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
Sean Griffin 111990513b Push limit to type objects
Columns and injected types no longer have any conditionals based on the
format of SQL type strings! Hooray!
2014-05-22 14:02:56 -07:00
..
adapters Merge pull request #15249 from sgrif/sg-register-types-in-adapter 2014-05-22 13:59:18 -03:00
associations Fix polymorphic eager load with foreign_key as String. 2014-05-20 23:26:51 -03:00
attribute_methods
coders
connection_adapters Allow additional arguments to be used during type map lookups 2014-05-22 09:14:15 -07:00
connection_specification
fixture_set
migration fix rake test_sqlite3_mem. 2014-05-20 11:21:16 +02:00
relation Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_master 2014-05-14 20:29:30 -03:00
scoping Revert "Merge pull request #14544 from jefflai2/named_scope_sti" 2014-05-21 12:15:57 -03:00
tasks
validations move AR length validation tests into separate test-case. 2014-04-24 17:37:15 -05:00
adapter_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb Remove :timestamp column type 2014-05-19 11:32:13 -07:00
autosave_association_test.rb Revert "Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects"" 2014-05-20 20:42:46 -03:00
base_test.rb test, inline DeveloperWithAggregate, which is used by a single test. 2014-05-19 14:11:45 +02:00
batches_test.rb
binary_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
bind_parameter_test.rb Merge pull request #14524 from tgxworld/fix_unsubscribe_from_notifications 2014-03-29 14:53:29 +01:00
calculations_test.rb
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb Push limit to type objects 2014-05-22 14:02:56 -07:00
column_test.rb Inline typecasting helpers from Column to the appropriate types 2014-05-20 14:07:58 -07:00
connection_management_test.rb
connection_pool_test.rb
core_test.rb
counter_cache_test.rb Updates reset_counters to allow counter name in params 2014-05-16 22:27:44 -04:00
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
dirty_test.rb
disconnected_test.rb
dup_test.rb Add missing require to fix test 💣 2014-05-02 21:14:17 -03:00
enum_test.rb
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
integration_test.rb
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06: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
migrator_test.rb No need for trailing slash on migration path. 2014-04-24 16:16:45 -05:00
mixin_test.rb
modules_test.rb Add support for module-level table_suffix in models 2014-05-05 12:41:26 -07: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
nested_attributes_with_callbacks_test.rb
persistence_test.rb docs, instantiate expects String keys. [Rafal Piekarski & Yves Senn] 2014-05-20 10:37:17 +02:00
pooled_connections_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
primary_keys_test.rb Handle other pk types in PostgreSQL gracefully. 2014-05-12 10:55:52 +02:00
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb Regression test for irregular inflection on has_many 2014-04-18 01:12:27 -04:00
relation_test.rb Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548 2014-04-10 17:44:32 -03:00
relations_test.rb Merge pull request #14803 from kuldeepaggarwal/null_relation_sum_fix 2014-05-22 14:59:23 +09:30
reload_models_test.rb
result_test.rb
sanitize_test.rb remove warning 2014-04-18 23:15:42 +05:30
schema_dumper_test.rb Move extract_scale to decimal type 2014-05-21 15:07:29 -07:00
serialization_test.rb
serialized_attribute_test.rb
statement_cache_test.rb use an array for bind params to simplify substitution 2014-04-12 18:40:29 -07:00
store_test.rb Fix inheritance of stored_attributes (fixes #14672) 2014-05-14 22:32:13 +09:30
test_case.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
timestamp_test.rb ActiveRecord::Base.no_touching no longer triggers callbacks or start empty transactions. 2014-04-23 13:07:14 -05:00
transaction_callbacks_test.rb
transaction_isolation_test.rb
transactions_test.rb Clear transaction state if callback raise rollback 2014-05-15 16:29:16 -04:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Merge pull request #10662 from take/change-test-name-for-ActiveRecord--Validations#valid- 2014-05-11 19:26:56 -03:00
xml_serialization_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
yaml_serialization_test.rb