rails--rails/activerecord/test/cases
Aaron Patterson 3088d23647 Merge pull request #3232 from Juanmcuello/pg_prepared_statements
Use the schema_search_path in prepared statements.
2011-10-06 20:08:05 -07:00
..
adapters Merge pull request #3232 from Juanmcuello/pg_prepared_statements 2011-10-06 20:08:05 -07:00
associations Fixed failed test under 1.8.7 as map.keys order in indeterminable 2011-09-28 11:57:34 +05:30
attribute_methods Revert "Raise error on unknown primary key." 2011-10-05 20:21:21 +01: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 Reset column info when messing with columns. 2011-09-13 00:01:58 +01: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 Stop trying to be clever about when to define attribute methods. 2011-09-14 00:00:37 +01: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 Revert "Raise error on unknown primary key." 2011-10-05 20:21:21 +01: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 Transactional fixtures enlist all active database connections. 2011-10-05 19:10:18 -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 Raise error when using write_attribute with a non-existent attribute. 2011-09-13 00:01:58 +01:00
pooled_connections_test.rb Transactional fixtures enlist all active database connections. 2011-10-05 19:10:18 -07:00
primary_keys_test.rb Transactional fixtures enlist all active database connections. 2011-10-05 19:10:18 -07:00
query_cache_test.rb fix test error when running with postgresql. 2011-09-18 23:20:09 +05:30
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 Raise an exception on unknown primary key inside AssociationReflection. 2011-10-05 20:21:21 +01: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 Rename first_or_new to first_or_initialize. 2011-09-13 19:09:01 +01:00
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 Raise error when using write_attribute with a non-existent attribute. 2011-09-13 00:01:58 +01: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 Transactional fixtures enlist all active database connections. 2011-10-05 19:10:18 -07:00
validations_repair_helper.rb
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