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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the deprecated `:conditions` option in `INVALID_AUTOMATIC_INVERSE_OPTI...
Ryuta Kamizono
2018-01-11
1
-1
/
+1
*
Use `apply_join_dependency` instead of meaningless named `find_with_associati...
Ryuta Kamizono
2018-01-11
2
-26
/
+13
*
Make `relation.exists?` more performant when using eager loading
Ryuta Kamizono
2018-01-11
2
-13
/
+16
*
Update error names in docs [ci skip]
George Claghorn
2018-01-10
1
-3
/
+3
*
Add missing `# frozen_string_literal: true`
Ryuta Kamizono
2018-01-11
3
-0
/
+6
*
Merge pull request #31446 from bdewater/inverse-of-options-docs
Ryuta Kamizono
2018-01-11
2
-26
/
+23
|
\
|
*
[ci skip] setting :inverse_of works with :as, :through and :polymorphic optio...
Bart de Water
2018-01-10
2
-29
/
+27
*
|
Correct comment [ci skip]
George Claghorn
2018-01-10
1
-1
/
+1
*
|
Extract Analyzable and Representable concerns
George Claghorn
2018-01-10
8
-150
/
+158
|
/
*
Fix `stale_state` for nested `has_many :through` associations
Ryuta Kamizono
2018-01-10
3
-22
/
+41
*
Merge pull request #31667 from bogdanvlviv/clean-up-railties-tests
Yuji Yaginuma
2018-01-10
2
-19
/
+0
|
\
|
*
Clean up railties tests
bogdanvlviv
2018-01-10
2
-19
/
+0
*
|
Merge pull request #16314 from zoltankiss/allow-nested-has-many-associations-...
Ryuta Kamizono
2018-01-10
4
-1
/
+76
|
\
\
|
|
/
|
/
|
|
*
Fix nested `has many :through` associations on unpersisted instances
Zoltan Kiss
2015-03-26
4
-1
/
+70
*
|
Fix "the the " [ci skip]
Ryuta Kamizono
2018-01-10
3
-3
/
+3
*
|
Bring back passing single record support for `Preloader`
Ryuta Kamizono
2018-01-10
1
-1
/
+1
*
|
Merge pull request #29685 from ayanko/fix-slow-name-error-missing-name
Ryuta Kamizono
2018-01-10
1
-0
/
+5
|
\
\
|
*
|
Fix performance issue with NameError#missing_name on ruby >= v2.3.0.
Andriy Yanko
2017-07-10
1
-0
/
+5
*
|
|
Merge pull request #27597 from brchristian/first_last_parity
Ryuta Kamizono
2018-01-10
3
-1
/
+31
|
\
\
\
|
*
|
|
resolve inconsistencies between first and to_a.first with limit
Brian Christian
2018-01-09
3
-1
/
+31
*
|
|
|
Merge pull request #31534 from claudiob/kaspth-approach
Kasper Timm Hansen
2018-01-09
7
-16
/
+37
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Help if Active Storage tables are missing
Claudio B
2017-12-21
3
-0
/
+35
|
*
|
|
Don't run rails active_storage:install in new apps
claudiob
2017-12-14
4
-16
/
+2
*
|
|
|
Merge pull request #31652 from kami-zh/activestorage-callbacks
George Claghorn
2018-01-09
2
-2
/
+8
|
\
\
\
\
|
*
|
|
|
Change Active Storage destroy callbacks
kami-zh
2018-01-09
2
-2
/
+8
|
/
/
/
/
*
|
|
|
Add 'Referrer-Policy' header to default headers set
Guillermo Iguaran
2018-01-08
3
-3
/
+10
*
|
|
|
Rebuild activestorage.js
Javan Makhmali
2018-01-08
1
-1
/
+1
*
|
|
|
Work around Firefox's refusal to dispatch events on disabled elements. Fixes ...
Javan Makhmali
2018-01-08
1
-1
/
+10
*
|
|
|
Fix attaching blobs to optimistically-locked records
George Claghorn
2018-01-08
1
-2
/
+2
*
|
|
|
Merge pull request #31650 from rosa/master
George Claghorn
2018-01-08
2
-4
/
+15
|
\
\
\
\
|
*
|
|
|
Allow overriding filename in `Blob#service_url`
Rosa Gutierrez
2018-01-08
2
-4
/
+15
|
/
/
/
/
*
|
|
|
Merge pull request #31648 from dixitp012/rubocop_active_support_test
Ryuta Kamizono
2018-01-08
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fix rubocop space before comma
Dixit Patel
2018-01-08
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Remove meaningless check
yuuji.yaginuma
2018-01-08
1
-1
/
+1
*
|
|
|
Merge pull request #31547 from eugeneius/use_authenticated_message_encryption...
Yuji Yaginuma
2018-01-08
3
-8
/
+34
|
\
\
\
\
|
*
|
|
|
Allow use_authenticated_message_encryption to be set in new_framework_default...
Eugene Kenny
2018-01-07
3
-8
/
+34
|
/
/
/
/
*
|
|
|
Fix the desc for image_alt change [ci skip]
Prathamesh Sonpatki
2018-01-07
1
-1
/
+1
*
|
|
|
Added deprecation and removal notes for Action View [ci skip]
Prathamesh Sonpatki
2018-01-07
1
-2
/
+5
*
|
|
|
Added deprecations and removals notes for Action Pack [ci skip]
Prathamesh Sonpatki
2018-01-07
2
-3
/
+6
*
|
|
|
Added release notes for Action Cable [ci skip]
Prathamesh Sonpatki
2018-01-07
1
-1
/
+10
*
|
|
|
Merge pull request #31610 from prathamesh-sonpatki/improve-deprecation-msg-pr...
Eileen M. Uchitelle
2018-01-07
3
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Improve the deprecation message for using subclass of Rails::Application to s...
Prathamesh Sonpatki
2018-01-07
3
-3
/
+3
*
|
|
|
|
Fix deleting through records when using has_many through with `source_type`
Ryuta Kamizono
2018-01-08
2
-20
/
+29
|
/
/
/
/
*
|
|
|
Document automatic width-height swapping [ci skip]
George Claghorn
2018-01-07
1
-0
/
+2
*
|
|
|
Remove redundant sentences [ci skip]
George Claghorn
2018-01-07
2
-4
/
+2
*
|
|
|
Simply use `scope.delete_all` instead of constructing delete manager
Ryuta Kamizono
2018-01-07
1
-8
/
+1
*
|
|
|
Tweak engine for readability
George Claghorn
2018-01-07
1
-11
/
+13
*
|
|
|
Make `find_nth_from_last` more performant when using reversible order
Ryuta Kamizono
2018-01-07
1
-6
/
+5
*
|
|
|
Fix `last` with `offset` to behave consistently with loaded relation
Ryuta Kamizono
2018-01-07
2
-9
/
+5
*
|
|
|
Fix `pluck` with eager loading to respect `offset`
Ryuta Kamizono
2018-01-07
2
-1
/
+6
[next]