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
*
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
|
/
/
/
*
|
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
3
-13
/
+13
*
|
|
Merge PR #19759
Arthur Neves
2016-10-28
1
-1
/
+4
|
\
\
\
|
*
|
|
Fix for has_and_belongs_to_many & has_many_through associations while partial...
Mehmet Emin İNAÇ
2016-02-13
1
-1
/
+4
*
|
|
|
Fix HABTM associations join table resolver bug on constants and symbols
Mehmet Emin İNAÇ
2016-10-27
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Fix regression caused due to removal of select method from CollectionAssociation
Prathamesh Sonpatki
2016-10-22
1
-6
/
+0
|
|
/
|
/
|
*
|
Don't skip in-memory insertion of associations when loaded in validate
Sean Griffin
2016-09-29
2
-7
/
+12
*
|
Merge pull request #26448 from kamipo/remove_collection_association_uniq
Kasper Timm Hansen
2016-09-18
1
-1
/
+0
|
\
\
|
*
|
Remove unnecessry `alias uniq distinct` for collection association
Ryuta Kamizono
2016-09-10
1
-1
/
+0
*
|
|
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-17
/
+17
|
/
/
*
|
Merge pull request #26380 from kamipo/pass_set_inverse_instance_block
Kasper Timm Hansen
2016-09-08
1
-2
/
+2
|
\
\
|
*
|
Pass `set_inverse_instance` block to `sc.execute` for `SingularAssociation`
Ryuta Kamizono
2016-09-03
1
-2
/
+2
*
|
|
Revert " [ci skip] Remove duplicate example."
Vipul A M
2016-09-06
1
-0
/
+5
*
|
|
Merge pull request #26410 from aditya-kapoor/rm-dups
Vipul A M
2016-09-06
1
-5
/
+0
|
\
\
\
[next]