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-05-15 14:08:51 +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 uniq preserves order. References [4325]. 2006-05-07 02:03:25 +00:00
connection_adapters Preserve MySQL boolean column defaults when changing a column in a migration. Closes #5015. [pdcawley@bofh.org.uk] 2006-05-14 18:37:22 +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 Replace superfluous name_to_class_name variant with camelize. [Marcel Molina Jr.] 2006-04-29 20:34:31 +00:00
associations.rb Call Inflector#demodulize on the class name when eagerly including an STI model. Closes #5077 [info@loobmedia.com] 2006-05-15 14:08:51 +00:00
base.rb Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive.com] 2006-04-29 23:00:47 +00:00
calculations.rb Namespaced OrderedHash so the Rails implementation does not clash with any others. (fixes #4911) [Julian Tarkhanov] 2006-04-30 20:36:37 +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 Ensure that StringIO is always available for the Schema dumper. [Marcel Molina Jr.] 2006-04-30 02:40:06 +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