.. |
acts
|
Deprecation tests. Remove warnings for dynamic finders and for the foo_count ethod if it's also an attribute.
|
2006-09-15 07:02:05 +00:00 |
associations
|
Pushing a record on an association collection doesn't unnecessarily load all the associated records.
|
2006-12-21 23:28:12 +00:00 |
connection_adapters
|
Sybase adapter fixes. Closes #6926 [jsheets]
|
2007-01-05 00:12:06 +00:00 |
locking
|
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 |
vendor
|
If only life was that simple (it didnt help)
|
2006-12-01 05:56:51 +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
|
Subclass instantiation doesn't try to explicitly require the corresponding subclass. Closes #6840.
|
2006-12-19 19:23:56 +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
|
try to appease the angry Oracle
|
2006-12-29 19:05:53 +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
|
Change fixture_path to a class inheritable accessor allowing test cases to have their own custom set of fixtures. Closes #6672 [zdennis]
|
2006-11-21 22:28:24 +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
|
|
|
reflection.rb
|
fix association exception messages, fix them so the error messages actually display
|
2006-07-20 00:34:09 +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
|
Add documentation for how to disable timestamps on a per model basis. Closes #5684. [matt@mattmargolis.net Marcel Molina Jr.]
|
2006-08-07 06:54:22 +00:00 |
transactions.rb
|
Rollback #new_record? and #id values for created records that rollback in an after_save callback. Closes #6910 [Ben Curren]
|
2007-01-02 05:36:30 +00:00 |
validations.rb
|
Consolidated different create and create! versions to call through to the base class with scope. This fixes inconsistencies, especially related to protected attribtues.
|
2006-12-06 00:13:31 +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 |