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
2006-02-27 00:23:49 +00:00
..
acts Don't hardcode id in acts_as_list. Closes #3370 2006-01-14 09:26:14 +00:00
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 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 Allow has_many :through to work with :include [Michael Schoen]. Closes #3611 2006-02-10 05:19:41 +00:00
base.rb CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default instead of :sql. This means that we'll assume you want to live in the world of db/schema.rb where the grass is green and the girls are pretty. If your schema contains un-dumpable elements, such as constraints or database-specific column types, you just got an invitation to either 1) patch the dumper to include foreign key support, 2) stop being db specific, or 3) just change the default in config/environment.rb to config.active_record.schema_format = :sql -- we even include an example for that on new Rails skeletons now. Brought to you by the federation of opinionated framework builders! [DHH] 2006-02-27 00:23:49 +00:00
calculations.rb Compatibility patches for calculations 2006-02-25 23:41:51 +00:00
callbacks.rb Revert [3130]. Behavior of introducing Kernel.binding causes breakage. 2005-11-21 09:34:10 +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 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 Fix doc bug 2006-01-09 04:43:27 +00:00
observer.rb Just go with Subclasses instead of OnlySubclasses 2006-02-04 16:26:55 +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 Fixed that reflections would bleed across class boundaries in single-table inheritance setups (closes #3796) [lars@pind.com] 2006-02-25 23:32:24 +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 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 Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00