1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases
2009-10-14 17:19:24 -07:00
..
associations Merge branch 'associations_2' 2009-10-05 15:25:06 -03:00
validations Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed. 2009-09-08 10:26:39 -05:00
active_schema_test_mysql.rb
active_schema_test_postgresql.rb
adapter_test.rb Merge commit 'rails/master' 2009-08-10 18:07:33 -03:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Removed legacy test. 2009-07-20 16:53:48 -03:00
attribute_methods_test.rb 1=2 is invalid expression in Oracle SELECT 2009-08-06 23:40:59 +03:00
autosave_association_test.rb Define autosave association validation methods only when needed. [#3161 state:resolved] 2009-09-12 16:04:36 +02:00
base_test.rb Merge commit 'rails/master' 2009-10-07 12:23:23 -03:00
batches_test.rb
binary_test.rb
calculations_test.rb Merge commit 'rails/master' 2009-08-10 18:07:33 -03:00
callbacks_observers_test.rb Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
callbacks_test.rb Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
column_alias_test.rb
column_definition_test.rb AR should respect default values for MySQL BINARY and VARBINARY columns. 2009-08-09 21:05:26 -07:00
connection_pool_test.rb
connection_test_firebird.rb
connection_test_mysql.rb Enable use of MySQL stored procedures by default. 2009-09-17 10:57:03 -07:00
copy_table_test_sqlite.rb
database_statements_test.rb Oracle needs sequence value for primary key in INSERT statement 2009-08-06 23:40:59 +03:00
datatype_test_postgresql.rb
date_time_test.rb Revert "fallback_string_to_date sets Date._parse comp arg to true, so that strings with two-digit years, e.g. '1/1/09', are interpreted as modern years" [#2019 state:wontfix] 2009-08-05 08:26:12 -05:00
default_test_firebird.rb
defaults_test.rb
deprecated_finder_test.rb
dirty_test.rb I added this feature so that a Map of changed fields could be retrieved 2009-08-31 12:50:27 -05:00
finder_respond_to_test.rb
finder_test.rb Merge commit 'rails/master' 2009-08-08 19:14:35 -03:00
fixtures_test.rb Fix binary fixture test on Windows 2009-08-08 19:18:38 -07:00
helper.rb Move from git submodule to gem bundle 2009-10-14 17:19:24 -07:00
i18n_test.rb Model#human_attribute_name now accept symbols [#3025 status:resolved] 2009-08-09 23:55:54 +01:00
inheritance_test.rb Merge commit 'rails/master' 2009-08-08 19:14:35 -03:00
invalid_date_test.rb Oracle adapter returns Time value for DATE columns 2009-08-06 23:40:59 +03:00
json_serialization_test.rb
lifecycle_test.rb Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
locking_test.rb
method_scoping_test.rb Moved relation's test to relation_test. 2009-10-05 14:39:20 -03:00
migration_test.rb Add tests for scoping schema_migrations index by global table prefix and suffix 2009-08-09 22:59:04 -07:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb Changed to use klass instead of constantizing in assign_ids generated method 2009-08-09 02:52:06 -07:00
multiple_db_test.rb
named_scope_test.rb Merge commit 'rails/master' 2009-08-10 18:07:33 -03:00
nested_attributes_test.rb Add a :limit option to specify the maximum number of records that can be processed by accepts_nested_attributes_for 2009-10-09 16:08:11 +01:00
pk_test.rb raises exception (ActiveRecord::ConfigurationError with message) on habtm association creation if join table contains a primary key 2009-08-09 22:17:39 -07:00
pooled_connections_test.rb
query_cache_test.rb Oracle adapter recourns count() as numeric (not string) 2009-08-06 23:40:59 +03:00
readonly_test.rb
reflection_test.rb Make has_one with :conditions hash scope build or creation of the associated object with those conditions 2009-09-28 14:50:33 +13:00
relations_test.rb Relations: Added offset when finding with associations. Delegate array instance 2009-10-07 12:43:04 -03:00
reload_models_test.rb
reserved_word_test_mysql.rb
sanitize_test.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb PostgreSQL: XML datatype support 2009-08-09 22:24:54 -07:00
schema_test_postgresql.rb
serialization_test.rb
state_machine_test.rb Add simple support for ActiveModel's StateMachine for ActiveRecord 2009-08-04 11:03:57 -05:00
synonym_test_oracle.rb
timestamp_test.rb
transactions_test.rb Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
unconnected_test.rb
validations_test.rb Fix default_error_messages back to the original message 2009-09-11 18:34:12 -07:00
xml_serialization_test.rb Patch to ActiveModel's (and ActiveRecord, by association) XML serialization: If two parameters are present in Procs supplied to to_xml's :procs option, the model being serialized will be passed as the second argument [#2373 state:resolved] 2009-07-22 20:47:15 -05:00