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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Ensure to use repo's Gemfile in application
yuuji.yaginuma
2017-12-25
1
-0
/
+5
*
|
Move `test_skip_bundle` to `AppGeneratorTest`
yuuji.yaginuma
2017-12-24
2
-9
/
+9
*
|
Merge pull request #31520 from yahonda/introduce_frozen_error_class
Ryuta Kamizono
2017-12-20
2
-1
/
+5
|
\
\
|
*
|
Handle `FrozenError` if it is available
Yasuo Honda
2017-12-20
2
-1
/
+5
*
|
|
Add test case that configure `config.active_support.hash_digest_class`
yuuji.yaginuma
2017-12-20
1
-0
/
+18
*
|
|
Implicitly skip bootsnap for `rails new --dev`
yuuji.yaginuma
2017-12-19
1
-0
/
+11
|
/
/
*
|
Merge pull request #31348 from y-yagi/fix_31283
Kasper Timm Hansen
2017-12-18
3
-8
/
+44
|
\
\
|
*
|
Raise an error only when `require_master_key` is specified
yuuji.yaginuma
2017-12-18
3
-8
/
+44
*
|
|
Merge pull request #31485 from y-yagi/skip_bootsnap_option
Eileen M. Uchitelle
2017-12-18
1
-0
/
+20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add `skip_bootsnap` option
yuuji.yaginuma
2017-12-16
1
-0
/
+20
|
|
/
*
/
Add test case that active_storage:install task works within engine
yuuji.yaginuma
2017-12-17
1
-0
/
+15
|
/
*
Merge pull request #26815 from olivierlacan/log-query-source
Eileen M. Uchitelle
2017-12-14
2
-4
/
+11
|
\
|
*
Log call site for all queries
Olivier Lacan
2017-12-13
2
-4
/
+11
*
|
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-2
/
+2
|
/
*
Expose Active Storage routes
Mehmet Emin INAC
2017-12-13
1
-13
/
+32
*
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
1
-6
/
+6
*
Set the Rails environment from an environment variable
Aaron Patterson
2017-12-08
1
-1
/
+1
*
Add failing test for wrong database connection
Aaron Patterson
2017-12-08
1
-0
/
+17
*
Fix Rails environment when running tests with Ruby
Aaron Patterson
2017-12-06
2
-2
/
+60
*
Add more tests for the `--webpack` option
Tsukuru Tanimichi
2017-12-05
1
-0
/
+19
*
Modify `test_webpack_option`
Tsukuru Tanimichi
2017-12-05
1
-3
/
+5
*
Merge pull request #31279 from ttanimichi/tests-for-webpack-option
Guillermo Iguaran
2017-12-04
1
-0
/
+14
|
\
|
*
Add tests for the `--webpack` option
Tsukuru Tanimichi
2017-12-04
1
-0
/
+14
*
|
Merge pull request #31311 from y-yagi/ignore_no_database_error_when_loading_s...
Kasper Timm Hansen
2017-12-03
2
-0
/
+29
|
\
\
|
*
|
Make `Migrator.current_version` work without a current database
yuuji.yaginuma
2017-12-03
2
-0
/
+29
*
|
|
Fix typo in test error message
claudiob
2017-12-02
1
-1
/
+1
|
/
/
*
/
Do not overwrite by default if credentials already exists
yuuji.yaginuma
2017-11-30
1
-0
/
+8
|
/
*
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
/
+2
*
Added missing test for presence of CSP initializer
Prathamesh Sonpatki
2017-11-27
1
-0
/
+1
*
Add DSL for configuring Content-Security-Policy header
Andrew White
2017-11-27
2
-0
/
+198
*
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
1
-4
/
+4
*
Change `form_with` to generates ids by default
npezza93
2017-11-25
1
-0
/
+62
*
Fix generator suggestion raise error when I18n.available_locales don’t incl...
willnet
2017-11-22
1
-0
/
+13
*
Deprecate an `after_bundle` callback in Rails plugin templates
yuuji.yaginuma
2017-11-18
1
-0
/
+32
*
Add master key to `gitignore` on `rails new`
yuuji.yaginuma
2017-11-16
1
-0
/
+8
*
Merge branch 'freeletics-manage-multiple-credential-files'
Kasper Timm Hansen
2017-11-15
2
-1
/
+84
|
\
|
*
Add CLI to manage encrypted files/configs.
Wojciech Wnętrzak
2017-11-15
2
-1
/
+84
*
|
Merge pull request #30004 from npenzin/patch-1
Yuji Yaginuma
2017-11-15
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Ensure plugin_generator adds to new line in Gemfile
Nikita Penzin
2017-11-14
1
-1
/
+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
1
-2
/
+2
*
|
Merge pull request #30773 from y-yagi/fix_30765
Eileen M. Uchitelle
2017-11-12
1
-0
/
+31
|
\
\
|
*
|
Make automatically synchronize test schema work inside engine
yuuji.yaginuma
2017-10-02
1
-0
/
+31
*
|
|
Deprecate encrypted secrets in favor of credentials.
Kasper Timm Hansen
2017-11-12
3
-68
/
+41
*
|
|
Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...
Kasper Timm Hansen
2017-11-12
1
-0
/
+2
|
\
\
\
|
*
|
|
Do not create credentials in dummy application
yuuji.yaginuma
2017-10-02
1
-0
/
+2
|
|
/
/
*
|
|
Do not show credentials in generators help
yuuji.yaginuma
2017-11-09
1
-1
/
+2
*
|
|
Remove redundant passing --skip-active-storage in test cases
bogdanvlviv
2017-11-08
5
-6
/
+6
[prev]
[next]