.. |
adapters
|
Put the create_table block in a transaction.
|
2012-09-05 23:53:10 -03:00 |
associations
|
Merge pull request #4976 from kreynolds/fix_eager_without_pkey
|
2012-09-07 02:11:21 -07:00 |
attribute_methods
|
removes usage of Object#in? from the code base (the method remains defined by Active Support)
|
2012-08-06 00:30:02 +02:00 |
coders
|
|
|
connection_adapters
|
Cache the connection pool for a given class
|
2012-08-31 15:56:28 +01:00 |
connection_specification
|
|
|
fixtures
|
|
|
migration
|
column default extraction should handle newlines.
|
2012-08-17 10:21:35 -07:00 |
relation
|
|
|
tasks
|
Use the 'mysql' binary for 'rake db:structure:load'.
|
2012-09-05 11:10:15 -05:00 |
validations
|
Merge pull request #6827 from zephyr-dev/master
|
2012-07-27 11:02:29 -07:00 |
adapter_test.rb
|
|
|
aggregations_test.rb
|
fix order dependent test in AggregationsTest
|
2012-08-26 16:32:08 -05:00 |
ar_schema_test.rb
|
|
|
associations_test.rb
|
Add CollectionProxy#scope
|
2012-08-01 23:19:52 +01:00 |
attribute_methods_test.rb
|
test cleanup, remove ruby_type because it's no longer needed
|
2012-09-03 20:38:14 +02:00 |
autosave_association_test.rb
|
Deprecate ActiveRecord::Base.scoped.
|
2012-07-27 17:27:47 +01:00 |
base_test.rb
|
Fix for time type columns with invalid time
|
2012-09-05 21:05:04 +10:00 |
batches_test.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
binary_test.rb
|
|
|
bind_parameter_test.rb
|
|
|
calculations_test.rb
|
Fix pluck when columns/tables are reserved words.
|
2012-09-05 18:00:07 -04:00 |
callbacks_test.rb
|
|
|
clone_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
Add uuid type support to PostgreSQL adapter
|
2012-06-14 17:44:51 +04:00 |
column_test.rb
|
fix quoting for ActiveSupport::Duration instances
|
2012-07-04 22:39:16 -05:00 |
connection_management_test.rb
|
|
|
connection_pool_test.rb
|
Remove warnings and unused code
|
2012-06-11 22:07:37 -03:00 |
counter_cache_test.rb
|
reset_counters() was crashing when there were multiple belongs_to associations with the same foreign key.
|
2012-08-21 14:10:11 -03:00 |
custom_locking_test.rb
|
Deprecate ActiveRecord::Base.scoped.
|
2012-07-27 17:27:47 +01:00 |
database_statements_test.rb
|
|
|
date_time_test.rb
|
|
|
defaults_test.rb
|
removes usage of Object#in? from the code base (the method remains defined by Active Support)
|
2012-08-06 00:30:02 +02:00 |
deprecated_dynamic_methods_test.rb
|
Renaming active_record_deprecated_finders to activerecord-deprecated_finders
|
2012-08-17 10:21:52 +01:00 |
dirty_test.rb
|
Revert "Remove update_attribute."
|
2012-08-25 23:02:30 -03:00 |
dup_test.rb
|
|
|
explain_subscriber_test.rb
|
explain listener does not care about time, so use evented listener
|
2012-06-20 14:20:55 -07:00 |
explain_test.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
finder_respond_to_test.rb
|
made dynamic finders alias_attribute aware
|
2012-06-22 16:44:01 +02:00 |
finder_test.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
fixtures_test.rb
|
|
|
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
Remove the dependent_restrict_raises option.
|
2012-08-10 17:45:06 +01:00 |
i18n_test.rb
|
|
|
inclusion_test.rb
|
Make ActiveRecord::Model::DeprecationProxy work better
|
2012-08-03 19:36:37 +01:00 |
inheritance_test.rb
|
test cleanup, remove ruby_type because it's no longer needed
|
2012-09-03 20:38:14 +02:00 |
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
|
|
json_serialization_test.rb
|
Fix serializable_hash with xml generation and default :except option
|
2012-06-22 08:28:26 -03:00 |
lifecycle_test.rb
|
|
|
locking_test.rb
|
Use a model without counter cache to test read-only attributes
|
2012-08-21 15:47:02 -03:00 |
log_subscriber_test.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
mass_assignment_security_test.rb
|
Renaming active_record_deprecated_finders to activerecord-deprecated_finders
|
2012-08-17 10:21:52 +01:00 |
migration_test.rb
|
|
|
migrator_test.rb
|
|
|
mixin_test.rb
|
|
|
modules_test.rb
|
Deprecate ActiveRecord::Base.scoped.
|
2012-07-27 17:27:47 +01:00 |
multiple_db_test.rb
|
Use method compilation for association methods
|
2012-08-10 23:28:08 +01:00 |
named_scope_test.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
nested_attributes_test.rb
|
ensures that the test repairs the validation setup
|
2012-08-27 16:46:36 -05:00 |
persistence_test.rb
|
Revert "Remove update_attribute."
|
2012-08-25 23:02:30 -03:00 |
pooled_connections_test.rb
|
|
|
primary_keys_test.rb
|
|
|
query_cache_test.rb
|
Restore connection_id on error.
|
2012-07-23 00:46:00 +09:00 |
quoting_test.rb
|
fix quoting for ActiveSupport::Duration instances
|
2012-07-04 22:39:16 -05:00 |
readonly_test.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
reaper_test.rb
|
|
|
reflection_test.rb
|
Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."
|
2012-08-01 19:46:31 +01:00 |
relation_scoping_test.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
relation_test.rb
|
Merge pull request #6606 from amatsuda/ar_relation_model_method
|
2012-08-21 14:43:19 -07:00 |
relations_test.rb
|
Model.select takes a variable list of arguments.
|
2012-08-23 13:51:10 -05:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
ActiveRecord support to PostgreSQL 9.2 JSON type
|
2012-09-05 22:39:43 -03:00 |
serialization_test.rb
|
Move test to the correct file
|
2012-08-26 02:40:38 -03:00 |
serialized_attribute_test.rb
|
Add test to ensure that save will raise SerializationTypeMismatch if the
|
2012-08-26 03:56:19 -03:00 |
store_test.rb
|
correctly flag changed attributes in AR::Store, combine multiple calls to store_accessor
|
2012-09-05 11:01:26 -04:00 |
test_case.rb
|
load active_support/deprecation in active_support/rails
|
2012-08-02 21:59:23 +02:00 |
timestamp_test.rb
|
Use method compilation for association methods
|
2012-08-10 23:28:08 +01:00 |
transaction_callbacks_test.rb
|
|
|
transactions_test.rb
|
removing dead code
|
2012-08-20 16:12:59 -07:00 |
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
|
|
xml_serialization_test.rb
|
Fix AR tests due to builder change with nil values / empty strings
|
2012-09-07 13:31:28 -03:00 |
yaml_serialization_test.rb
|
|
|