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
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add nodoc to `CredentialsGenerator` and `MasterKeyGenerator` [ci skip]
yuuji.yaginuma
2018-02-03
2
-2
/
+2
*
Removed "private" generators from command list.
Wojciech Wnętrzak
2018-02-02
2
-18
/
+2
*
Disable CSP by default
Rafael Mendonça França
2018-01-30
1
-10
/
+10
*
Merge pull request #31769 from justjake/patch-2
Matthew Draper
2018-01-30
1
-1
/
+1
|
\
|
*
yarnpkg: correct exec syntax
Jake Teton-Landis
2018-01-23
1
-1
/
+2
|
/
*
bin/yarn: Pass through arguments with spaces
Jake Teton-Landis
2018-01-21
1
-1
/
+1
*
Merge pull request #31641 from ckoenig/remove_frozen_string_literal
Yuji Yaginuma
2018-01-20
1
-4
/
+6
|
\
|
*
Work on a dup'ed options hash
Christof Koenig
2018-01-09
1
-4
/
+6
*
|
Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...
Matthew Draper
2018-01-19
1
-2
/
+2
|
\
\
|
*
|
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-2
/
+2
*
|
|
Merge pull request #31730 from bogdanvlviv/allow_false_for-config-generators-...
Eileen M. Uchitelle
2018-01-18
1
-1
/
+1
|
\
\
\
|
*
|
|
Allow `false` for `config.generators.system_tests=`
bogdanvlviv
2018-01-18
1
-1
/
+1
|
|
/
/
*
/
/
Revert "Merge pull request #31434 from olivierlacan/boot-feedback"
Matthew Draper
2018-01-19
1
-4
/
+0
|
/
/
*
|
Provide a sensible default host
George Claghorn
2018-01-16
1
-2
/
+0
*
|
Extract content types from blob data
George Claghorn
2018-01-15
1
-0
/
+2
*
|
Merge pull request #31572 from kami-zh/fix-template
Yuji Yaginuma
2018-01-13
1
-2
/
+3
|
\
\
|
*
|
Fix comment about initializers to adapt to the fact
kami-zh
2017-12-27
1
-2
/
+3
|
|
/
*
|
Merge pull request #31651 from eugeneius/use_sha1_digests
Sean Griffin
2018-01-12
1
-0
/
+3
|
\
\
|
*
|
Use SHA-1 for non-sensitive digests by default
Eugene Kenny
2018-01-08
1
-0
/
+3
|
|
/
*
|
Use unsafe_inline as the default for script_src CSP until we get a nonce alte...
David Heinemeier Hansson
2018-01-12
1
-1
/
+1
*
|
Add note about having to restart when modifying initializer
David Heinemeier Hansson
2018-01-12
1
-0
/
+2
*
|
Use complete variable names rather than single-letter abbreviations for style
David Heinemeier Hansson
2018-01-12
1
-8
/
+8
*
|
PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord
Lars Kanis
2018-01-10
1
-1
/
+1
*
|
Merge pull request #31534 from claudiob/kaspth-approach
Kasper Timm Hansen
2018-01-09
2
-11
/
+0
|
\
\
|
|
/
|
/
|
|
*
Don't run rails active_storage:install in new apps
claudiob
2017-12-14
2
-11
/
+0
*
|
Removes OS specific directory separator
Daniel Lopez
2017-12-21
1
-1
/
+1
*
|
Remove verbose_query_logs from new_framework_defaults_5_2.rb
Eugene Kenny
2017-12-20
1
-3
/
+0
*
|
Implicitly skip bootsnap for `rails new --dev`
yuuji.yaginuma
2017-12-19
1
-1
/
+1
*
|
Merge pull request #31348 from y-yagi/fix_31283
Kasper Timm Hansen
2017-12-18
2
-2
/
+3
|
\
\
|
*
|
Raise an error only when `require_master_key` is specified
yuuji.yaginuma
2017-12-18
2
-2
/
+3
|
|
/
*
|
Update new_framework_defaults_5_2.rb.tt
Anton Rieder
2017-12-18
1
-1
/
+1
*
|
Add `skip_bootsnap` option
yuuji.yaginuma
2017-12-16
3
-0
/
+11
|
/
*
Merge pull request #31434 from olivierlacan/boot-feedback
Sean Griffin
2017-12-14
1
-0
/
+4
|
\
|
*
Provide instant feedback when booting Rails
Olivier Lacan
2017-12-13
1
-0
/
+4
*
|
Log call site for all queries
Olivier Lacan
2017-12-13
2
-0
/
+6
|
/
*
Revert "remove unnecessary `RAILS_ENV` setting"
Aaron Patterson
2017-12-08
2
-0
/
+4
*
Merge pull request #31241 from matthewd/no-after-fork
Matthew Draper
2017-12-01
1
-23
/
+1
|
\
|
*
Drop the before_fork/on_worker_boot advice
Matthew Draper
2017-11-27
1
-23
/
+1
*
|
Move system test dependencies to test group
Anton Rieder
2017-11-30
1
-7
/
+10
*
|
Do not overwrite by default if credentials already exists
yuuji.yaginuma
2017-11-30
1
-2
/
+4
*
|
Build the root folder before specific files
Rafael Mendonça França
2017-11-29
1
-8
/
+8
*
|
Use `credentials` instead of `keyfile` in GCS sevice
yuuji.yaginuma
2017-11-29
1
-1
/
+1
*
|
Use same version constraint in mysql adapter and generated application
yuuji.yaginuma
2017-11-28
1
-1
/
+1
*
|
Remove Content-Security-Policy initializer in API-only Applications
yuuji.yaginuma
2017-11-27
1
-0
/
+6
|
/
*
Add DSL for configuring Content-Security-Policy header
Andrew White
2017-11-27
1
-0
/
+20
*
Use Puma 3.11 in newly generated applications
yuuji.yaginuma
2017-11-27
1
-1
/
+1
*
Remove field ids from scaffold form
yuuji.yaginuma
2017-11-26
2
-7
/
+3
*
Use parentheses for multi-line method calls
Rafael Mendonça França
2017-11-25
1
-1
/
+2
*
Deprecate an `after_bundle` callback in Rails plugin templates
yuuji.yaginuma
2017-11-18
1
-0
/
+4
*
Add master key to `gitignore` on `rails new`
yuuji.yaginuma
2017-11-16
3
-1
/
+11
[next]