.. |
acts
|
Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.]
|
2006-04-29 18:10:14 +00:00 |
associations
|
Fixed that has_many.create ended up with duplicate objects (closes #5250) [daniel@nouvelles-solutions.com]
|
2006-06-03 21:16:50 +00:00 |
connection_adapters
|
PostgreSQL: don't ignore port when host is nil since it's often used to label the domain socket. Closes #5247.
|
2006-06-02 01:25:11 +00:00 |
vendor
|
Upgrade to Transaction::Simple 1.3
|
2006-03-15 18:22:12 +00:00 |
wrappers
|
|
|
aggregations.rb
|
Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com]
|
2006-05-21 17:32:37 +00:00 |
associations.rb
|
Fix the has_and_belongs_to_many #create doesn't populate the join for new records. Closes #3692 [josh@hasmanythrough.com]
|
2006-05-29 03:48:17 +00:00 |
base.rb
|
Fixed that :includes merged from with_scope won't cause the same association to be loaded more than once if repetition occurs in the clauses (closes #5253) [alex@purefiction.net]
|
2006-06-03 21:11:48 +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
|
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.]
|
2006-04-29 20:20:22 +00:00 |
deprecated_associations.rb
|
|
|
deprecated_finders.rb
|
|
|
fixtures.rb
|
Quell warnings. Closes #5245.
|
2006-06-01 02:02:42 +00:00 |
locking.rb
|
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.]
|
2006-04-29 20:20:22 +00:00 |
migration.rb
|
Update inconsistent migrations documentation. Closes #4683. [machomagna@gmail.com]
|
2006-04-22 15:10:09 +00:00 |
observer.rb
|
Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.]
|
2006-04-29 18:10:14 +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
|
Reflect on aggregation ignores :class_name option (fixes #4599) [lars pind]
|
2006-04-06 02:58:32 +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
|
Ensure that StringIO is always available for the Schema dumper. [Marcel Molina Jr.]
|
2006-04-30 02:40:06 +00:00 |
timestamp.rb
|
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.]
|
2006-04-29 20:20:22 +00:00 |
transactions.rb
|
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.]
|
2006-04-29 20:20:22 +00:00 |
validations.rb
|
create! no longer blows up when no attributes are passed and a :create scope is in effect (e.g. foo.bars.create! failed whereas foo.bars.create!({}) didn't.)
|
2006-05-19 01:05:20 +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 |