.. |
associations
|
Add :validate option to associations. [#301 state:resolved]
|
2008-06-11 12:21:57 +01: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
|
Fix mysql 4.1 incompatibility in the active record schema tests.
|
2008-05-22 11:02:27 +12: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 SQL escaping for :limit and :offset in MySQL [Jonathan Wiess]
|
2008-06-01 09:15:11 -07:00 |
adapter_test_sqlserver.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
aggregations_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
ar_schema_test.rb
|
Add support for interleaving migrations by storing which migrations have run in the new schema_migrations table. Closes #11493 [jordi]
|
2008-04-09 16:20:15 +00:00 |
associations_test.rb
|
Create through associations can now work with blocks.
|
2008-05-24 18:26:13 +12:00 |
attribute_methods_test.rb
|
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved]
|
2008-06-03 13:32:53 -05:00 |
base_test.rb
|
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved]
|
2008-06-03 13:32:53 -05:00 |
binary_test.rb
|
Ruby 1.9 compat: force encoding for binary comparison tests
|
2008-04-01 06:58:52 +00:00 |
calculations_test.rb
|
Ensure AR#sum result is typecasted properly
|
2008-06-02 20:41:11 +01:00 |
callbacks_observers_test.rb
|
Callbacks fire before notifying observers [#230 state:resolved]
|
2008-06-03 13:38:00 -05:00 |
callbacks_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00: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 |
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
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
copy_table_test_sqlite.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00: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
|
Fix tests for postgres 8.3.x
|
2008-05-26 00:45:42 +01: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
|
Fix default nil tests for MySQL 5.0.51 [#192 state:resolved]
|
2008-05-31 12:36:07 -07:00 |
deprecated_finder_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
dirty_test.rb
|
ActiveRecord::Base#reload should clear dirty attributes. [#231 state:resolved]
|
2008-05-21 20:40:52 +01: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
|
Fix tests for postgres 8.3.x
|
2008-05-26 00:45:42 +01:00 |
fixtures_test.rb
|
Fix tests broken by mocha absence [#186 state:resolved]
|
2008-05-13 21:02:13 +01:00 |
helper.rb
|
Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now bundled
|
2008-03-30 23:01:06 +00:00 |
inheritance_test.rb
|
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved]
|
2008-06-03 13:32:53 -05: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
|
Tweak ActiveRecord::Base#to_json to include a root value in the returned hash: {post: {title: ...}} [rick]
|
2008-04-01 20:09:45 +00:00 |
lifecycle_test.rb
|
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
|
2008-03-24 02:50:02 +00:00 |
locking_test.rb
|
Fixed that pessimistic locking you reference the quoted table name (Josh Susser) [#67 state:resolved]
|
2008-04-30 15:04:08 -05:00 |
method_scoping_test.rb
|
Ensure :select passed in options overrides the one from the scope. [#239 state:resolved]
|
2008-05-29 14:10:24 +01:00 |
migration_test.rb
|
Fix failing tests on mysql 4.1 & ruby 1.8.4. [#237 state:resolved]
|
2008-05-22 12:13:11 +01: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
|
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved]
|
2008-06-03 13:32:53 -05:00 |
named_scope_test.rb
|
Ensure named_scope#empty? uses count query. [#262 state:resolved]
|
2008-05-28 11:02:07 +01:00 |
pk_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
query_cache_test.rb
|
Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable.
|
2008-03-31 01:10:04 +00:00 |
readonly_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
reflection_test.rb
|
Add :validate option to associations. [#301 state:resolved]
|
2008-06-11 12:21:57 +01: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 |
schema_authorization_test_postgresql.rb
|
PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. Closes #11127
|
2008-02-22 03:26:21 +00:00 |
schema_dumper_test.rb
|
Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementation non-optional
|
2008-05-07 13:01:46 +12: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 |
table_name_test_sqlserver.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
threaded_connections_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
transactions_test.rb
|
Ensure add_column gives valid error for sqlite. [Gunnar Wolf, Pratik] [#197 state:resolved]
|
2008-05-20 11:10:38 +01:00 |
unconnected_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
validations_test.rb
|
Substitute value into validates_format_of message
|
2008-05-31 16:59:03 -07:00 |
xml_serialization_test.rb
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |