.. |
acts
|
acts_as_nested_set works with single-table inheritance. Closes #6030.
|
2007-01-12 05:33:09 +00:00 |
associations
|
Aggregate reflection klass works with nested :class_name
|
2007-01-14 12:08:44 +00:00 |
connection_adapters
|
SQLServer: recognize real column type as Ruby float, correctly schema-dump tables with no indexes or descending indexes. References #7057, #7703. Closes #7333.
|
2007-03-03 14:20:57 +00:00 |
locking
|
Made increment_counter/decrement_counter play nicely with optimistic locking, and added a more general update_counters method
|
2007-02-07 16:10:40 +00:00 |
vendor
|
mysql.rb ignores IOError in finalizer when socket is already closed
|
2007-02-26 21:40:50 +00:00 |
wrappers
|
|
|
aggregations.rb
|
Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH]
|
2006-09-05 18:54:24 +00:00 |
associations.rb
|
Nodoc the irrelevant (from 1.2)
|
2007-01-26 21:37:38 +00:00 |
attribute_methods.rb
|
r4854@ks: jeremy | 2006-07-30 00:59:18 -0700
|
2006-07-31 03:43:03 +00:00 |
base.rb
|
Made increment_counter/decrement_counter play nicely with optimistic locking, and added a more general update_counters method
|
2007-02-07 16:10:40 +00:00 |
calculations.rb
|
SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations workaround, remove count(distinct) query rewrite, cleanup test connection scripts. Closes #6544.
|
2006-11-05 02:01:31 +00:00 |
callbacks.rb
|
Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH]
|
2006-09-05 18:54:24 +00:00 |
deprecated_associations.rb
|
update deprecations to include alternative methods (where available)
|
2006-10-24 17:25:30 +00:00 |
deprecated_finders.rb
|
update deprecations to include alternative methods (where available)
|
2006-10-24 17:25:30 +00:00 |
fixtures.rb
|
Setting fixtures automatically for integration tests is a bit harder -- will have to wait until the test superclass reform is implemented
|
2007-02-25 19:27:56 +00:00 |
migration.rb
|
Migration benchmark wrappers use alias_method_chain. Closes #6456.
|
2006-11-19 11:09:31 +00:00 |
observer.rb
|
Add an attribute reader method for ActiveRecord::Base.observers [Rick Olson]
|
2006-09-30 01:37:07 +00:00 |
query_cache.rb
|
Use the query cache iff Active Record is configured.
|
2007-02-22 08:14:47 +00:00 |
reflection.rb
|
Aggregate reflection klass works with nested :class_name
|
2007-01-14 12:08:44 +00:00 |
schema.rb
|
|
|
schema_dumper.rb
|
Schema dumper quotes date :default values.
|
2006-08-02 20:20:38 +00:00 |
timestamp.rb
|
Don't create instance writer methods for class attributes. Closes #7401 [Rick]
|
2007-01-28 01:31:31 +00:00 |
transactions.rb
|
Added database connection as a yield parameter to ActiveRecord::Base.transaction so you can manually rollback [DHH]
|
2007-02-21 22:13:39 +00:00 |
validations.rb
|
Docs: validations examples. Closes #7343.
|
2007-01-24 12:17:14 +00:00 |
version.rb
|
Version updates and missing licenses
|
2006-09-15 10:13:27 +00:00 |
wrappings.rb
|
Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.]
|
2006-04-29 18:10:14 +00:00 |
xml_serialization.rb
|
Use class name as XML_TYPE_NAMES key.
|
2006-09-29 22:45:58 +00:00 |