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
/
test
/
application
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `try` only when we're unsure if the receiver would respond_to the method
Akira Matsuda
2019-08-01
1
-2
/
+2
*
Fix db:seed
eileencodes
2019-07-31
1
-0
/
+19
*
Address to rubocop offences
Ryuta Kamizono
2019-07-31
1
-1
/
+1
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
2
-3
/
+3
*
Improves compatibility of require_dependency in zeitwerk mode [Closes #36774]
Xavier Noria
2019-07-28
1
-0
/
+29
*
Removed webpacker:compile step from scaffold test as it is not required and a...
Abhay Nikam
2019-07-26
1
-2
/
+0
*
let autoloaded? support modules with overridden names [closes #36757]
Xavier Noria
2019-07-25
1
-0
/
+9
*
read configuration to determine excluded eager loaded directory (#36354)
Andrew Kress
2019-07-25
1
-1
/
+1
*
Merge pull request #36741 from Edouard-chin/ec-system-test-url-options
Eileen M. Uchitelle
2019-07-24
1
-0
/
+45
|
\
|
*
Define the `url_options` needed for SytemTest inside the route proxy:
Edouard CHIN
2019-07-24
1
-0
/
+45
*
|
Fixed db:prepare task to not touch schema when dump_schema_after_migration is...
Wojciech Wnętrzak
2019-07-24
1
-0
/
+16
|
/
*
Make Active Storage routes optional
Gannon McGibbon
2019-07-22
1
-0
/
+15
*
Merge pull request #36603 from y-yagi/add_skip_collision_check_option
Yuji Yaginuma
2019-07-18
1
-0
/
+10
|
\
|
*
Add `skip-collision-check` option to generator
yuuji.yaginuma
2019-07-05
1
-0
/
+10
*
|
Merge pull request #36663 from igor04/load_database_yaml_fix
Eileen M. Uchitelle
2019-07-15
1
-0
/
+5
|
\
\
|
*
|
Prevent exception of loading database yaml with blank config file [closes: #3...
igor04
2019-07-12
1
-0
/
+5
|
|
/
*
/
Adds support for configuring HTTP Feature Policy (#33439)
Jacob Bednarz
2019-07-10
2
-0
/
+192
|
/
*
Merge pull request #36534 from y-yagi/fixes_35137
Yuji Yaginuma
2019-07-03
1
-0
/
+32
|
\
|
*
Add the ability to set the CSP nonce only to the specified directives
yuuji.yaginuma
2019-06-22
1
-0
/
+32
*
|
Make `bin/setup` test pass even if the database does not exist
yuuji.yaginuma
2019-06-30
1
-1
/
+1
*
|
Load initial database.yml once, and warn if we can't create tasks
eileencodes
2019-06-27
1
-0
/
+28
|
/
*
Make `ActionDispatch::Response#content_type` behavior configurable
yuuji.yaginuma
2019-06-21
1
-0
/
+27
*
Move SchemaMigration to migration_context
eileencodes
2019-06-14
1
-3
/
+4
*
Merge pull request #36472 from kamipo/empty_line_only_before_access_modifier
Ryuta Kamizono
2019-06-13
5
-5
/
+0
|
\
|
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
5
-5
/
+0
*
|
Don't `drop_table` before schema cache tests
Ryuta Kamizono
2019-06-13
1
-1
/
+2
|
/
*
Convert the db:abort_if_pending_migrations task to be multi-DB aware
Mark Lee
2019-06-10
1
-0
/
+26
*
Merge pull request #36416 from freeletics/fix-db-prepare
Eileen M. Uchitelle
2019-06-05
1
-0
/
+20
|
\
|
*
Fixed db:prepare task for multiple databases.
Wojciech Wnętrzak
2019-06-05
1
-0
/
+20
*
|
Merge pull request #36394 from eileencodes/treat-application-record-as-primary
Eileen M. Uchitelle
2019-06-05
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Treat ActiveRecord::Base and ApplicationRecord as "primary"
eileencodes
2019-06-05
1
-3
/
+3
*
|
Extract default log file open operation to method
yuuji.yaginuma
2019-06-05
1
-0
/
+7
|
/
*
Fail parallel tests if workers exit early
John Hawthorn
2019-05-30
1
-0
/
+18
*
Fix: DummyCompiler embeds invalid YAML content
Vishal Telangre
2019-05-15
1
-0
/
+17
*
Fix database loading when ERB is single line ternary
eileencodes
2019-05-10
1
-0
/
+16
*
Merge pull request #36196 from st0012/fix-29947
Eileen M. Uchitelle
2019-05-07
1
-0
/
+16
*
new config to opt-out from adding app directories to $LOAD_PATH
Xavier Noria
2019-04-28
1
-0
/
+28
*
upgrades Zeitwerk to 2.1.4
Xavier Noria
2019-04-23
1
-51
/
+21
*
Revert "Include Caching module for ActionController::API"
Rafael França
2019-04-22
1
-13
/
+0
*
Merge pull request #36038 from st0012/fix-35602
Guillermo Iguaran
2019-04-22
1
-0
/
+13
|
\
|
*
Make sure api controllers can perform caching as well
st0012
2019-04-19
1
-0
/
+13
*
|
Make system tests take failed screenshots in `before_teardown` hook
Richard Macklin
2019-04-20
1
-0
/
+26
*
|
Handle up/down for multiple databases
eileencodes
2019-04-19
1
-1
/
+58
*
|
Manage ActionDispatch::ActionableExceptions from the default middleware stack
Genadi Samokovarov
2019-04-19
1
-0
/
+2
|
/
*
Factorize bin/update in bin/setup, and make bin/setup idempotent
David Stosik
2019-04-17
1
-15
/
+11
*
Merge pull request #35997 from tjoyal/Rails/MailersController/do-not-leak-I18...
Rafael França
2019-04-16
1
-0
/
+7
|
\
|
*
[Rails::MailersController] Do not leak I18n global setting changes
Thierry Joyal
2019-04-16
1
-0
/
+7
*
|
Squash warning: possibly useless use of a constant
utilum
2019-04-16
1
-2
/
+2
|
/
*
Remove the Amazon SES ingress
George Claghorn
2019-04-14
1
-1
/
+0
*
deprecates autoloading constants during initialization [closes #35745]
Xavier Noria
2019-04-14
1
-0
/
+55
[next]