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
*
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
*
|
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
|
/
*
Fix CI failure caused by #25227 and #25280 were merged at the same time
Ryuta Kamizono
2016-12-10
1
-1
/
+1
*
Merge pull request #25280 from kamipo/prevent_range_error_for_belongs_to_asso...
Sean Griffin
2016-12-10
1
-0
/
+2
|
\
|
*
Prevent `RangeError` for `belongs_to` associations
Ryuta Kamizono
2016-10-10
1
-0
/
+2
*
|
Resolve association class correctly when assigning ids on a through association
Matthew Draper
2016-12-09
1
-1
/
+1
*
|
Add test for collection *_ids= setter when association primary key set
Dominic Cleal
2016-11-24
1
-1
/
+1
*
|
Restore RecordNotFound when *_ids= can't find records by ID
Dominic Cleal
2016-11-24
1
-2
/
+6
*
|
Introduce `reload_<association>` reader for singular associations.
Yves Senn
2016-11-22
2
-1
/
+17
*
|
Merge pull request #26980 from kamipo/respect_new_records_for_collection_prox...
Sean Griffin
2016-11-17
2
-10
/
+16
|
\
\
|
*
|
Respect new records for `CollectionProxy#uniq`
Ryuta Kamizono
2016-11-13
2
-10
/
+16
*
|
|
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
2
-3
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
2
-3
/
+4
*
|
|
Fixes TypeError Exception when cache counter value equals nil (#26940)
Daniel E. Garcia Shulman
2016-11-02
1
-1
/
+1
*
|
|
Merge pull request #26451 from kamipo/remove_target_uniq_size
Sean Griffin
2016-11-01
1
-5
/
+1
|
\
\
\
|
*
|
|
Remove unnecessary `target.uniq.size` in `CollectionAssociation#size`
Ryuta Kamizono
2016-10-29
1
-5
/
+1
*
|
|
|
Merge pull request #26453 from kamipo/remove_unused_internal_dependent_option
Sean Griffin
2016-11-01
1
-4
/
+1
|
\
\
\
\
|
*
|
|
|
Remove unused internal `:dependent` option in `CollectionAssociation#delete`
Ryuta Kamizono
2016-10-29
1
-4
/
+1
|
|
/
/
/
*
|
|
|
Allow `autosave: true` to be used with inverse of
Sean Griffin
2016-11-01
2
-1
/
+11
*
|
|
|
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
4
-17
/
+19
|
/
/
/
[next]