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-08-03 22:06:33 +00:00
..
acts Doc fix (closes #5504) [lee@omara.ca] 2006-07-05 01:43:47 +00:00
associations Calculate sum with SQL, not Enumerable on HasManyThrough Associations. [Dan Peterson] 2006-07-31 21:06:19 +00:00
connection_adapters Patch sql injection vulnerability when using integer or float columns. 2006-07-27 18:29:49 +00:00
locking r4664@asus: jeremy | 2006-06-19 18:55:36 -0700 2006-06-20 01:58:36 +00:00
vendor Upgrade to Transaction::Simple 1.3 2006-03-15 18:22:12 +00:00
wrappers
aggregations.rb Grammar fix in aggregations rdoc. Closes #5613. 2006-07-06 02:05:09 +00:00
associations.rb Allow #count through a has_many association to accept :include. [Dan Peterson] 2006-07-24 04:55:16 +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 The exists? class method should treat a string argument as an id rather than as conditions. Closes #5698. 2006-08-03 22:06:33 +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 Update callbacks documentation. Closes #3970. 2006-07-08 00:52:37 +00:00
deprecated_associations.rb
deprecated_finders.rb
fixtures.rb occured -> occurred. Closes #5559. 2006-07-10 19:41:59 +00:00
migration.rb r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
observer.rb r4738@asus: jeremy | 2006-06-29 20:18:43 -0700 2006-06-30 04:38:24 +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 r4724@asus: jeremy | 2006-06-28 19:22:46 -0700 2006-06-29 02:39:32 +00:00
transactions.rb r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 2006-06-19 22:48:51 +00:00
validations.rb alias_method_chain preserves method punctuation so foo, foo?, and foo! may be chained with the same feature. 2006-06-21 20:40:14 +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 Fixed to_xml with :include misbehaviors when invoked on array of model instances (closes #5690) [alexkwolfe@gmail.com] 2006-08-03 17:19:45 +00:00