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
/
railties
/
lib
/
rails
/
application
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
2
-2
/
+0
*
Extract default log file open operation to method
yuuji.yaginuma
2019-06-05
2
-10
/
+14
*
Merge pull request #36395 from cpruitt/6-0-stable
Eileen M. Uchitelle
2019-06-04
1
-3
/
+9
*
Fix: DummyCompiler embeds invalid YAML content
Vishal Telangre
2019-05-15
1
-8
/
+2
*
Merge pull request #36237 from eileencodes/fix-erb-in-database-yaml-again
Eileen M. Uchitelle
2019-05-14
1
-1
/
+6
|
\
|
*
Fix database loading when ERB is single line ternary
eileencodes
2019-05-10
1
-1
/
+6
*
|
Fix indentation of the config.eager_load nil warning
Sharang Dashputre
2019-05-09
1
-1
/
+1
*
|
Fix indentation for config.eager_load nil warning message
Abhay Nikam
2019-05-08
1
-5
/
+5
|
/
*
new config to opt-out from adding app directories to $LOAD_PATH
Xavier Noria
2019-04-28
1
-1
/
+2
*
Start Rails 6.1 development
Rafael Mendonça França
2019-04-24
1
-0
/
+2
*
Manage ActionDispatch::ActionableExceptions from the default middleware stack
Genadi Samokovarov
2019-04-19
1
-0
/
+1
*
Add collection cache versioning
Lachlan Sylvester
2019-04-16
1
-0
/
+4
*
deprecates autoloading constants during initialization [closes #35745]
Xavier Noria
2019-04-14
1
-0
/
+37
*
depend on Zeitwerk 2
Xavier Noria
2019-04-07
1
-1
/
+1
*
Add config.disable_sandbox option to Rails console
Prem Sichanugrist
2019-03-23
1
-1
/
+3
*
Fix rubocop violations
yuuji.yaginuma
2019-03-13
1
-1
/
+1
*
Do not generate dummy string when the tag used is not the <%=
Rafael Mendonça França
2019-03-11
1
-1
/
+4
*
Load YAML for rake tasks without parsing ERB
eileencodes
2019-03-06
2
-0
/
+36
*
Explains a detail re eager loading [ci skip]
Xavier Noria
2019-02-20
1
-0
/
+3
*
Let Zeitwerk be a dependency of Active Support
Xavier Noria
2019-02-13
1
-1
/
+5
*
Zeitwerk integration
Xavier Noria
2019-02-12
2
-1
/
+20
*
Subdomains of localhost are safe against DNS rebinding
Marc Schütz
2019-01-23
1
-1
/
+1
*
Remove deprecated `config.secret_token`
Rafael Mendonça França
2019-01-17
1
-2
/
+1
*
Change `SQLite3Adapter` to always represent boolean values as integers
Rafael Mendonça França
2019-01-17
1
-4
/
+0
*
Restructure credentials after environment overrides.
Kasper Timm Hansen
2019-01-14
1
-8
/
+8
*
Move MailDeliveryJob default to 6.0 defaults
Gannon McGibbon
2019-01-07
1
-0
/
+4
*
Send Active Storage jobs to dedicated queues by default
George Claghorn
2019-01-04
1
-0
/
+5
*
Introduce a guard against DNS rebinding attacks
Genadi Samokovarov
2018-12-15
2
-1
/
+5
*
Improve deprecation message for enqueue returning false
Rafael Mendonça França
2018-12-05
1
-0
/
+4
*
Do not need to mention the method that is being called in the exception
Rafael Mendonça França
2018-10-23
1
-1
/
+1
*
Support environment specific credentials file. (#33521)
Wojciech Wnętrzak
2018-09-19
1
-1
/
+25
*
Drop load_database_yaml and fix test
Eileen Uchitelle
2018-08-29
1
-12
/
+0
*
Purpose Metadata For Signed And Encrypted Cookies
Assain
2018-08-12
1
-0
/
+4
*
Turn on performance based cops
Dillon Welch
2018-07-23
1
-3
/
+1
*
Only execute route updater once on app boot
Jonathan Boler
2018-06-19
2
-6
/
+2
*
Eager load routes on rebuild
Jonathan Boler
2018-06-04
1
-14
/
+2
*
Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...
Kasper Timm Hansen
2018-04-02
1
-1
/
+1
|
\
|
*
Move SourceAnnotationExtractor under Rails module
Prem Sichanugrist
2018-03-22
1
-1
/
+1
*
|
Refactor configs_for and friends
eileencodes
2018-03-21
1
-0
/
+12
|
/
*
Don't enforce UTF-8 by default
Andrew White
2018-02-27
1
-0
/
+3
*
Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"
eileencodes
2018-02-22
1
-1
/
+0
*
Revert "Reject empty database yamls"
eileencodes
2018-02-22
1
-1
/
+1
*
Merge pull request #32018 from rails/add-nonce-support-to-csp
Andrew White
2018-02-22
1
-37
/
+38
|
\
|
*
Add support for automatic nonce generation for Rails UJS
Andrew White
2018-02-19
1
-37
/
+38
*
|
Reject empty database yamls
eileencodes
2018-02-22
1
-1
/
+1
*
|
Merge pull request #32075 from eileencodes/delete-default-configuration
Eileen M. Uchitelle
2018-02-21
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Delete default configuration
eileencodes
2018-02-21
1
-0
/
+1
*
|
Don't accidentally create an empty CSP
Andrew White
2018-02-19
1
-1
/
+5
*
|
Multipart file uploads are very rare in API only apps so don't include Rack::...
Guillermo Iguaran
2018-02-17
1
-1
/
+2
|
/
*
Do not update `load_defaults` version when running `app:update` (#31951)
Yuji Yaginuma
2018-02-13
1
-1
/
+4
[next]