1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
Michael Koziarski 445cb5c08d Add support for :include to with_scope [andrew@redlinesoftware.com]
Remove overrated warning from adapter_test




git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4064 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-27 06:19:31 +00:00
..
acts The style police makes an expection on acts_as_tree (closes #4168) [coffee2code] 2006-03-18 03:22:45 +00:00
associations Changed has_and_belongs_to_many join to INNER JOIN for Mysql 3.23.x. Closes #4348 [Rick] 2006-03-26 04:08:50 +00:00
connection_adapters Support the use of public synonyms with the Oracle adapter; required ruby-oci8 v0.1.14 (closes #4390) [schoenm@earthlink.net] 2006-03-26 21:43:48 +00:00
vendor Upgrade to Transaction::Simple 1.3 2006-03-15 18:22:12 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Reloading an instance refreshes its aggregations as well as its associations. References #3024. 2005-12-08 04:46:57 +00:00
associations.rb Add support for :include to with_scope [andrew@redlinesoftware.com] 2006-03-27 06:19:31 +00:00
base.rb Add support for :include to with_scope [andrew@redlinesoftware.com] 2006-03-27 06:19:31 +00:00
calculations.rb Add support for :include to with_scope [andrew@redlinesoftware.com] 2006-03-27 06:19:31 +00:00
callbacks.rb doc fix (closes #3972) [robby] 2006-02-27 05:10:04 +00:00
deprecated_associations.rb Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864 2005-04-12 05:34:10 +00:00
deprecated_finders.rb Move nodoc to the individual methods 2005-04-18 07:40:27 +00:00
fixtures.rb fix AR tests for sqlite 2006-03-16 05:21:40 +00:00
locking.rb format fix for locking [Michael Koziarski] 2006-03-09 08:40:34 +00:00
migration.rb Remember kiddies, Dir[] uses Dir#glob, not a Regexp 2006-03-19 04:30:10 +00:00
observer.rb More docs for observers (closes #3996) [Robby Russel] 2006-03-02 03:02:51 +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 Change has_many :through to use the :source option to specify the source association. :class_name is now ignored. [Rick Olson] 2006-03-24 14:46:17 +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 PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920. 2006-02-09 22:09:17 +00:00
timestamp.rb Closes #3784. 2006-02-09 19:47:13 +00:00
transactions.rb Fix docs (closes #2491) 2005-10-26 13:05:48 +00:00
validations.rb Fixed that Base.save should always return false if the save didn't succeed, including if it has halted by before_save's (closes #1861, #2477) [DHH] 2006-02-28 20:37:21 +00:00
version.rb Update versions to match latest from stable 2006-02-05 00:59:57 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00