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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add DSL for configuring Content-Security-Policy header
Andrew White
2017-11-27
6
-34
/
+264
*
Use Puma 3.11 in newly generated applications
yuuji.yaginuma
2017-11-27
2
-2
/
+2
*
Merge pull request #31167 from albertoalmagro/clean-db-ambiguity
Rafael França
2017-11-26
1
-2
/
+2
|
\
|
*
Remove DB naming ambiguity
Alberto Almagro
2017-11-26
1
-2
/
+2
*
|
Remove field ids from scaffold form
yuuji.yaginuma
2017-11-26
3
-11
/
+7
|
/
*
Remove duplicated `form_with_generates_remote_forms` setting
yuuji.yaginuma
2017-11-26
1
-1
/
+0
*
Use parentheses for multi-line method calls
Rafael Mendonça França
2017-11-25
2
-5
/
+10
*
Make form_with_generates_ids default in Rails 5.2
Rafael Mendonça França
2017-11-25
1
-2
/
+7
*
Change `form_with` to generates ids by default
npezza93
2017-11-25
2
-0
/
+63
*
Rubocop style
Dixit Patel
2017-11-24
1
-0
/
+2
*
Fix generator suggestion raise error when I18n.available_locales don’t incl...
willnet
2017-11-22
2
-1
/
+15
*
Fix formatting of `credentials` and `encrypted` [ci skip]
yuuji.yaginuma
2017-11-19
1
-8
/
+8
*
Deprecate an `after_bundle` callback in Rails plugin templates
yuuji.yaginuma
2017-11-18
3
-0
/
+40
*
Fixed example of `Rails.application.encrypted` method usage
Wojciech Wnętrzak
2017-11-16
1
-1
/
+1
*
Add master key to `gitignore` on `rails new`
yuuji.yaginuma
2017-11-16
4
-1
/
+19
*
Pass options onto key file generator.
Kasper Timm Hansen
2017-11-15
1
-1
/
+1
*
Merge branch 'freeletics-manage-multiple-credential-files'
Kasper Timm Hansen
2017-11-15
9
-41
/
+337
|
\
|
*
Add CLI to manage encrypted files/configs.
Wojciech Wnętrzak
2017-11-15
10
-50
/
+347
*
|
Go through a single credentials instance.
Kasper Timm Hansen
2017-11-15
1
-9
/
+10
*
|
Merge pull request #30004 from npenzin/patch-1
Yuji Yaginuma
2017-11-15
2
-2
/
+3
|
\
\
|
*
|
Ensure plugin_generator adds to new line in Gemfile
Nikita Penzin
2017-11-14
2
-2
/
+3
*
|
|
Use released arel
Rafael Mendonça França
2017-11-14
1
-5
/
+2
|
|
/
|
/
|
*
|
Add `environment` as dependency of `load_config` (#31135)
Yuji Yaginuma
2017-11-14
1
-2
/
+18
*
|
Use .tt extension to all the template files
Rafael Mendonça França
2017-11-13
98
-4
/
+4
*
|
Merge pull request #30773 from y-yagi/fix_30765
Eileen M. Uchitelle
2017-11-12
2
-0
/
+34
|
\
\
|
*
|
Make automatically synchronize test schema work inside engine
yuuji.yaginuma
2017-10-02
2
-0
/
+34
*
|
|
Revert displaying master key generation info on `rails new`.
Kasper Timm Hansen
2017-11-12
3
-23
/
+20
*
|
|
Deprecate encrypted secrets in favor of credentials.
Kasper Timm Hansen
2017-11-12
6
-167
/
+50
*
|
|
Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...
Kasper Timm Hansen
2017-11-12
3
-2
/
+5
|
\
\
\
|
*
|
|
Do not create credentials in dummy application
yuuji.yaginuma
2017-10-02
3
-2
/
+5
|
|
/
/
*
|
|
Adjust blank lines
Ryuta Kamizono
2017-11-10
4
-4
/
+5
*
|
|
Do not show credentials in generators help
yuuji.yaginuma
2017-11-09
2
-1
/
+3
*
|
|
Merge pull request #31093 from bogdanvlviv/express-console-command-in-the-log
Rafael França
2017-11-08
1
-1
/
+1
|
\
\
\
|
*
|
|
Change output log about skipping instalation of Active Storage
bogdanvlviv
2017-11-08
1
-1
/
+1
*
|
|
|
Remove redundant passing --skip-active-storage in test cases
bogdanvlviv
2017-11-08
5
-6
/
+6
|
/
/
/
*
|
|
Remove unnecessary migration deletion
yuuji.yaginuma
2017-11-08
5
-19
/
+0
*
|
|
Do not run `active_storage:install` when bundle install is skipped
yuuji.yaginuma
2017-11-08
4
-3
/
+24
*
|
|
Fix comment in `check_class_collision` [ci skip]
yuuji.yaginuma
2017-11-07
1
-1
/
+1
*
|
|
Fix `bin/rails db:migrate` with specified `VERSION`
bogdanvlviv
2017-11-06
1
-2
/
+154
*
|
|
Merge pull request #30101 from bogdanvlviv/initialization-active_storage
Rafael França
2017-11-06
32
-102
/
+384
|
\
\
\
|
*
|
|
Execution of `active_storage:install` should respect `--quiet` during `rails ...
bogdanvlviv
2017-11-06
1
-1
/
+1
|
*
|
|
Rails::Generators::Actions#execute_command allows option `capture`
bogdanvlviv
2017-11-06
2
-1
/
+23
|
*
|
|
`rails new` runs `rails active_storage:install`
bogdanvlviv
2017-11-06
14
-36
/
+91
|
*
|
|
Add --skip-active-storage and do so automatically when --skip-active-record i...
bogdanvlviv
2017-11-06
20
-65
/
+270
*
|
|
|
Remove unused require
yuuji.yaginuma
2017-11-06
1
-1
/
+0
*
|
|
|
Merge pull request #31053 from y-yagi/fix_namespaced_generator
Eileen M. Uchitelle
2017-11-05
3
-10
/
+39
|
\
\
\
\
|
*
|
|
|
Generate the correct path in nested scaffold generator
yuuji.yaginuma
2017-11-05
3
-10
/
+39
|
|
/
/
/
*
/
/
/
s/an/a/
Akira Matsuda
2017-11-04
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #30813 from y-yagi/remove_unused_secrets_yml
Ryuta Kamizono
2017-10-26
2
-36
/
+0
|
\
\
\
|
*
|
|
Remove unused `secrets.yml` template
yuuji.yaginuma
2017-10-06
2
-36
/
+0
[prev]
[next]