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
/
association.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-1
/
+1
*
reuse available collection? check instead of macro
eileencodes
2014-06-09
1
-1
/
+1
*
add has_one? method and reuse instead of checking macro
eileencodes
2014-06-09
1
-1
/
+1
*
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
Arthur Neves
2014-05-24
1
-1
/
+1
*
Prevent foreign_key_for? from type casting all attributes
Wojtek Kruszewski
2014-02-21
1
-1
/
+1
*
make a singleton for AssociationScope
Aaron Patterson
2014-02-14
1
-1
/
+1
*
pass the association and connection to the scope method
Aaron Patterson
2014-02-14
1
-1
/
+1
*
remove the nil check from set_inverse_instance
Aaron Patterson
2013-12-12
1
-1
/
+2
*
fix typo, "state_state" should be "stale_state" [ci skip]
Scott M
2013-12-07
1
-1
/
+1
*
Checks to see if the record contains the foreign_key to set the inverse autom...
Edo Balvers
2013-11-16
1
-1
/
+6
*
add inversed accessor to association class
Dmitry Polushkin
2013-10-13
1
-2
/
+3
*
inversed instance should not be reloaded after stale state was changed
Dmitry Polushkin
2013-10-13
1
-2
/
+5
*
remove HABTM associations
Aaron Patterson
2013-10-02
1
-1
/
+0
*
add a specific factory method rather than using new
Aaron Patterson
2013-07-23
1
-1
/
+1
*
Removed deprecated method scoped
Neeraj Singh
2013-07-01
1
-5
/
+0
*
Simplify/fix implementation of default scopes
Jon Leighton
2013-06-28
1
-5
/
+1
*
enhanced comments for foreign_key_present? method
Neeraj Singh
2013-05-23
1
-3
/
+4
*
Set the inverse when association queries are refined
Jon Leighton
2013-05-10
1
-1
/
+5
*
Do not overwrite manually built records during one-to-one nested attribute as...
Olek Janiszewski
2013-05-03
1
-4
/
+8
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-04-11
1
-1
/
+1
|
\
|
*
minor copy editing
Neeraj Singh
2013-03-30
1
-1
/
+1
*
|
Merge pull request #9996 from mikz/master
Jon Leighton
2013-04-05
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
fix inverse_of association in block of new child
Michal Cichra
2013-04-01
1
-0
/
+1
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-30
1
-1
/
+2
|
\
\
|
*
|
explain method invertible_for [ci skip]
Neeraj Singh
2013-03-29
1
-1
/
+2
*
|
|
Do not use deprecate method [ci skip]
Neeraj Singh
2013-03-29
1
-1
/
+1
*
|
|
fix broken sentence [ci skip]
Neeraj Singh
2013-03-29
1
-1
/
+1
|
|
/
|
/
|
*
|
Adding a bang to method name of raise_on_type_mismatch.
wangjohn
2013-03-21
1
-1
/
+1
|
/
*
No need to send public methods
Akira Matsuda
2013-02-26
1
-1
/
+1
*
prevent mass assignment of polymorphic type when using `build`
Yves Senn
2012-11-22
1
-1
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-1
/
+1
|
\
|
*
fix a typo in comments to ActiveRecord::Associations::Association.stale_state
Andrii Dovgaliuk
2012-10-24
1
-1
/
+1
*
|
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-1
/
+1
*
|
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-1
/
+1
|
/
*
Fix destructive side effects from marshaling an association caused by 65843e1...
Jeremy Kemper
2012-09-25
1
-5
/
+2
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-3
/
+3
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-1
/
+1
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
s/scoped/scope/
Jon Leighton
2012-08-01
1
-1
/
+7
*
Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."
Jon Leighton
2012-08-01
1
-0
/
+8
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-1
/
+1
*
Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.
Jon Leighton
2012-07-20
1
-8
/
+0
*
Represent association scope options as AR::Relations insternally.
Jon Leighton
2012-07-13
1
-5
/
+16
*
Allow associations to take a lambda which builds the scope
Jon Leighton
2012-07-13
1
-1
/
+5
*
Fix #5563. Should reflect the most recent change to either of association / id.
kennyj
2012-04-13
1
-1
/
+2
*
Some refactor for association.
kennyj
2012-04-12
1
-7
/
+1
*
Get a properly aliased_table_name, when we use a polymorphic association.
kennyj
2012-04-04
1
-1
/
+1
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-12
/
+1
*
Fix #5069 - Protect foreign key from mass assignment throught association bui...
Jean Boussier
2012-03-05
1
-1
/
+2
[next]