.. |
associations
|
Ensure has_many :through works with changed primary keys [#736 state:resolved]
|
2009-03-09 13:43:28 +00:00 |
aaa_create_tables_test.rb
|
Use schema.rb for all databases
|
2008-04-22 13:55:13 +12:00 |
active_schema_test_mysql.rb
|
Make sure recreate MySQL test database with the proper encoding and collation [#1165 state:resolved]
|
2008-10-03 22:08:55 +02:00 |
active_schema_test_postgresql.rb
|
PostgreSQL: update create_database_with_encoding test also
|
2008-06-07 13:43:52 -07:00 |
adapter_test.rb
|
Added db:charset support to PostgreSQL. [#556 state:resolved]
|
2008-07-14 04:11:52 +01:00 |
aggregations_test.rb
|
Add missing assert_deprecated calls to prevent spam during test runs
|
2008-09-11 11:21:22 +02:00 |
ar_schema_test.rb
|
Autoload ActiveRecord files
|
2008-11-24 11:14:24 -06:00 |
associations_test.rb
|
Remove the functionality introduce in 28d3390
|
2008-10-10 17:04:46 +02:00 |
attribute_methods_test.rb
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
autosave_association_test.rb
|
Don't validate records of an :autosave association if they're marked for destruction. [#2064 status:resolved]
|
2009-02-27 13:57:27 +01:00 |
base_test.rb
|
Allow find(:last) :order be a symbol [#2024 state:resolved]
|
2009-03-09 12:52:14 +00:00 |
batches_test.rb
|
Rename ActiveRecord::Base.each to ActiveRecord::Base.find_each
|
2009-03-11 15:07:23 +00: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
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
callbacks_observers_test.rb
|
Callbacks fire before notifying observers [#230 state:resolved]
|
2008-06-03 13:38:00 -05:00 |
callbacks_test.rb
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
class_inheritable_attributes_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00: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
|
Don't set "NULL" as a constraint on nullable columns [#398 state:resolved]
|
2008-08-23 19:51:09 +03:00 |
connection_pool_test.rb
|
Add test case for ActiveRecord::ConnectionAdapters::ConnectionManagement.
|
2009-02-25 12:48:53 -06:00 |
connection_test_firebird.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
connection_test_mysql.rb
|
Mysql#reconnect is set according to the 'reconnect' key in the connection spec.
|
2009-01-27 09:55:25 +13:00 |
copy_table_test_sqlite.rb
|
Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id (:id => true in the create_table) if an :id column is present, even if it isn't a primary_key.
|
2009-01-29 17:34:33 +13:00 |
database_statements_test.rb
|
PostgreSQL: insert looks up pk and sequence name if not given. [#384 state:resolved]
|
2008-06-10 15:50:01 -07:00 |
datatype_test_postgresql.rb
|
Fixed tests of postgresql money insertion when non-C locale
|
2009-02-06 13:39:07 +13:00 |
date_time_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
default_test_firebird.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
defaults_test.rb
|
Merge commit 'origin/master' into savepoints
|
2008-12-03 19:30:35 +01:00 |
deprecated_finder_test.rb
|
Fix file permissions
|
2008-07-31 16:36:23 -05:00 |
dirty_test.rb
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
finder_respond_to_test.rb
|
Ensure that respond_to? considers dynamic finder methods. Closes #11538. [floehopper]
|
2008-04-06 22:26:15 +00:00 |
finder_test.rb
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
fixtures_test.rb
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
helper.rb
|
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
|
2009-02-03 18:40:22 -08:00 |
i18n_test.rb
|
use :en as a default locale (in favor of :en-US)
|
2008-11-18 14:23:53 +01:00 |
inheritance_test.rb
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
invalid_date_test.rb
|
Fix calculations on associations with custom :foreign_key. Closes #8117 [kamal, jack]
|
2008-02-02 04:28:42 +00:00 |
json_serialization_test.rb
|
Fix the AR json serialization tests to comply with the earlier change to quote keys correctly
|
2009-01-16 17:57:45 +13:00 |
lifecycle_test.rb
|
Added missing fixtures for tests which fail to run independently if run after schema reset
|
2008-08-04 11:50:15 +02:00 |
locking_test.rb
|
Ensure Model#destroy respects optimistic locking [#1966 state:resolved]
|
2009-03-09 14:56:09 +00:00 |
method_scoping_test.rb
|
Don't duplicate :order from scope and options, it makes mysql do extra work
|
2009-03-10 23:11:05 -07:00 |
migration_test.rb
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
migration_test_firebird.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
mixin_test.rb
|
Force timestamp update
|
2008-03-31 03:57:25 +00:00 |
modules_test.rb
|
Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #10289. [scott_willson]
|
2008-04-07 19:44:37 +00:00 |
multiple_db_test.rb
|
Move the transaction counter to the connection object rather than maintaining it on the current Thread.
|
2008-07-15 21:25:12 +02:00 |
named_scope_test.rb
|
Ensure nested with_scope merges conditions inside out [#2193 state:resolved]
|
2009-03-10 11:49:58 +00:00 |
nested_attributes_test.rb
|
Changed API of NestedAttributes to take an array, or hash with index keys, of hashes that have the id on the inside of the attributes hash and updated the FormBuilder to produce such hashes. Also fixed NestedAttributes with composite ids.
|
2009-02-13 21:47:56 +13:00 |
pk_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
pooled_connections_test.rb
|
Fix typo in pool_conections_test [#1350 state:committed]
|
2008-11-14 11:54:05 +01:00 |
query_cache_test.rb
|
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
|
2009-02-03 18:40:22 -08:00 |
readonly_test.rb
|
Fix file permissions
|
2008-07-31 16:36:23 -05:00 |
reflection_test.rb
|
Fix find_by_last when order is given [#2127 state:committed]
|
2009-03-09 13:02:31 +01: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 |
repair_helper.rb
|
Add repair_helper.rb file I forgot in previous commit 8a92cd
|
2008-12-19 13:52:21 +00:00 |
reserved_word_test_mysql.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
sanitize_test.rb
|
Change all calls to String#chars to String#mb_chars.
|
2008-09-21 18:01:15 +02:00 |
schema_authorization_test_postgresql.rb
|
Rescue spurious failures in case dummy postgresql user or schema already exists
|
2008-09-04 17:20:07 +02:00 |
schema_dumper_test.rb
|
Autoload ActiveRecord files
|
2008-11-24 11:14:24 -06:00 |
schema_test_postgresql.rb
|
Make the schema dumper respect the schema settings in database.yml. References #8659 [sveiss]
|
2008-03-03 06:56:31 +00:00 |
serialization_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
synonym_test_oracle.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
transactions_test.rb
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
unconnected_test.rb
|
Fix file permissions
|
2008-07-31 16:36:23 -05:00 |
validations_i18n_test.rb
|
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
|
2009-02-03 18:40:22 -08:00 |
validations_test.rb
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
xml_serialization_test.rb
|
Ensure ActiveRecord#to_xml respects :skip_types for included associations [#1632 state:resolved]
|
2009-03-10 11:17:16 +00:00 |