rails--rails/activerecord/lib/active_record
David Heinemeier Hansson 0e37e6678a Documentation fixes (closes #3838)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3647 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-25 23:09:07 +00:00
..
acts
associations save polymorphic joins from the has_many|one association (closes #3812) [Rick Olson] 2006-02-12 18:03:43 +00:00
connection_adapters Documentation fixes (closes #3838) 2006-02-25 23:09:07 +00:00
vendor
wrappers
aggregations.rb
associations.rb Allow has_many :through to work with :include [Michael Schoen]. Closes #3611 2006-02-10 05:19:41 +00:00
base.rb Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.maxmium, and the generic Base.calculate. All can be used with :group and :having. Calculations and statitics need no longer require custom SQL. #3958 [Rick Olson] 2006-02-25 23:06:04 +00:00
calculations.rb Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.maxmium, and the generic Base.calculate. All can be used with :group and :having. Calculations and statitics need no longer require custom SQL. #3958 [Rick Olson] 2006-02-25 23:06:04 +00:00
callbacks.rb
deprecated_associations.rb
deprecated_finders.rb
fixtures.rb
locking.rb
migration.rb
observer.rb
query_cache.rb
reflection.rb Reflections don't attempt to resolve module nesting of association classes. Simplify type computation. 2006-02-22 18:44:14 +00:00
schema.rb Improved the Oracle OCI Adapter with better performance for column reflection (from #3210), fixes to migrations (from #3476 and #3742), tweaks to unit tests (from #3610), and improved documentation (from #2446) (closes #3879) [Aggregated by schoenm@earthlink.net] 2006-02-21 00:00:29 +00:00
schema_dumper.rb
timestamp.rb
transactions.rb
validations.rb Renamed Errors#count to Errors#size but kept an alias for the old name (and included an alias for length too) (closes #3920, #3320) [contact@lukeredpath.co.uk] 2006-02-23 05:09:04 +00:00
version.rb
wrappings.rb