aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* Added missing require of remove_methodŁukasz Strzałkowski2010-07-191-0/+1
* Make use of redefine_method, removed some more redefining warningsŁukasz Strzałkowski2010-07-191-27/+12
* Removed warnings about method redefiningŁukasz Strzałkowski2010-07-191-9/+24
* JoinDependency#graft does not properly set parent join [#5124 state:resolved]David Genord II2010-07-161-1/+1
* clean up ||= with an initialized variable and attr_readerAaron Patterson2010-07-141-5/+2
* Merge remote branch 'docrails/master'Xavier Noria2010-07-071-0/+4
|\
| * added more info about << operation in associationsNeeraj Singh2010-07-061-0/+4
* | documents automatic management of join models in hmt associations, in particu...Xavier Noria2010-07-061-4/+11
|/
* Improve documentation for assocations :autosave option.Edgars Beigarts2010-06-221-4/+12
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-1/+1
|\
| * remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
| * ActiveRecord and ActionPack now use the new descendants implementation.José Valim2010-06-191-1/+1
* | Active Record Associations - minor change of DeleteRestrictionError doc for c...Bryan Woods2010-06-151-1/+1
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-5/+5
|\ \ | |/ |/|
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-5/+5
* | edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-2/+2
|/
* Fix multiple self-referencing eager loads failing to join multiple timesErnie Miller2010-06-081-2/+2
* Merge remote branch 'rsim/oracle_enhanced_rails3'wycats2010-06-071-1/+2
|\
| * Downcase quoted table name in regex in count_aliases_from_table_joinsRaimonds Simanovskis2010-06-041-1/+2
* | Require active support/string/conversions so constantize can be used in assoc...Tom Meier2010-06-071-0/+1
|/
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-2/+2
* Merge branch 'master' of git://github.com/rails/railsRizwan Reza2010-05-171-1/+1
|\
| * Fix for get_ids when including a belongs_to association on a has_many associa...Diego Algorta2010-05-151-1/+1
* | better documentation for dependent option [#4564 state:resolved]Neeraj Singh2010-05-161-4/+5
|/
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-8/+8
* Fix eager loading of associations causing table name collisionsErnie Miller2010-04-281-17/+60
* Destroy respects optimistic locking.Curtis Hawthorne2010-04-271-1/+10
* Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-101-3/+4
* Bring back +extra_conditions+. This effectively reverts 386b7bfd9d78a6d8c8bc7...Carl Lerche2010-04-031-3/+3
* Make the query built by has_many ...., :dependent => :____ lazy since all the...Carl Lerche2010-04-021-50/+22
* Remove an unused argumentCarl Lerche2010-04-021-2/+1
* Fix honoring :primary_key option when joining or eager loading a belongs_to a...Ernie Miller2010-03-291-1/+1
* Add :dependent = to has_one and has_many [#3075 state:resolved]Rizwan Reza2010-03-281-2/+37
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* avoiding a few closure references by evaling. [#4223 state:resolved]Aaron Patterson2010-03-271-12/+18
* Merge branch 'master' into docrailswycats2010-03-261-9/+0
|\
| * Move methods from association to relation finder methods.Emilio Tagua2010-03-251-9/+0
* | fix habtm documentation to correct typoJeremy Roman2010-03-261-1/+1
|/
* cleaning up some test warningsAaron Patterson2010-03-141-2/+5
* Fix associations to call :destroy or :delete based on the right :dependent op...Carlos Antonio da Silva2010-03-091-3/+3
* drying up more code in associations.rbAaron Patterson2010-03-061-17/+11
* deleting repeated codeAaron Patterson2010-03-061-17/+7
* Remove find_with_associations and related code from associations now that Rel...Pratik Naik2010-01-201-67/+0
* Simplify construct_finder_arel_* methodsPratik Naik2010-01-181-27/+7
* Merge docrailsPratik Naik2010-01-171-5/+3
* Rename Model.active_relation to Model.unscopedPratik Naik2010-01-171-2/+2
* Rename active_relation_engine -> arel_engine and active_relation_table -> are...Pratik Naik2010-01-161-8/+8
* Make scopes use relations under the hoodPratik Naik2010-01-161-123/+96
* Ensure using proper engine for Arel::TablePratik Naik2010-01-121-4/+4
* Delay building arel relation as long as possible for improved introspectionPratik Naik2010-01-121-7/+8