index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
associations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added missing require of remove_method
Łukasz Strzałkowski
2010-07-19
1
-0
/
+1
*
Make use of redefine_method, removed some more redefining warnings
Łukasz Strzałkowski
2010-07-19
1
-27
/
+12
*
Removed warnings about method redefining
Łukasz Strzałkowski
2010-07-19
1
-9
/
+24
*
JoinDependency#graft does not properly set parent join [#5124 state:resolved]
David Genord II
2010-07-16
1
-1
/
+1
*
clean up ||= with an initialized variable and attr_reader
Aaron Patterson
2010-07-14
1
-5
/
+2
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-07-07
1
-0
/
+4
|
\
|
*
added more info about << operation in associations
Neeraj Singh
2010-07-06
1
-0
/
+4
*
|
documents automatic management of join models in hmt associations, in particu...
Xavier Noria
2010-07-06
1
-4
/
+11
|
/
*
Improve documentation for assocations :autosave option.
Edgars Beigarts
2010-06-22
1
-4
/
+12
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-1
/
+1
|
\
|
*
remove executable permission from files that don't need it. [#4802 state:reso...
rohit
2010-06-20
1
-0
/
+0
|
*
ActiveRecord and ActionPack now use the new descendants implementation.
José Valim
2010-06-19
1
-1
/
+1
*
|
Active Record Associations - minor change of DeleteRestrictionError doc for c...
Bryan Woods
2010-06-15
1
-1
/
+1
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-5
/
+5
*
|
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-2
/
+2
|
/
*
Fix multiple self-referencing eager loads failing to join multiple times
Ernie Miller
2010-06-08
1
-2
/
+2
*
Merge remote branch 'rsim/oracle_enhanced_rails3'
wycats
2010-06-07
1
-1
/
+2
|
\
|
*
Downcase quoted table name in regex in count_aliases_from_table_joins
Raimonds Simanovskis
2010-06-04
1
-1
/
+2
*
|
Require active support/string/conversions so constantize can be used in assoc...
Tom Meier
2010-06-07
1
-0
/
+1
|
/
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-2
/
+2
*
Merge branch 'master' of git://github.com/rails/rails
Rizwan Reza
2010-05-17
1
-1
/
+1
|
\
|
*
Fix for get_ids when including a belongs_to association on a has_many associa...
Diego Algorta
2010-05-15
1
-1
/
+1
*
|
better documentation for dependent option [#4564 state:resolved]
Neeraj Singh
2010-05-16
1
-4
/
+5
|
/
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-8
/
+8
*
Fix eager loading of associations causing table name collisions
Ernie Miller
2010-04-28
1
-17
/
+60
*
Destroy respects optimistic locking.
Curtis Hawthorne
2010-04-27
1
-1
/
+10
*
Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)
Jeremy Kemper
2010-04-10
1
-3
/
+4
*
Bring back +extra_conditions+. This effectively reverts 386b7bfd9d78a6d8c8bc7...
Carl Lerche
2010-04-03
1
-3
/
+3
*
Make the query built by has_many ...., :dependent => :____ lazy since all the...
Carl Lerche
2010-04-02
1
-50
/
+22
*
Remove an unused argument
Carl Lerche
2010-04-02
1
-2
/
+1
*
Fix honoring :primary_key option when joining or eager loading a belongs_to a...
Ernie Miller
2010-03-29
1
-1
/
+1
*
Add :dependent = to has_one and has_many [#3075 state:resolved]
Rizwan Reza
2010-03-28
1
-2
/
+37
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
avoiding a few closure references by evaling. [#4223 state:resolved]
Aaron Patterson
2010-03-27
1
-12
/
+18
*
Merge branch 'master' into docrails
wycats
2010-03-26
1
-9
/
+0
|
\
|
*
Move methods from association to relation finder methods.
Emilio Tagua
2010-03-25
1
-9
/
+0
*
|
fix habtm documentation to correct typo
Jeremy Roman
2010-03-26
1
-1
/
+1
|
/
*
cleaning up some test warnings
Aaron Patterson
2010-03-14
1
-2
/
+5
*
Fix associations to call :destroy or :delete based on the right :dependent op...
Carlos Antonio da Silva
2010-03-09
1
-3
/
+3
*
drying up more code in associations.rb
Aaron Patterson
2010-03-06
1
-17
/
+11
*
deleting repeated code
Aaron Patterson
2010-03-06
1
-17
/
+7
*
Remove find_with_associations and related code from associations now that Rel...
Pratik Naik
2010-01-20
1
-67
/
+0
*
Simplify construct_finder_arel_* methods
Pratik Naik
2010-01-18
1
-27
/
+7
*
Merge docrails
Pratik Naik
2010-01-17
1
-5
/
+3
*
Rename Model.active_relation to Model.unscoped
Pratik Naik
2010-01-17
1
-2
/
+2
*
Rename active_relation_engine -> arel_engine and active_relation_table -> are...
Pratik Naik
2010-01-16
1
-8
/
+8
*
Make scopes use relations under the hood
Pratik Naik
2010-01-16
1
-123
/
+96
*
Ensure using proper engine for Arel::Table
Pratik Naik
2010-01-12
1
-4
/
+4
*
Delay building arel relation as long as possible for improved introspection
Pratik Naik
2010-01-12
1
-7
/
+8
[next]