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
2011-09-10 09:38:57 +05:30
..
adapters LRU cache in mysql and sqlite are now per-process caches. 2011-09-07 15:26:47 -07:00
associations Don't include any of includes, preload, joins, eager_load in the through association scope. 2011-09-07 09:27:41 +01:00
attribute_methods please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
coders please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
connection_adapters Merge pull request #2897 from rsutphin/ar31-remove_connection 2011-09-06 17:43:58 -07:00
fixtures Fix a couple of helper requires that were missed. This was causing the tests to fail to run on 1.8.7. 2011-06-07 08:35:55 +01:00
identity_map please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
migration Fixed bad options order in ActiveRecord::Migration::CommandRecorder#invert_rename_index 2011-08-28 06:02:15 +02:00
session_store please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
validations please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
adapter_test.rb Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now. 2011-08-08 23:28:23 +01:00
aggregations_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
ar_schema_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
associations_test.rb Add a proxy_association method to association proxies, which can be called by association extensions to access information about the association. This replaces proxy_owner etc with proxy_association.owner. 2011-07-27 12:36:00 +01:00
attribute_methods_test.rb Revert "Merge pull request #2543 from htanata/unused_require_in_ar_test" 2011-08-16 09:24:49 -03:00
autosave_association_test.rb Oops, this should have been in the last commit 2011-06-12 19:05:29 +01:00
base_test.rb Add missing require in base_test.rb, fixes isolated test 2011-09-09 12:46:06 -05:00
batches_test.rb Sort here to make sure the order is ok. 2011-09-05 12:49:34 +05:30
binary_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
bind_parameter_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
calculations_test.rb pg does not allow aliases in the having clause, but functions are fine 2011-08-05 11:20:15 -07:00
callbacks_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
clone_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
column_alias_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
column_definition_test.rb Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapter and Mysql2Adapter. 2011-08-29 12:43:39 +01:00
connection_management_test.rb adding more tests around database uri parsing 2011-07-21 12:57:05 -07:00
connection_pool_test.rb Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now. 2011-08-08 23:28:23 +01:00
counter_cache_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
custom_locking_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
database_statements_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
date_time_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
defaults_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
deprecated_finder_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
dirty_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
dup_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
dynamic_finder_match_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
finder_respond_to_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
finder_test.rb Add ROWNUM to test first and last to support Oracle. 2011-09-07 07:40:55 -04:00
fixtures_test.rb * Psych errors with poor yaml formatting are proxied. Fixes #2645, #2731 2011-09-01 15:08:19 -07:00
habtm_destroy_order_test.rb Destroy association habtm record before destroying the record itself. Fixes issue #402. 2011-07-08 22:26:54 +01:00
helper.rb If we're going to use a global variable, let's at least namespace it 2011-06-12 18:38:39 +01:00
i18n_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
identity_map_test.rb Changed a few instances of of words in the API docs written in British English to 2011-07-24 10:21:42 +00:00
inheritance_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
invalid_date_test.rb Changed a few instances of of words in the API docs written in British English to 2011-07-24 10:21:42 +00:00
invertible_migration_test.rb Ensure that .up and .down work as well. 2011-08-02 18:57:34 -07:00
json_serialization_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
lifecycle_test.rb Allow ActiveRecord observers to be disabled. 2011-08-12 20:48:44 -07:00
locking_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
log_subscriber_test.rb Log instrumentation name for exists? queries 2011-06-22 13:41:34 -07:00
mass_assignment_security_test.rb Pass mass-assignment options to nested models - closes #1673. 2011-06-13 13:02:51 +01:00
method_scoping_test.rb Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now. 2011-08-08 23:28:23 +01:00
migration_test.rb Changed the default value for the options argument on ActiveRecord::ConnectionAdapters::Table#column_exists? from nil to an empty Hash {}. 2011-06-18 14:38:38 -06:00
mixin_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
modules_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
multiple_db_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
named_scope_test.rb #first doesn't take an order in this test 2011-09-06 10:01:33 +02:00
nested_attributes_test.rb assign_nested_attributes_for_collection_association should work with Ruby 1.9 [Closes #2106] 2011-07-20 15:40:01 -07:00
persistence_test.rb Bring back the ability to provide :order for update_all. 2011-07-25 13:33:44 +02:00
pooled_connections_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
primary_keys_test.rb Revert "to_key on a destroyed model should return nil". Closes #2440 2011-08-05 19:39:19 -03:00
query_cache_test.rb fixing typo 2011-08-28 16:31:13 -07:00
quoting_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
readonly_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
reflection_test.rb cache the plural name on the reflection so we do not pay pluralize costs on joins 2011-06-30 15:31:22 -07:00
relation_scoping_test.rb Fix default scope thread safety. Thanks @thedarkone for reporting. 2011-08-13 16:54:05 +01:00
relation_test.rb oops! remove debugging codes 2011-06-27 14:46:56 -07:00
relations_test.rb Not used variables removed. Warnings removed. 2011-09-10 09:38:57 +05:30
reload_models_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
sanitize_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
schema_dumper_test.rb remove extra require for 'stringio' as it is required in helper.rb 2011-07-31 18:05:05 +05:30
serialization_test.rb Move to_xml tests to xml_serialization_test.rb 2011-07-17 11:34:07 -07:00
timestamp_test.rb fix typo 2011-06-08 03:31:33 +06:00
transaction_callbacks_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
transactions_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
unconnected_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
validations_repair_helper.rb Simplify repair_validations on AR and make it work with new callbacks. 2010-01-01 03:20:38 +01:00
validations_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
xml_serialization_test.rb Move to_xml tests to xml_serialization_test.rb 2011-07-17 11:34:07 -07:00
yaml_serialization_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00