rails--rails/activerecord/lib/active_record
David Heinemeier Hansson 8203a2afc1 Dont require association classes before theyre supposed to be used (closes #3976) [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3681 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-27 04:45:36 +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 ActiveRecord::Base.remove_connection explicitly closes database connections and doesn't corrupt the connection cache. Introducing the disconnect! instance method for the PostgreSQL, MySQL, and SQL Server adapters; implementations for the others are welcome. References #3591. 2006-02-26 23:12:01 +00:00
vendor Fixed db2 connection with empty user_name and auth options (closes #3622) [phurley@gmail.com] 2006-02-26 00:01:13 +00:00
wrappers
aggregations.rb
associations.rb Dont require association classes before theyre supposed to be used (closes #3976) [Rick Olson] 2006-02-27 04:45:36 +00:00
base.rb Define attribute query methods to avoid method_missing calls. Closes #3677. 2006-02-27 00:27:48 +00:00
calculations.rb Compatibility patches for calculations 2006-02-25 23:41:51 +00:00
callbacks.rb
deprecated_associations.rb
deprecated_finders.rb
fixtures.rb give helpful error messages when fixtures accessed style table_name(:name) cannot be found [Tobias Luetke] 2006-01-25 02:40:25 +00:00
locking.rb allow the 'lock_version' column to be configured with set_locking_column. Closes #3402 2006-01-14 09:36:52 +00:00
migration.rb
observer.rb Just go with Subclasses instead of OnlySubclasses 2006-02-04 16:26:55 +00:00
query_cache.rb
reflection.rb Dont require association classes before theyre supposed to be used (closes #3976) [Rick Olson] 2006-02-27 04:45:36 +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
validations.rb Example for validates_presence_of method (closes #3966) [Robby Russell] 2006-02-26 23:58:22 +00:00
version.rb Update versions to match latest from stable 2006-02-05 00:59:57 +00:00
wrappings.rb