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
*
Refactor `attributes_for_{create,update}` to avoid an extra allocation
Ryuta Kamizono
2018-08-31
2
-4
/
+4
*
Remove `attributes_with_values_for_{create,update}` for internal use
Ryuta Kamizono
2018-08-30
2
-10
/
+5
*
Remove extra `& self.class.column_names` in `keys_for_partial_write`
Ryuta Kamizono
2018-08-30
1
-6
/
+6
*
Merge pull request #33757 from bogdanvlviv/follow-up-32937
Ryuta Kamizono
2018-08-30
3
-4
/
+16
|
\
|
*
Add info about purpose in cookies to "Upgrading Ruby on Rails" guide [ci skip]
bogdanvlviv
2018-08-30
1
-0
/
+11
|
*
Add info about `config.action_dispatch.use_cookies_with_metadata` to "Configu...
bogdanvlviv
2018-08-30
1
-0
/
+3
|
*
Fix `actionpack/CHANGELOG.md` [ci skip]
bogdanvlviv
2018-08-30
1
-4
/
+2
|
/
*
Add missing require
yuuji.yaginuma
2018-08-30
1
-0
/
+1
*
Merge pull request #33729 from kddeisz/plural-automatic-inverse
Rafael França
2018-08-29
2
-5
/
+26
|
\
|
*
Find inverse associations with plural names
Kevin Deisz
2018-08-27
2
-5
/
+26
*
|
Merge pull request #33752 from sgrif/sg-faster-try
Richard Schneeman
2018-08-29
1
-8
/
+7
|
\
\
|
*
|
20% faster `try`
Sean Griffin
2018-08-29
1
-8
/
+7
*
|
|
Merge pull request #33737 from bogdanvlviv/add-6_0_release_notes-guide
Rafael França
2018-08-29
3
-1
/
+183
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add "Ruby on Rails 6.0 Release Notes" guide [ci skip]
bogdanvlviv
2018-08-29
3
-1
/
+183
*
|
|
Merge pull request #33744 from bogdanvlviv/fixes-27852
Ryuta Kamizono
2018-08-30
4
-4
/
+4
|
\
\
\
|
*
|
|
Prevent leaking of user's DB credentials on `rails db:create` failure
bogdanvlviv
2018-08-29
4
-4
/
+4
*
|
|
|
Merge pull request #33749 from schneems/schneems/faster-fragment
Richard Schneeman
2018-08-29
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
Fewer allocations in caching/fragments.rb
schneems
2018-08-29
1
-1
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #33750 from schneems/schneems/time_value
Richard Schneeman
2018-08-29
1
-1
/
+7
|
\
\
\
\
|
*
|
|
|
Faster time_value.rb
schneems
2018-08-29
1
-1
/
+7
|
/
/
/
/
*
|
|
|
Merge pull request #33747 from schneems/schneems/faster-try
Richard Schneeman
2018-08-29
1
-1
/
+10
|
\
\
\
\
|
*
|
|
|
32% Faster Object#try
schneems
2018-08-29
1
-1
/
+10
*
|
|
|
|
Remove this conditional
Eileen Uchitelle
2018-08-29
1
-1
/
+1
*
|
|
|
|
Remove unused argument
Eileen Uchitelle
2018-08-29
1
-1
/
+1
*
|
|
|
|
Merge pull request #33748 from eileencodes/fix-erb-loading-issue-with-db-yaml
Eileen M. Uchitelle
2018-08-29
3
-16
/
+8
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Drop load_database_yaml and fix test
Eileen Uchitelle
2018-08-29
3
-16
/
+8
*
|
|
|
|
Merge pull request #33718 from kddeisz/permit-list
Matthew Draper
2018-08-29
19
-52
/
+63
|
\
\
\
\
\
|
*
|
|
|
|
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
15
-40
/
+41
|
*
|
|
|
|
Convert remaining usage of whitelist and blacklist
Kevin Deisz
2018-08-24
5
-14
/
+14
|
*
|
|
|
|
Deprecate usage of ActionView::Template::Handlers::ERB::escape_whitelist
Kevin Deisz
2018-08-24
1
-2
/
+12
|
*
|
|
|
|
Convert over the rest of the blacklist references
Kevin Deisz
2018-08-24
1
-2
/
+2
|
*
|
|
|
|
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
13
-25
/
+25
*
|
|
|
|
|
Generate the same value as a label of view in system test template
yuuji.yaginuma
2018-08-29
2
-3
/
+3
*
|
|
|
|
|
Add test to make sure the custom object key can't be serialized
Rafael Mendonça França
2018-08-28
1
-2
/
+4
*
|
|
|
|
|
Focus search input after page load on /rails/info/routes (#33683)
James Brooks
2018-08-28
1
-0
/
+3
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #33739 from tleneveu/edgeguides-https-links
Ryuta Kamizono
2018-08-28
3
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Use the HTTPS protocol for links to Edges Guides [ci skip]
tleneveu
2018-08-28
3
-4
/
+4
*
|
|
|
|
|
Merge pull request #33689 from ypresto/ar-fix-dirty-in-around
Ryuta Kamizono
2018-08-28
2
-5
/
+26
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Mutation tracker should be cleared before continuing around callbacks
Yuya Tanaka
2018-08-28
2
-5
/
+26
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Update the comments for TimeWithZone subtraction (#33721)
Rob Race
2018-08-28
1
-2
/
+10
*
|
|
|
|
Merge pull request #33654 from kamipo/fix_numericality_validator_2
Ryuta Kamizono
2018-08-28
4
-4
/
+41
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix numericality validator to still use value before type cast except Active ...
Ryuta Kamizono
2018-08-24
4
-4
/
+41
*
|
|
|
|
Call block to #redirect_to in controller context (#33735)
speckins
2018-08-27
2
-1
/
+17
*
|
|
|
|
Add documentation for `:collation` column option (#33733)
Nate Pinsky
2018-08-27
1
-0
/
+3
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #31972 from bogdanvlviv/update-form_helpers-guide
Rafael França
2018-08-27
1
-96
/
+118
|
\
\
\
\
|
*
|
|
|
Update "Action View Form Helpers" guide [ci skip]
bogdanvlviv
2018-08-27
1
-96
/
+118
|
/
/
/
/
*
|
|
|
Merge pull request #33727 from bogdanvlviv/follow-up-33523
Ryuta Kamizono
2018-08-27
2
-50
/
+23
|
\
\
\
\
|
*
|
|
|
Add `:namespace` option to the api docs of `form_with` [ci skip]
bogdanvlviv
2018-08-27
1
-0
/
+3
|
*
|
|
|
Follow up #33523 [ci skip]
bogdanvlviv
2018-08-27
1
-50
/
+20
*
|
|
|
|
Remove unused requires
Ryuta Kamizono
2018-08-25
1
-3
/
+1
[next]