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-04-29 20:20:22 +00:00
..
acts Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
associations Raise error when trying to add to a has_many :through association. Use the Join Model instead. [Rick] 2006-04-25 05:49:14 +00:00
connection_adapters Update FrontBase adapter to check binding version. Closes #4920. [mlaster@metavillage.com] 2006-04-28 20:04:47 +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 Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
base.rb Add support for FrontBase (http://www.frontbase.com/) with a new adapter thanks to the hard work of one Mike Laster. Closes #4093. [mlaster@metavillage.com] 2006-04-27 22:39:45 +00:00
calculations.rb When grouping, use the appropriate option key. [Marcel Molina Jr.] 2006-04-28 01:12:18 +00:00
callbacks.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +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 Add support for FrontBase (http://www.frontbase.com/) with a new adapter thanks to the hard work of one Mike Laster. Closes #4093. [mlaster@metavillage.com] 2006-04-27 22:39:45 +00:00
locking.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
migration.rb Update inconsistent migrations documentation. Closes #4683. [machomagna@gmail.com] 2006-04-22 15:10:09 +00:00
observer.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +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 Reflect on aggregation ignores :class_name option (fixes #4599) [lars pind] 2006-04-06 02:58:32 +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 Prettify output of schema_dumper by making things line up. Closes #4241 [Caio Chassot <caio@v2studio.com>] 2006-04-26 06:15:51 +00:00
timestamp.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
transactions.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
validations.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
version.rb Include the calculations fix for a new release of AR 2006-04-09 21:27:32 +00:00
wrappings.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00