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
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-1
/
+1
*
Scope in associations should treat nil as `all`
Ryuta Kamizono
2017-09-04
1
-2
/
+2
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Don't cache `scope_for_create`
Ryuta Kamizono
2017-07-16
1
-1
/
+1
*
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
1
-2
/
+5
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Remove unused `aliased_table_name` in `Association`
Ryuta Kamizono
2017-06-29
1
-8
/
+0
*
Don't passing `klass.connection` to `AssociationScope`
Ryuta Kamizono
2017-06-29
1
-1
/
+1
*
Prevent extra `scope` construction in `find_target`
Ryuta Kamizono
2017-06-18
1
-1
/
+1
*
Merge pull request #29098 from kamipo/fix_association_with_extension_issues
Matthew Draper
2017-05-30
1
-0
/
+10
|
\
|
*
Extract `default_extensions` to avoid `klass.all`
Ryuta Kamizono
2017-05-30
1
-1
/
+1
|
*
Fix association with extension issues
Ryuta Kamizono
2017-05-28
1
-0
/
+10
*
|
Remove unused `Association#interpolate`
Ryuta Kamizono
2017-05-28
1
-8
/
+0
|
/
*
Cache target scope for collection proxy
Ryuta Kamizono
2016-12-25
1
-1
/
+1
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-1
/
+1
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
|
Allow `autosave: true` to be used with inverse of
Sean Griffin
2016-11-01
1
-0
/
+9
*
|
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-1
/
+1
|
/
*
Extract duplicated `create` and `create!` definition for association
Ryuta Kamizono
2016-09-03
1
-0
/
+8
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
Give more context from `AssociationMismatchError`
Sean Griffin
2016-05-12
1
-1
/
+2
*
start hiding the `scope_chain` data structure
Aaron Patterson
2016-03-04
1
-1
/
+1
*
Except keys of `build_record`'s argument from `create_scope` in initialize_at...
yui-knk
2015-11-16
1
-3
/
+6
*
Skip statement cache on through association reader
Rafael Mendonça França
2015-08-12
1
-0
/
+8
*
thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for...
Diego Carrion
2015-06-22
1
-3
/
+6
*
Doc fix about association hierarchy
keepcosmos
2015-03-15
1
-2
/
+2
*
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
|
\
\
|
|
/
|
/
|
[next]