.. |
acts
|
Doc fix (closes #5504) [lee@omara.ca]
|
2006-07-05 01:43:47 +00:00 |
associations
|
Pushing a record onto a has_many :through sets the association's foreign key to the associate's primary key and adds it to the correct association. Closes #5829.
|
2006-08-20 05:23:34 +00:00 |
connection_adapters
|
Rollback #5819 since it's compatible with PostgreSQL 8.1 only. References #5819.
|
2006-08-22 08:58:32 +00:00 |
locking
|
r4664@asus: jeremy | 2006-06-19 18:55:36 -0700
|
2006-06-20 01:58:36 +00:00 |
vendor
|
Upgrade to Transaction::Simple 1.3
|
2006-03-15 18:22:12 +00:00 |
wrappers
|
|
|
aggregations.rb
|
Grammar fix in aggregations rdoc. Closes #5613.
|
2006-07-06 02:05:09 +00:00 |
associations.rb
|
Add records to has_many :through using <<, push, and concat by creating the association record. Raise if base or associate are new records since both ids are required to create the association. #build raises since you can't associate an unsaved record. #create! takes an attributes hash and creates the associated record and its association in a transaction.
|
2006-08-18 07:35:07 +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
|
Nested classes are given table names prefixed by the singular form of the parent's table name.
|
2006-08-16 09:46:43 +00:00 |
calculations.rb
|
Fixed that count distinct should use the selected column even when using :include (closes #5251) [anna@wota.jp]
|
2006-06-03 21:19:36 +00:00 |
callbacks.rb
|
Update callbacks documentation. Closes #3970.
|
2006-07-08 00:52:37 +00:00 |
deprecated_associations.rb
|
|
|
deprecated_finders.rb
|
Formally deprecate the deprecated finders. [Koz]
|
2006-08-05 23:00:34 +00:00 |
fixtures.rb
|
Use require_dependency and not require to load models
|
2006-08-12 19:29:46 +00:00 |
migration.rb
|
Fix announcement of very long migration names. Closes #5722.
|
2006-08-05 01:39:57 +00:00 |
observer.rb
|
Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Rick Olson]
|
2006-08-09 16:54:36 +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
|
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
|
r4644@asus: jeremy | 2006-06-16 14:57:03 -0700
|
2006-06-19 22:48:51 +00:00 |
validations.rb
|
alias_method_chain preserves method punctuation so foo, foo?, and foo! may be chained with the same feature.
|
2006-06-21 20:40:14 +00:00 |
version.rb
|
Include the calculations fix for a new release of AR
|
2006-04-09 21:27:32 +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
|
to_xml: correct naming of included associations. Closes #5831.
|
2006-08-20 14:38:58 +00:00 |