aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka...Jeremy Kemper2006-11-052-61/+53
* Dynamically generate reader methods for serialized attributes. Closes #6362.Jeremy Kemper2006-11-021-3/+19
* Deprecation: object transactions warning.Jeremy Kemper2006-11-021-5/+14
* has_one :dependent => :nullify ignores nil associates. Closes #6528.Jeremy Kemper2006-11-021-1/+1
* Oracle: resolve test failures, use prefetched primary key for inserts, check ...Jeremy Kemper2006-11-017-110/+53
* a few more deprecation improvementsJamis Buck2006-10-241-1/+1
* update deprecations to include alternative methods (where available)Jamis Buck2006-10-245-18/+18
* Make add_column use the options hash with the Sqlite Adapter. Closes #6464 [o...Michael Koziarski2006-10-241-1/+1
* Document other options available to migration's add_column. #6419Marcel Molina2006-10-221-1/+2
* MySQL: all_hashes compatibility with old MysqlRes class. Closes #6429.Jeremy Kemper2006-10-201-4/+10
* Fix has_many :through to add the appropriate conditions when going through an...Rick Olson2006-10-162-7/+18
* automatically add primary key to #select_limited_ids_list order by clause for...Rick Olson2006-10-133-0/+11
* fix select_limited_ids_list issues in postgresql, retain current behavior in ...Rick Olson2006-10-133-5/+24
* Restore eager condition interpolation, document it's differences [Rick]Rick Olson2006-10-111-3/+7
* Compare to 0 rather than call zero? to handle nil.Jeremy Kemper2006-10-111-1/+1
* Wrap save! in a transaction. Closes #6324.Jeremy Kemper2006-10-101-2/+6
* improve example in migrations docs, closes #6370Jeremy Kemper2006-10-091-2/+2
* Don't rollback in teardown unless a transaction was started. Don't start a tr...Jeremy Kemper2006-10-091-4/+4
* Add #delete support to has_many :through associations. Closes #6049 [Martin ...Rick Olson2006-10-091-0/+18
* learn to clean up after myselfRick Olson2006-10-091-4/+0
* Reverted old select_limited_ids_list postgresql fix that caused issues in mys...Rick Olson2006-10-092-3/+6
* Removes the ability for eager loaded conditions to be interpolated, since the...Rick Olson2006-10-092-22/+12
* Fixed rename_table on SQLite tables with indexes defined (closes #5942) [bran...David Heinemeier Hansson2006-10-091-6/+18
* Docfix (closes #6040)David Heinemeier Hansson2006-10-091-0/+24
* Added timeout option to SQLite3 configurations to deal more gracefully with S...David Heinemeier Hansson2006-10-091-0/+3
* Added update_attributes! which uses save! to raise an exception if a validati...David Heinemeier Hansson2006-10-091-0/+6
* Deprecated add_on_boundary_breaking (use validates_length_of instead) (closes...David Heinemeier Hansson2006-10-091-0/+1
* Doc fixes (closes #6325)David Heinemeier Hansson2006-10-091-1/+4
* The has_many create method works with polymorphic associations. Closes #6361.Jeremy Kemper2006-10-081-4/+5
* callbacks that return false should cause save to return falseJamis Buck2006-10-041-2/+2
* MySQL: introduce Mysql::Result#all_hashes to support further optimization. Cl...Jeremy Kemper2006-10-021-10/+41
* save! shouldn't validate twice. Closes #6324.Jeremy Kemper2006-10-021-2/+2
* Association collections have an _ids reader method to match the existing writ...Jeremy Kemper2006-10-011-1/+6
* Add an attribute reader method for ActiveRecord::Base.observers [Rick Olson]Rick Olson2006-09-301-0/+8
* Use class name as XML_TYPE_NAMES key.Jeremy Kemper2006-09-291-2/+2
* Include caller of deprecated count method.Jeremy Kemper2006-09-291-2/+3
* Deprecation: count class method should be called with an options hash rather ...Jeremy Kemper2006-09-262-15/+24
* has_one associations with a nil target may be safely marshaled. Closes #6279.Jeremy Kemper2006-09-261-0/+2
* Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side eff...Michael Koziarski2006-09-241-1/+1
* Add a :namespace option to AR::Base#to_xml [Koz]Michael Koziarski2006-09-171-2/+7
* Version updates and missing licensesDavid Heinemeier Hansson2006-09-151-1/+1
* Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...Jeremy Kemper2006-09-155-29/+51
* Improve yaml fixtures error reporting. Closes #6205.Jeremy Kemper2006-09-131-13/+16
* We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So c...David Heinemeier Hansson2006-09-082-2/+2
* Added parentheses around FROM clauses generated by Base and associations sinc...David Heinemeier Hansson2006-09-082-2/+2
* Rollback [4917]. Closes #785.Jeremy Kemper2006-09-071-2/+1
* Backed out of new_record? to new? transformation as it would screw up existin...David Heinemeier Hansson2006-09-0514-64/+65
* Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...David Heinemeier Hansson2006-09-0514-65/+64
* Rename quote to quote_value so the name can be used in AR models. #3628 [Koz]Michael Koziarski2006-09-047-22/+35
* Add deprecation warning for inferred foreign key. #6029 [Josh Susser]Rick Olson2006-09-041-0/+6