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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent extra `scope` construction in `find_target`
Ryuta Kamizono
2017-06-18
3
-3
/
+5
*
Raise on create for singular association when parent is unpersisted
Alex Kitchens
2017-06-08
1
-0
/
+4
*
Don't expose methods and attrs for internal usage
Ryuta Kamizono
2017-05-30
4
-8
/
+10
*
Merge pull request #29098 from kamipo/fix_association_with_extension_issues
Matthew Draper
2017-05-30
4
-26
/
+22
|
\
|
*
Extract `default_extensions` to avoid `klass.all`
Ryuta Kamizono
2017-05-30
1
-1
/
+1
|
*
Cache the association proxy object
Ryuta Kamizono
2017-05-28
2
-4
/
+8
|
*
Fix association with extension issues
Ryuta Kamizono
2017-05-28
3
-22
/
+14
*
|
Remove unused `Association#interpolate`
Ryuta Kamizono
2017-05-28
1
-8
/
+0
|
/
*
Merge pull request #29174 from kamipo/remove_unused_join_part_name
Matthew Draper
2017-05-24
1
-4
/
+0
|
\
|
*
Remove unused `JoinPart#name`
Ryuta Kamizono
2017-05-22
1
-4
/
+0
*
|
Refactor making join constraints
Ryuta Kamizono
2017-05-23
1
-23
/
+6
|
/
*
Remove useless `target_records_from_association`
Ryuta Kamizono
2017-05-04
1
-11
/
+3
*
Evaluate belongs_to :default option against the owner, not the association
George Claghorn
2017-04-27
1
-1
/
+1
*
Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`
Ryuta Kamizono
2017-04-22
1
-10
/
+18
*
Prevent double firing the before save callback of new object when the parent ...
Ryuta Kamizono
2017-04-21
3
-46
/
+34
*
Remove `CollectionProxy#uniq`
Ryuta Kamizono
2017-03-23
1
-4
/
+0
*
Fix extension method with dirty target in has_many associations
Ryuta Kamizono
2017-03-20
1
-2
/
+3
*
Evaluate the default block only when necessary
Ryuta Kamizono
2017-03-20
2
-3
/
+3
*
Add :default option to belongs_to (#28453)
George Claghorn
2017-03-17
2
-1
/
+12
*
Fix select with block doesn't return newly built records in has_many association
Ryuta Kamizono
2017-03-09
1
-2
/
+2
*
remove unused parameters
Aaron Patterson
2017-03-03
1
-6
/
+6
*
`join_keys` no longer needs a class passed to it
Aaron Patterson
2017-03-03
2
-3
/
+3
*
ask reflection for klass join reflection
Aaron Patterson
2017-03-03
1
-13
/
+1
*
Move join scopes on to the reflection object
Aaron Patterson
2017-03-03
1
-8
/
+1
*
Remove `node` parameter to `join_constraints`
Aaron Patterson
2017-03-03
2
-3
/
+3
*
Revert "Dupping a CollectionProxy should dup the load_target"
eileencodes
2017-02-28
1
-4
/
+0
*
Dupping a CollectionProxy should dup the load_target
eileencodes
2017-02-28
1
-0
/
+4
*
Merge pull request #25877 from kamipo/delegate_to_scope_rather_than_merge
Matthew Draper
2017-02-21
3
-24
/
+29
|
\
|
*
Define `respond_to_missing?` instead of `respond_to?`
Ryuta Kamizono
2017-02-21
1
-4
/
+4
|
*
Cache target scope for collection proxy
Ryuta Kamizono
2016-12-25
2
-3
/
+4
|
*
No need to cache collection proxies separately
Ryuta Kamizono
2016-12-25
1
-7
/
+1
|
*
Delegate to `scope` rather than `merge!` for collection proxy
Ryuta Kamizono
2016-12-25
2
-14
/
+24
*
|
Chain scope constraints should respect own table alias
Ryuta Kamizono
2017-02-01
1
-5
/
+6
*
|
Merge pull request #27838 from kamipo/reload_destroyed_through_record
Rafael França
2017-01-31
1
-0
/
+4
|
\
\
|
*
|
Reload `through_record` that has been destroyed in `create_through_record`
Ryuta Kamizono
2017-01-29
1
-0
/
+4
*
|
|
Fix `scopes` implementation on `PolymorphicReflection`
Aaron Patterson
2017-01-30
2
-7
/
+3
|
/
/
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
|
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-1
/
+1
*
|
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
|
Merge pull request #26352 from kamipo/avoid_to_call_set_inverse_instance_twice
Arthur Nogueira Neves
2017-01-03
2
-2
/
+2
|
\
\
|
*
|
Avoid to call `set_inverse_instance` twice for `has_many` association
Ryuta Kamizono
2016-12-28
2
-2
/
+2
*
|
|
Refactor `CollectionAssociation#ids_reader`
Ryuta Kamizono
2017-01-01
1
-3
/
+1
*
|
|
Remove deprecated force reload argument in association readers
Rafael Mendonça França
2016-12-29
2
-20
/
+4
*
|
|
Remove deprecated i18n scopes in Active Record
Rafael Mendonça França
2016-12-29
2
-16
/
+2
*
|
|
Should not update children when the parent creation with no reason
Ryuta Kamizono
2016-12-29
1
-4
/
+6
*
|
|
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
2
-5
/
+5
|
/
/
*
|
Merge pull request #27442 from kamipo/fix_27434
Eileen M. Uchitelle
2016-12-27
2
-13
/
+16
|
\
\
|
|
/
|
/
|
|
*
Add a record to target before any callbacks loads the record
Ryuta Kamizono
2016-12-23
2
-13
/
+16
*
|
No need `:doc:` for `:nodoc:` classes [ci skip]
Ryuta Kamizono
2016-12-25
1
-1
/
+1
*
|
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
2
-9
/
+5
[next]