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
Joshua Peek 69742ca8fa Merge branch 'master' into active_model
Conflicts:
	activemodel/lib/active_model/core.rb
	activemodel/test/cases/state_machine/event_test.rb
	activemodel/test/cases/state_machine/state_transition_test.rb
	activerecord/lib/active_record/validations.rb
	activerecord/test/cases/validations/i18n_validation_test.rb
	activeresource/lib/active_resource.rb
	activeresource/test/abstract_unit.rb
2009-05-29 16:06:21 -05:00
..
associations Merge branch 'master' into active_model 2009-05-29 16:06:21 -05:00
validations Merge branch 'master' into active_model 2009-05-29 16:06:21 -05:00
active_schema_test_mysql.rb
active_schema_test_postgresql.rb
adapter_test.rb
aggregations_test.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
ar_schema_test.rb
associations_test.rb
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 Merge branch 'master' into active_model 2009-05-29 16:06:21 -05:00
base_test.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
batches_test.rb Ensure ActiveRecord::Base.find_in_batches fires doesnt fire an extra query unless needed 2009-03-11 15:24:30 +00:00
binary_test.rb
calculations_test.rb Fix duplicated test name 2009-04-29 15:46:43 -07:00
callbacks_observers_test.rb
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
column_alias_test.rb
column_definition_test.rb
connection_pool_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb Change table to prevent copying indexes on sqlite2 2009-04-21 13:28:49 +01:00
database_statements_test.rb
datatype_test_postgresql.rb
date_time_test.rb
default_test_firebird.rb
defaults_test.rb
deprecated_finder_test.rb
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
finder_test.rb Add missing model and fixtures to finder_test [#2671 state:resolved] 2009-05-18 15:58:25 +02:00
fixtures_test.rb Reimplement Fixtures.identify so that it consistently generates identities across ruby versions. 2009-05-18 13:40:45 -07:00
helper.rb Merge branch 'master' into active_model 2009-05-29 16:06:21 -05:00
i18n_test.rb
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
json_serialization_test.rb * Add pluggable JSON backends with support for the JSON gem. [rick] 2009-04-23 00:08:40 -07:00
lifecycle_test.rb
locking_test.rb Ensure Model#destroy respects optimistic locking [#1966 state:resolved] 2009-03-09 14:56:09 +00:00
method_scoping_test.rb Make sure default_scope#create checks for options[:conditions] [#2181 state:resolved] [James Le Cuirot] 2009-05-18 21:27:42 +02:00
migration_test.rb SQLite adapters now support DDL transactions [#2080 state:resolved] 2009-03-14 12:58:42 +00:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb Add missing models and fixtures [#2673 state:resolved] 2009-05-19 12:11:46 +02:00
nested_attributes_test.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
pk_test.rb
pooled_connections_test.rb Tests should use ActiveRecord::Base.connection.rollback_db_transaction to rollback a transaction 2009-05-01 16:00:09 +01:00
query_cache_test.rb
readonly_test.rb
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
repair_helper.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
reserved_word_test_mysql.rb
sanitize_test.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb Fixed dumping from postgresql columns in index in wrong order. [#2515 state:resolved] 2009-04-21 11:44:13 +01:00
schema_test_postgresql.rb Quote table names when casting to regclass so that capitalized tables are supported. [#2418 state:resolved] 2009-04-21 11:43:38 +01:00
serialization_test.rb
synonym_test_oracle.rb
timestamp_test.rb Added :touch option to belongs_to associations that will touch the parent record when the current record is saved or destroyed [DHH] 2009-04-16 17:25:55 -05:00
transactions_test.rb SQLite adapters now support DDL transactions [#2080 state:resolved] 2009-03-14 12:58:42 +00:00
unconnected_test.rb
validations_test.rb Deprecate Model#validate/validate_on_create/validate_on_update. Use Model.validate :method and likewise 2009-03-21 19:07:15 +00: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