.. |
adapters
|
add a session authorization setter to the pg connection
|
2010-10-26 13:44:11 -07:00 |
associations
|
removing unused variables
|
2010-10-20 09:38:15 -07:00 |
session_store
|
do not execute the session tests within transactions
|
2010-07-25 15:17:03 -07:00 |
validations
|
removing unused models from tests
|
2010-07-21 22:08:07 +02:00 |
adapter_test.rb
|
Fix test which prevents connection reset on failing and remove hardcoded connection
|
2010-06-18 15:28:14 -07:00 |
aggregations_test.rb
|
code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them
|
2010-08-17 03:32:11 +02:00 |
ar_schema_test.rb
|
fixing typo
|
2010-07-18 15:13:21 +02:00 |
associations_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
attribute_methods_test.rb
|
mysql tests are mostly passing
|
2010-10-26 13:44:08 -07:00 |
autosave_association_test.rb
|
has_one maintains the association with separate after_create/after_update
|
2010-10-22 10:28:53 +02:00 |
base_test.rb
|
adding a test to ensure offsets with no limits will work [#5316 state:resolved]
|
2010-10-20 17:17:22 -07:00 |
batches_test.rb
|
corrected AR find_each and find_in_batches to raise when the user uses select but does not specify the primary key
|
2010-05-09 13:14:47 +03:00 |
binary_test.rb
|
|
|
calculations_test.rb
|
Honor distinct option when used with count operation after group clause [#5721 state:resolved]
|
2010-10-11 09:39:34 -07:00 |
callbacks_test.rb
|
Cleanup deprecation warnings in active record
|
2010-09-06 13:39:55 +02:00 |
column_alias_test.rb
|
|
|
column_definition_test.rb
|
update tests for mysql2 support
|
2010-08-02 01:37:57 -07:00 |
connection_management_test.rb
|
fixing test file name
|
2010-07-16 13:54:14 -07:00 |
connection_pool_test.rb
|
fix ruby 1.9 deadlock problem, fixes #5736 add connection pool tests
|
2010-10-06 14:45:56 -06:00 |
counter_cache_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
database_statements_test.rb
|
|
|
date_time_test.rb
|
Move helper methods to helper.rb. Make test not depend on local TZ to pass or fail.
|
2010-09-21 15:07:43 +02:00 |
defaults_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
deprecated_finder_test.rb
|
|
|
dirty_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
dynamic_finder_match_test.rb
|
fisting test organization
|
2010-09-29 10:36:32 -07:00 |
finder_respond_to_test.rb
|
Use better assertion methods for testing
|
2010-05-19 10:18:36 +02:00 |
finder_test.rb
|
Add some tests for functionality in JoinAssociation which already exists but was previously untested
|
2010-10-13 08:24:19 -07:00 |
fixtures_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
helper.rb
|
exec returns an AR::Result
|
2010-10-26 13:44:07 -07:00 |
i18n_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
inheritance_test.rb
|
type_name should check for blank because people may have messed up databases
|
2010-09-30 16:03:05 -07:00 |
invalid_date_test.rb
|
activerecord tests should inherit from ActiveRecord::TestCase
|
2010-07-14 16:35:52 -07:00 |
json_serialization_test.rb
|
fixed some issues with JSON encoding
|
2010-09-07 11:33:10 -07:00 |
lifecycle_test.rb
|
ActiveModel::Observing: stop using Observable Ruby module, re-implement notify_observers
|
2010-04-16 13:09:07 -07:00 |
locking_test.rb
|
clear any stale connections before messing with threaded tests
|
2010-10-13 16:58:03 -07:00 |
log_subscriber_test.rb
|
Move runtime back to the Thread.current
|
2010-07-26 19:14:56 +02:00 |
mass_assignment_security_test.rb
|
mass_assignment_security moved from AR to AMo, and minor test cleanup
|
2010-07-08 18:28:45 +02:00 |
method_scoping_test.rb
|
Set attributes properly for model built from association with conditions [#5562 state:resolved]
|
2010-09-28 15:22:50 -03:00 |
migration_test.rb
|
Fix SQLite adapter name [#5842 state:resolved]
|
2010-10-19 10:44:59 -07:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
multiple_db_test.rb
|
Rename active_relation_engine -> arel_engine and active_relation_table -> arel_table
|
2010-01-16 16:02:30 +05:30 |
named_scope_test.rb
|
scopes can take an object that responds to call
|
2010-10-19 17:29:25 -07:00 |
nested_attributes_test.rb
|
Revert 0c0b0aa0f2 which introduced a security vulnerability.
|
2010-10-15 10:27:33 +13:00 |
persistence_test.rb
|
Fixing typo [#5485 state:resolved]
|
2010-08-28 17:51:22 -03:00 |
pooled_connections_test.rb
|
removing useless ternary
|
2010-08-19 10:46:10 -07:00 |
primary_keys_test.rb
|
code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them
|
2010-08-17 03:32:11 +02:00 |
query_cache_test.rb
|
one more mysql test left!
|
2010-10-26 13:44:09 -07:00 |
quoting_test.rb
|
all columns respond to string_to_binary, so no need to check respond_to?
|
2010-10-12 13:10:52 -07:00 |
readonly_test.rb
|
Don't publicize with_scope for tests since it may shadow public misuse
|
2009-12-28 14:07:23 -08:00 |
reflection_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
relation_scoping_test.rb
|
default scope merge where clauses [#5488 state:resolved]
|
2010-10-20 09:00:36 -07:00 |
relations_test.rb
|
adding bind_values to relations
|
2010-10-26 13:44:07 -07:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
Fix SQLite adapter name [#5842 state:resolved]
|
2010-10-19 10:44:59 -07:00 |
serialization_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
timestamp_test.rb
|
restore behavior of touch for models without :updated_xx [#5439 state:resolved]
|
2010-09-24 20:42:38 +02:00 |
transaction_callbacks_test.rb
|
fisting after_rollback and after commit callbacks
|
2010-08-20 00:06:49 -07:00 |
transactions_test.rb
|
Fix SQLite adapter name [#5842 state:resolved]
|
2010-10-19 10:44:59 -07:00 |
unconnected_test.rb
|
|
|
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
|
Cleanup deprecation warnings in active record
|
2010-09-06 13:39:55 +02:00 |
xml_serialization_test.rb
|
removing unused models from tests
|
2010-07-21 22:08:07 +02:00 |
yaml_serialization_test.rb
|
|
|