.. |
adapters
|
renaming exec in the mysql adapter
|
2010-11-05 10:21:14 -07:00 |
associations
|
test case on has_one :through after a destroy
|
2010-11-29 10:48:48 +01:00 |
migration
|
command recorder will record commands sent to a delegate object
|
2010-11-19 10:24:16 -08:00 |
session_store
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
validations
|
removing many unused variables
|
2010-11-16 17:06:50 -08: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
|
not all databases return dates as strings
|
2010-12-01 14:59:17 -08:00 |
associations_test.rb
|
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
|
2010-11-20 19:40:29 +01:00 |
attribute_methods_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
autosave_association_test.rb
|
converting clone test to dup test
|
2010-11-23 14:29:05 -08:00 |
base_test.rb
|
fixing dup regressions
|
2010-11-23 14:29:05 -08: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
|
Remove SQL Server cases from tests for latest adapter work to pass rails expected behavior.
|
2008-11-19 18:00:56 +01:00 |
calculations_test.rb
|
Fix ActiveRecord calculations when grouped by multiple fields
|
2010-11-16 10:38:47 -08:00 |
callbacks_test.rb
|
Cleanup deprecation warnings in active record
|
2010-09-06 13:39:55 +02:00 |
clone_test.rb
|
adding a specific case for clone testing
|
2010-11-23 14:29:04 -08:00 |
column_alias_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
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 whitespace errors
|
2010-11-30 13:38:48 -08: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
|
Oracle needs sequence value for primary key in INSERT statement
|
2009-08-06 23:40:59 +03:00 |
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
|
Fix file permissions
|
2008-07-31 16:36:23 -05:00 |
dirty_test.rb
|
fixing dup regressions
|
2010-11-23 14:29:05 -08:00 |
dup_test.rb
|
Testing that dup is resetting the timestamps
|
2010-11-25 01:18:43 +08: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
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
fixtures_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
helper.rb
|
do not require ruby-debug automatically. please require it if you have declared it as a dependency
|
2010-11-19 16:26:09 -08: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
|
fixing dup regressions
|
2010-11-23 14:29:05 -08:00 |
invalid_date_test.rb
|
activerecord tests should inherit from ActiveRecord::TestCase
|
2010-07-14 16:35:52 -07:00 |
invertible_migration_test.rb
|
fisting typeo, thanks @vinibaggio
|
2010-11-19 11:42:58 -08: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
|
Don't depend on rubygems loading thread (for Mutex)
|
2010-11-25 06:47:27 +08: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
|
adding tests for #5234 and #5184. Tests were from Akira Matsuda. Thanks Akira!
|
2010-10-30 13:20:54 -07:00 |
migration_test.rb
|
make sure we have a value in migrated_at
|
2010-12-01 15:07:44 -08:00 |
mixin_test.rb
|
Force timestamp update
|
2008-03-31 03:57:25 +00:00 |
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
|
Models should be equals even after destroyed
|
2010-11-16 12:40:40 -02:00 |
nested_attributes_test.rb
|
fix warnings, stop using global variables
|
2010-11-30 18:46:56 -08:00 |
persistence_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08: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
|
removing many unused variables
|
2010-11-16 17:06:50 -08: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
|
Add timestamps to Topic
|
2010-11-02 01:24:31 +00:00 |
relation_scoping_test.rb
|
adding more tests surrounding where values hash
|
2010-11-29 16:41:02 -08:00 |
relation_test.rb
|
isolating eager_loading? method
|
2010-11-30 16:10:49 -08:00 |
relations_test.rb
|
Do not send id for quoting twice if the primary key is string.
|
2010-11-23 14:33:00 -08:00 |
reload_models_test.rb
|
Add missing fixture to allow reload models test to run isolated [#1609 state:resolved]
|
2008-12-20 20:39:25 +00:00 |
sanitize_test.rb
|
Change all calls to String#chars to String#mb_chars.
|
2008-09-21 18:01:15 +02:00 |
schema_dumper_test.rb
|
fixing tests and warnings
|
2010-12-01 14:33:59 -08: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
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
transaction_callbacks_test.rb
|
fisting after_rollback and after commit callbacks
|
2010-08-20 00:06:49 -07:00 |
transactions_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
unconnected_test.rb
|
Fix file permissions
|
2008-07-31 16:36:23 -05: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
|
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
|
Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on ActiveRecord models with DateTime attributes.
|
2009-12-15 08:15:21 -06:00 |