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
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `test_config_another_database` failure
Ryuta Kamizono
2018-03-22
1
-2
/
+2
*
Don't enforce UTF-8 by default
Andrew White
2018-02-27
1
-3
/
+3
*
Improve generated file `app/assets/javascripts/application.js` of plugin
bogdanvlviv
2018-02-23
1
-1
/
+5
*
Improve generated file `app/views/application.html.erb` of plugin
bogdanvlviv
2018-02-23
1
-0
/
+9
*
Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...
bogdanvlviv
2018-02-23
1
-1
/
+2
*
Add cop for preferring 'Foo.method' over 'Foo::method'
Andrew White
2018-02-22
2
-2
/
+2
*
Do not add routes when actions are not specified
Yuji Yaginuma
2018-02-22
1
-0
/
+7
*
Ensure that `mini_magick` is absent after `rails new` with `--skip-active-sto...
bogdanvlviv
2018-02-20
1
-8
/
+9
*
Fix test method name
Guillermo Iguaran
2018-02-18
1
-1
/
+1
*
Don't generate empty app/views folder when --api and --skip-action-mailer are...
Guillermo Iguaran
2018-02-18
1
-0
/
+17
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-18
/
+17
*
Don't overwrite config/master.key even on --force
claudiob
2018-02-12
1
-1
/
+2
*
Do not update `load_defaults` version when running `app:update` (#31951)
Yuji Yaginuma
2018-02-13
1
-0
/
+15
*
Respect --force option for config/master.key
claudiob
2018-02-11
1
-0
/
+6
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
2
-7
/
+7
*
PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord
Lars Kanis
2018-01-10
1
-1
/
+1
*
Clean up railties tests
bogdanvlviv
2018-01-10
2
-19
/
+0
*
Merge pull request #31534 from claudiob/kaspth-approach
Kasper Timm Hansen
2018-01-09
1
-2
/
+2
|
\
|
*
Don't run rails active_storage:install in new apps
claudiob
2017-12-14
1
-2
/
+2
*
|
Prevent to install gems when run test (#31564)
Yuji Yaginuma
2017-12-26
2
-4
/
+12
*
|
Move `test_skip_bundle` to `AppGeneratorTest`
yuuji.yaginuma
2017-12-24
2
-9
/
+9
*
|
Implicitly skip bootsnap for `rails new --dev`
yuuji.yaginuma
2017-12-19
1
-0
/
+11
*
|
Add `skip_bootsnap` option
yuuji.yaginuma
2017-12-16
1
-0
/
+20
|
/
*
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
*
|
Fix typo in test error message
claudiob
2017-12-02
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
/
+2
*
Added missing test for presence of CSP initializer
Prathamesh Sonpatki
2017-11-27
1
-0
/
+1
*
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
*
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 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
*
|
Use .tt extension to all the template files
Rafael Mendonça França
2017-11-13
1
-2
/
+2
*
|
Deprecate encrypted secrets in favor of credentials.
Kasper Timm Hansen
2017-11-12
1
-44
/
+0
*
|
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
*
|
|
Remove redundant passing --skip-active-storage in test cases
bogdanvlviv
2017-11-08
5
-6
/
+6
*
|
|
Do not run `active_storage:install` when bundle install is skipped
yuuji.yaginuma
2017-11-08
2
-2
/
+15
*
|
|
Merge pull request #30101 from bogdanvlviv/initialization-active_storage
Rafael França
2017-11-06
7
-18
/
+203
|
\
\
\
|
*
|
|
Rails::Generators::Actions#execute_command allows option `capture`
bogdanvlviv
2017-11-06
1
-0
/
+16
|
*
|
|
`rails new` runs `rails active_storage:install`
bogdanvlviv
2017-11-06
4
-14
/
+32
|
*
|
|
Add --skip-active-storage and do so automatically when --skip-active-record i...
bogdanvlviv
2017-11-06
4
-4
/
+155
*
|
|
|
Generate the correct path in nested scaffold generator
yuuji.yaginuma
2017-11-05
2
-1
/
+30
|
/
/
/
*
|
|
Improve out-of-box experience with System tests including chromedriver-helper...
Guillermo Iguaran
2017-10-18
1
-0
/
+2
*
|
|
Fix "warning: assigned but unused variable - message"
yuuji.yaginuma
2017-10-12
1
-2
/
+1
|
/
/
[next]