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-09-05 18:48:10 +00:00
..
acts Doc fix (closes #5504) [lee@omara.ca] 2006-07-05 01:43:47 +00:00
associations Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new? (old version still works until Rails 2.0) [DHH] 2006-09-05 18:48:10 +00:00
connection_adapters SQLServer: work around bug where some unambiguous date formats are not correctly identified if the session language is set to german. Closes #5894. 2006-08-25 03:56:21 +00:00
locking Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new? (old version still works until Rails 2.0) [DHH] 2006-09-05 18:48:10 +00:00
vendor Fixed the Ruby/MySQL adapter we ship with Active Record to work with the new authentication handshake that was introduced in MySQL 4.1, along with the other protocol changes made at that time (closes #5723) [jimw@mysql.com] 2006-09-04 17:55:28 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new? (old version still works until Rails 2.0) [DHH] 2006-09-05 18:48:10 +00:00
associations.rb Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new? (old version still works until Rails 2.0) [DHH] 2006-09-05 18:48:10 +00:00
attribute_methods.rb r4854@ks: jeremy | 2006-07-30 00:59:18 -0700 2006-07-31 03:43:03 +00:00
base.rb Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new? (old version still works until Rails 2.0) [DHH] 2006-09-05 18:48:10 +00:00
calculations.rb Fixed that count distinct should use the selected column even when using :include (closes #5251) [anna@wota.jp] 2006-06-03 21:19:36 +00:00
callbacks.rb Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new? (old version still works until Rails 2.0) [DHH] 2006-09-05 18:48: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 Formally deprecate the deprecated finders. [Koz] 2006-08-05 23:00:34 +00:00
fixtures.rb Fixtures: correct escaping of \n and \r. Closes #5859. 2006-08-24 01:50:24 +00:00
migration.rb Migrations: gracefully handle missing migration files. Closes #5857. 2006-08-23 05:49:40 +00:00
observer.rb Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Rick Olson] 2006-08-09 16:54:36 +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 association exception messages, fix them so the error messages actually display 2006-07-20 00:34:09 +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 Schema dumper quotes date :default values. 2006-08-02 20:20:38 +00:00
timestamp.rb Add documentation for how to disable timestamps on a per model basis. Closes #5684. [matt@mattmargolis.net Marcel Molina Jr.] 2006-08-07 06:54:22 +00:00
transactions.rb r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 2006-06-19 22:48:51 +00:00
validations.rb Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new? (old version still works until Rails 2.0) [DHH] 2006-09-05 18:48:10 +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
xml_serialization.rb to_xml: the :methods option works on arrays of records. Closes #5845. 2006-09-02 21:00:09 +00:00