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
/
test
/
cases
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate reflection class name to accept a class
Kir Shatrov
2017-01-09
1
-2
/
+4
*
Add failing test for where with joins
Nick LaMuro
2017-01-06
1
-0
/
+17
*
Raise error when has_many through is defined before through association
Chris Holmes
2017-01-04
1
-0
/
+8
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
7
-9
/
+9
*
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
7
-9
/
+9
|
\
|
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
7
-9
/
+9
*
|
Remove deprecated support to passing arguments to `#select` when a block is p...
Rafael Mendonça França
2016-12-29
1
-7
/
+0
*
|
Remove deprecated force reload argument in association readers
Rafael Mendonça França
2016-12-29
5
-30
/
+0
*
|
Remove deprecated i18n scopes in Active Record
Rafael Mendonça França
2016-12-29
2
-39
/
+0
*
|
Merge pull request #27442 from kamipo/fix_27434
Eileen M. Uchitelle
2016-12-27
1
-1
/
+1
|
\
\
|
*
|
Add a record to target before any callbacks loads the record
Ryuta Kamizono
2016-12-23
1
-1
/
+1
*
|
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
5
-11
/
+11
*
|
|
Privatize unneededly protected methods in Active Record tests
Akira Matsuda
2016-12-24
1
-1
/
+1
|
/
/
*
|
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
/
+14
|
\
\
|
*
|
Prevent `RangeError` for `belongs_to` associations
Ryuta Kamizono
2016-10-10
1
-0
/
+14
*
|
|
Resolve association class correctly when assigning ids on a through association
Matthew Draper
2016-12-09
1
-0
/
+7
|
|
/
|
/
|
*
|
Add test for collection *_ids= setter when association primary key set
Dominic Cleal
2016-11-24
1
-0
/
+14
*
|
Restore RecordNotFound when *_ids= can't find records by ID
Dominic Cleal
2016-11-24
1
-1
/
+2
*
|
Introduce `reload_<association>` reader for singular associations.
Yves Senn
2016-11-22
2
-0
/
+20
*
|
Respect new records for `CollectionProxy#uniq`
Ryuta Kamizono
2016-11-13
3
-2
/
+3
*
|
Fixes TypeError Exception when cache counter value equals nil (#26940)
Daniel E. Garcia Shulman
2016-11-02
1
-0
/
+5
*
|
Allow `autosave: true` to be used with inverse of
Sean Griffin
2016-11-01
1
-1
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
13
-59
/
+59
*
|
Merge PR #19759
Arthur Neves
2016-10-28
1
-0
/
+13
|
\
\
|
*
|
Fix for has_and_belongs_to_many & has_many_through associations while partial...
Mehmet Emin İNAÇ
2016-02-13
1
-0
/
+13
*
|
|
Fix HABTM associations join table resolver bug on constants and symbols
Mehmet Emin İNAÇ
2016-10-27
1
-1
/
+13
*
|
|
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
|
|
Fix regression caused due to removal of select method from CollectionAssociation
Prathamesh Sonpatki
2016-10-22
1
-0
/
+7
|
|
/
|
/
|
*
|
Don't skip in-memory insertion of associations when loaded in validate
Sean Griffin
2016-09-29
1
-3
/
+31
*
|
improve error message when include assertions fail
Michael Grosser
2016-09-16
8
-69
/
+69
*
|
Ensure that inverse associations are set before running callbacks
Sean Griffin
2016-08-31
1
-0
/
+27
*
|
Don't unnecessarily load a belongs_to when saving.
James Coleman
2016-08-26
1
-0
/
+6
*
|
Merge pull request #24099 from k0kubun/preserve-readonly
Rafael Mendonça França
2016-08-18
1
-2
/
+20
|
\
\
|
*
|
Preserve readonly flag only for readonly association
Takashi Kokubun
2016-07-30
1
-2
/
+20
*
|
|
Merge pull request #26009 from kamipo/fix_inconsistent_finder_methods_signature
Rafael França
2016-08-17
1
-9
/
+0
|
\
\
\
|
*
|
|
Fix inconsistent the signature of finder methods for collection association
Ryuta Kamizono
2016-08-16
1
-9
/
+0
*
|
|
|
Merge pull request #26021 from kamipo/finder_bang_method_should_call_non_bang...
Rafael França
2016-08-17
1
-0
/
+40
|
\
\
\
\
|
*
|
|
|
Finder bang method should call non bang method
Ryuta Kamizono
2016-08-16
1
-0
/
+40
|
|
/
/
/
*
/
/
/
Fix count which would sometimes force a DISTINCT
Maxime Lapointe
2016-08-16
1
-8
/
+17
|
/
/
/
*
|
|
Merge pull request #26097 from Dagnan/fix_recordnotfound_args_rebased
Rafael França
2016-08-16
1
-0
/
+12
|
\
\
\
|
*
|
|
When calling association.find RecordNotFound is now raised with the same argu...
Michel Pigassou
2016-08-13
1
-0
/
+12
*
|
|
|
Merge pull request #26162 from kamipo/take_respects_dirty_target
Rafael França
2016-08-16
1
-4
/
+8
|
\
\
\
\
|
*
|
|
|
`CollectionProxy#take` should respect dirty target
Ryuta Kamizono
2016-08-14
1
-4
/
+8
|
|
/
/
/
*
/
/
/
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
15
-127
/
+127
|
/
/
/
*
|
|
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
|
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
5
-6
/
+0
*
|
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
|
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-129
/
+129
*
|
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
2
-7
/
+5
[next]