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
David Heinemeier Hansson 9b2ea172d7 Add exception to example (closes #2315)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2752 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-10-26 13:29:11 +00:00
..
acts Fix docs (closes #2491) 2005-10-26 13:05:48 +00:00
associations Fix Associations#clear for not-yet-loaded associations (Patrick Lenz) 2005-10-20 15:05:48 +00:00
connection_adapters Fixed handling of nil number columns on Oracle and cleaned up tests for Oracle in general #2555 [schoenm@earthlink.net] 2005-10-26 12:57:11 +00:00
vendor Fixed "connection lost" issue with the bundled Ruby/MySQL driver (would kill the app after 8 hours of inactivity) #2163, #428 [kajism@yahoo.com] 2005-09-11 05:43:46 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Fix docs (closes #2491) 2005-10-26 13:05:48 +00:00
associations.rb Fix docs (closes #2491) 2005-10-26 13:05:48 +00:00
base.rb Added :offset and :limit to the kinds of options that Base.constrain can use (closes #2466) [duane.johnson@gmail.com] 2005-10-26 13:20:02 +00:00
callbacks.rb Fix docs (closes #2491) 2005-10-26 13:05:48 +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 docs (closes #2491) 2005-10-26 13:05:48 +00:00
locking.rb r1607@asus: jeremy | 2005-07-02 23:36:52 -0700 2005-07-03 08:32:07 +00:00
migration.rb Add exception to example (closes #2315) 2005-10-26 13:29:11 +00:00
observer.rb Use assignment instead of call 2005-09-25 08:50:47 +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 docs (closes #2491) 2005-10-26 13:05:48 +00:00
schema.rb Update/clean up ActiveRecord documentation (rdoc) 2005-10-16 16:00:16 +00:00
schema_dumper.rb PostgreSQL returns the path type wrapped in quotes. 2005-10-09 01:22:47 +00:00
timestamp.rb Speed up timestamping a tad #1227 [skaen] 2005-05-19 19:05:12 +00:00
transactions.rb Fix docs (closes #2491) 2005-10-26 13:05:48 +00:00
validations.rb Fix docs (closes #2491) 2005-10-26 13:05:48 +00:00
version.rb Prepared for release of 0.14.2 (RC3) 2005-10-25 22:11:48 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00