rails/activerecord/lib/active_record
2006-11-05 21:27:51 +00:00
..
acts Deprecation tests. Remove warnings for dynamic finders and for the foo_count ethod if it's also an attribute. 2006-09-15 07:02:05 +00:00
associations update deprecations to include alternative methods (where available) 2006-10-24 17:25:30 +00:00
connection_adapters SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations workaround, remove count(distinct) query rewrite, cleanup test connection scripts. Closes #6544. 2006-11-05 02:01:31 +00:00
locking Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +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 Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
associations.rb has_one :dependent => :nullify ignores nil associates. Closes #6528. 2006-11-02 09:45:17 +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 Support nil and Array in :conditions => { attr => value } hashes. Closes #6548. 2006-11-05 21:27:51 +00:00
calculations.rb SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations workaround, remove count(distinct) query rewrite, cleanup test connection scripts. Closes #6544. 2006-11-05 02:01:31 +00:00
callbacks.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
deprecated_associations.rb update deprecations to include alternative methods (where available) 2006-10-24 17:25:30 +00:00
deprecated_finders.rb update deprecations to include alternative methods (where available) 2006-10-24 17:25:30 +00:00
fixtures.rb Compare to 0 rather than call zero? to handle nil. 2006-10-11 00:29:59 +00:00
migration.rb Document other options available to migration's add_column. #6419 2006-10-22 02:55:21 +00:00
observer.rb Add an attribute reader method for ActiveRecord::Base.observers [Rick Olson] 2006-09-30 01:37:07 +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_dumper.rb Schema dumper quotes date :default values. 2006-08-02 20:20:38 +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
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 Deprecation: object transactions warning. 2006-11-02 18:12:18 +00:00
validations.rb Consistently use LOWER() for uniqueness validations (rather than mixing with UPPER()) so the database can always use a functional index on the lowercased column. Closes #6495. 2006-11-05 19:20:39 +00:00
version.rb Version updates and missing licenses 2006-09-15 10:13:27 +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 Use class name as XML_TYPE_NAMES key. 2006-09-29 22:45:58 +00:00