.. |
adapters
|
skip hstore tests on PG databases that do not have hstore
|
2011-12-20 14:04:51 -06:00 |
associations
|
More tests deep including through habtm
|
2011-12-21 16:16:55 +05:30 |
attribute_methods
|
Let AttributeMethods do its own including etc
|
2011-12-15 20:45:42 +00: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
|
Should clear the primary keys cache also
|
2011-12-16 13:52:07 +00:00 |
connection_specification
|
respond_to? information of AR is not the responsibility of the spec
|
2011-11-29 11:48:55 -08: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
|
Unfluff the CI.
|
2011-12-14 11:05:00 +00:00 |
validations
|
'with_kcode' removed.
|
2011-12-21 15:39:50 +05:30 |
adapter_test.rb
|
Revert naive O(1) table_exists? implementation.
|
2011-12-13 23:46:26 +00: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
|
don't change class definition in test case
|
2011-11-29 09:14:21 -08:00 |
attribute_methods_test.rb
|
handle not only strings in date type cast
|
2011-12-19 23:41:09 +03:00 |
autosave_association_test.rb
|
Test case and fix for rails/rails#3450
|
2011-11-27 22:29:56 +01:00 |
base_test.rb
|
Removed test which works only < 1.9
|
2011-12-21 15:35:57 +05:30 |
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
|
ActiveRecord::Relation#pluck method
|
2011-11-30 11:03:00 +02:00 |
callbacks_test.rb
|
Deprecate set_table_name in favour of self.table_name= or defining your own method.
|
2011-11-29 20:13:36 +00: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
|
Move connection resoluion logic to it's own testable class.
|
2011-11-28 15:23:25 -08:00 |
connection_pool_test.rb
|
Automatic closure of connections in threads is deprecated. For example
|
2011-11-29 15:04:41 -08: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 |
explain_test.rb
|
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
|
2011-12-04 11:52:12 -08: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
|
Deprecate set_primary_key in favour of self.primary_key=
|
2011-11-29 20:13:37 +00:00 |
fixtures_test.rb
|
Errno::ENOENT error makes more sense when a file cannot be found
|
2011-12-10 16:32:07 -08: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
|
remove more uses of deprecated logger methods
|
2011-12-19 21:05:28 -08: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
|
Deprecate set_inheritance_column in favour of self.inheritance_column=
|
2011-11-29 20:13:36 +00: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
|
Removed test which works only < 1.9
|
2011-12-21 15:35:57 +05:30 |
log_subscriber_test.rb
|
remove more uses of deprecated logger methods
|
2011-12-19 21:05:28 -08:00 |
mass_assignment_security_test.rb
|
More checks for instance writers.
|
2011-10-27 16:25:50 +05:30 |
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
|
Allow to filter migrations by passing a block
|
2011-12-09 21:43:36 +01: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
|
pools are 1:1 with spec now rather than 1:1 with class
|
2011-11-28 15:23:25 -08:00 |
named_scope_test.rb
|
call scope within unscoped to prevent duplication of where values
|
2011-12-17 14:41:17 +03:00 |
nested_attributes_test.rb
|
Allow nested attributes in associations to update values in it's owner object. Fixes a regression from 3.0.x
|
2011-12-14 20:13:03 -06: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
|
Removed test which works only < 1.9
|
2011-12-21 15:35:57 +05:30 |
primary_keys_test.rb
|
Cache columns at the model level.
|
2011-12-16 13:52:07 +00:00 |
query_cache_test.rb
|
Added failing test case for changing schema in migration not clearing the prepared statement cache
|
2011-10-27 10:50:38 -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
|
Fix test as one more has_many added
|
2011-11-04 19:30:59 +05:30 |
relation_scoping_test.rb
|
Add return for 1.8.7
|
2011-12-14 11:11:12 +00:00 |
relation_test.rb
|
Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query
|
2011-11-05 16:22:18 +00:00 |
relations_test.rb
|
Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query
|
2011-11-05 16:22:18 +00: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
|
Fixed an issue id false option is ignored on mysql/mysql2 (fix #3440)
|
2011-11-06 02:15:47 +09:00 |
serialization_test.rb
|
Raise error when using write_attribute with a non-existent attribute.
|
2011-09-13 00:01:58 +01:00 |
store_test.rb
|
Fix typo
|
2011-11-30 23:18:40 +00:00 |
timestamp_test.rb
|
Allow instances to disable record_timestamps
|
2011-10-26 18:20:12 +01:00 |
transaction_callbacks_test.rb
|
Deprecate set_table_name in favour of self.table_name= or defining your own method.
|
2011-11-29 20:13:36 +00:00 |
transactions_test.rb
|
Automatic closure of connections in threads is deprecated. For example
|
2011-11-29 15:04:41 -08: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
|
Deprecate set_table_name in favour of self.table_name= or defining your own method.
|
2011-11-29 20:13:36 +00: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
|
Add hackery to make Syck use encode_with/init_with. Fixes 1.8 after recent changes to attribute serialization.
|
2011-12-01 01:15:16 +00:00 |