aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations
Commit message (Expand)AuthorAgeFilesLines
* Make use of tap to return a previously used varSantiago Pastorino2010-07-211-4/+4
* Ensure all join table attributes will be in the same timestamp.José Valim2010-07-211-11/+21
* Timestamp columns of HABTM join table should record timestampsNeeraj Singh2010-07-211-1/+5
* association load target shouldn't replace recordsSzetobo2010-07-211-3/+4
* In nested_attributes when association is not loaded and associationSubba Rao Pasupuleti2010-07-211-1/+8
* id is a public methodSantiago Pastorino2010-07-211-2/+2
* Ensure that primary_keys of HABTM records is not double quotedNeeraj Singh2010-07-201-2/+2
* Removed warnings when a variable is shadowedŁukasz Strzałkowski2010-07-191-3/+3
* Remove unintentional API changes. [#1108]Pratik Naik2010-07-141-9/+4
* count method should not take options if it is operated on has_many associatio...Neeraj Singh2010-07-131-2/+5
* string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-131-1/+1
* fix ActiveRecord `destroy_all` so it returns destroyed recordsMislav Marohnić2010-07-081-3/+4
* Don't remove scheduled destroys when loading an association. [#4642 state:res...James Le Cuirot2010-07-011-1/+6
* AssociationCollection#create_by_*, find_or_create_by_* work properly now. [#1...Aaron Patterson2010-06-291-0/+11
* splitting a really long line into multiple lines which is easy on eyesNeeraj Singh2010-06-291-1/+5
* Don't define block, just yield if block is given.Emilio Tagua2010-06-241-7/+7
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-1/+5
|\
| * Don't overwrite unsaved updates when loading an association but preserve the ...James Le Cuirot2010-06-201-1/+5
* | Adds title to activerecord/lib/active_record/associations/*Rizwan Reza2010-06-1610-0/+12
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-1/+1
|\ \
| * | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* | | Revert "removing the extra \"Neeraj Singh2010-06-151-1/+1
* | | removing the extra \Neeraj Singh2010-06-151-1/+1
| |/ |/|
* | Revert "Don't overwrite unsaved updates when loading an association but prese...José Valim2010-06-111-1/+1
|/
* Don't overwrite unsaved updates when loading an association but preserve the ...James Le Cuirot2010-06-091-1/+1
* Properly cache association_collection#scopes calls having argumentsPratik Naik2010-06-041-1/+2
* Prevent calling regexp on symbol in Ruby 1.9 in association_proxyErnie Miller2010-05-051-1/+1
* Ensure not to load the entire association when bulk updating existing records...Pratik Naik2010-04-141-10/+10
* Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-102-2/+5
* Some doc updates reflecting the new query APIPratik Naik2010-04-081-1/+1
* Reset named scope cache whenever the @target is resetPratik Naik2010-04-071-2/+9
* Memoize association.named_scope callsPratik Naik2010-04-051-0/+3
* Sanitize association conditions using the correct classCarl Lerche2010-04-031-1/+1
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* fisting uninitialized ivar warnings. [#4198 state:resolved]Aaron Patterson2010-03-161-0/+1
* clean up more warnings, remove unnecessary methods, fix eval line numbers. [#...Aaron Patterson2010-03-161-0/+4
* keep AssociationProxy#to_a to avoid warning in Array(post.author), and delega...Xavier Noria2010-03-122-1/+2
* Get rid of construct_count_options_from_argsPratik Naik2010-01-191-3/+4
* Inherit named scope class Scope from RelationPratik Naik2010-01-181-2/+0
* save(false) is gone, use save(:validate => false) instead.José Valim2010-01-173-3/+3
* Make type_condition return Arel predicate and not a string conditionPratik Naik2010-01-161-1/+1
* Make scopes use relations under the hoodPratik Naik2010-01-163-7/+7
* Add Relation#includes to be an equivalent of current finder option :includePratik Naik2010-01-031-1/+1
* Get rid of Model.construct_finder_arel_with_includes. Use construct_finder_ar...Pratik Naik2010-01-031-1/+1
* Use Arel::Table instead of ActiveRecord::Relation from HABTM and has_many#del...Pratik Naik2010-01-012-4/+4
* Make sure association proxy does not pass quoted table name to sanitize_sqlPratik Naik2010-01-011-1/+1
* Add Relation#delete [Pratik Naik, Emilio Tagua]Pratik Naik2010-01-011-1/+1
* Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remo...José Valim2009-12-301-1/+8
* Migrate all the calculation methods to RelationPratik Naik2009-12-291-1/+1
* Merge commit 'Fingertips/master'Jeremy Kemper2009-12-282-12/+36
|\