.. |
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
|
Don't create instance writer methods for class attributes. Closes #7401 [Rick]
|
2007-01-28 01:31:31 +00:00 |
locking
|
Don't create instance writer methods for class attributes. Closes #7401 [Rick]
|
2007-01-28 01:31:31 +00:00 |
vendor
|
If only life was that simple (it didnt help)
|
2006-12-01 05:56:51 +00:00 |
wrappers
|
Initial
|
2004-11-24 01:04:44 +00:00 |
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
|
Don't create instance writer methods for class attributes. Closes #7401 [Rick]
|
2007-01-28 01:31:31 +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
|
Fixtures use the table name and connection from set_fixture_class. Closes #7330.
|
2007-01-24 01:29:49 +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
|
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
|
2005-10-16 03:45:39 +00:00 |
reflection.rb
|
Aggregate reflection klass works with nested :class_name
|
2007-01-14 12:08:44 +00:00 |
schema.rb
|
Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) [rubyonrails@atyp.de]
|
2006-02-25 23:22:04 +00:00 |
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
|
Fix new_record? and id rollback. Closes #6910.
|
2007-01-12 05:10:06 +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 |