.. |
adapters
|
fixing tests on ruby 1.8
|
2011-11-20 15:09:03 -08:00 |
associations
|
Merge pull request #3507 from jmazzi/issue-3503
|
2011-11-03 21:17:15 -07:00 |
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
|
pushing caching and visitors down to the connection
|
2011-11-19 20:19:53 -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
|
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
|
pushing caching and visitors down to the connection
|
2011-11-19 20:19:53 -08: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
|
Update ActiveRecord#attribute_present? to work as documented
|
2011-11-05 22:36:19 -04: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
|
ActiveRecord::Base#becomes should retain the errors of the original object.
|
2011-11-16 23:19:58 +00: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
|
pushing caching and visitors down to the connection
|
2011-11-19 20:19:53 -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 |
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
|
Fixes issue #3483, regarding using a mixture of ranges and discrete values in find conditions. Paired with Joey Schoblaska.
|
2011-11-14 21:43:27 -06:00 |
fixtures_test.rb
|
Use broken YAML that will fail with Syck as well as Psych. Fixes test_broken_yaml_exception in fixtures_test.rb on Ruby 1.8.7.
|
2011-10-09 16:47:53 -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
|
Includes stale record in StaleObjectError
|
2011-10-14 16:28:02 +02:00 |
log_subscriber_test.rb
|
Log instrumentation name for exists? queries
|
2011-06-22 13:41:34 -07: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
|
Revert "Merge pull request #1163 from amatsuda/sexier_migration_31"
|
2011-11-17 10:29:28 -08: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
|
Exclude _destroy parameter in :all_blank check (issue #2937)
|
2011-10-17 13:29:11 -04: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
|
pushing caching and visitors down to the connection
|
2011-11-19 20:19:53 -08:00 |
primary_keys_test.rb
|
Transactional fixtures enlist all active database connections.
|
2011-10-05 19:10:18 -07: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
|
Fix default scope thread safety. Thanks @thedarkone for reporting.
|
2011-08-13 16:54:05 +01: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
|
Merge branch 'master' of github.com:rails/rails
|
2011-10-25 17:22:55 -05:00 |
timestamp_test.rb
|
Allow instances to disable record_timestamps
|
2011-10-26 18:20:12 +01: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
|
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 |