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
/
app_generator_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-...
Kasper Timm Hansen
2018-07-01
1
-0
/
+24
|
\
|
*
Fix app:update when hyphenated name is given
Yoshiyuki Hirano
2018-04-24
1
-0
/
+24
*
|
Fix Ruby version in `.ruby-version`
bogdanvlviv
2018-06-18
1
-1
/
+7
*
|
Don't generate yarn's contents in `app:update` task if it's skipped
Tsukuru Tanimichi
2018-05-16
1
-0
/
+21
*
|
Don't generate `config/spring.rb` in `app:update` task when spring isn't loaded
Tsukuru Tanimichi
2018-05-13
1
-0
/
+11
*
|
Skip `bootsnap` contents in `app:update` task if `bootsnap` is not used
yuuji.yaginuma
2018-05-07
1
-0
/
+13
*
|
Don't generate assets' initializer in `app:update` task if sprockets is skipped
Tsukuru Tanimichi
2018-05-05
1
-0
/
+13
*
|
Swap assertion order for better reporting
utilum
2018-04-29
1
-1
/
+1
*
|
Add a helper method to check that gem does not exist in `Gemfile`
yuuji.yaginuma
2018-04-25
1
-49
/
+26
*
|
Fix test method name
yuuji.yaginuma
2018-04-25
1
-2
/
+2
*
|
Merge pull request #32471 from janko-m/use-image_processing-gem
George Claghorn
2018-04-23
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use ImageProcessing gem for ActiveStorage variants
Janko Marohnić
2018-04-18
1
-2
/
+2
*
|
Fix indentation manually
Yoshiyuki Hirano
2018-04-22
1
-1
/
+1
*
|
Don't include bootsnap by default in apps generated under JRuby
Guillermo Iguaran
2018-04-20
1
-3
/
+12
*
|
Create a .ruby-version compatible with MRI/JRuby by default
Guillermo Iguaran
2018-04-19
1
-1
/
+1
*
|
Make the master.key readable only by the owner
Jose Luis Duran
2018-04-19
1
-0
/
+9
|
/
*
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
*
Ensure that `mini_magick` is absent after `rails new` with `--skip-active-sto...
bogdanvlviv
2018-02-20
1
-8
/
+9
*
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
*
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
1
-17
/
+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
1
-3
/
+9
*
|
Move `test_skip_bundle` to `AppGeneratorTest`
yuuji.yaginuma
2017-12-24
1
-0
/
+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
*
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
*
Add master key to `gitignore` on `rails new`
yuuji.yaginuma
2017-11-16
1
-0
/
+8
*
Remove redundant passing --skip-active-storage in test cases
bogdanvlviv
2017-11-08
1
-2
/
+2
*
Do not run `active_storage:install` when bundle install is skipped
yuuji.yaginuma
2017-11-08
1
-1
/
+15
*
`rails new` runs `rails active_storage:install`
bogdanvlviv
2017-11-06
1
-5
/
+8
*
Add --skip-active-storage and do so automatically when --skip-active-record i...
bogdanvlviv
2017-11-06
1
-0
/
+61
*
Improve out-of-box experience with System tests including chromedriver-helper...
Guillermo Iguaran
2017-10-18
1
-0
/
+2
*
Respect quiet option in all process of `rails new` command
yuuji.yaginuma
2017-09-25
1
-1
/
+6
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-3
/
+1
*
Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share...
bogdanvlviv
2017-08-17
1
-119
/
+0
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-1
/
+1
*
Add --skip-yarn option to the plugin generator
bogdanvlviv
2017-08-15
1
-26
/
+0
*
Merge pull request #30219 from yhirano55/fix_app_generator_api_options
Rafael França
2017-08-14
1
-8
/
+0
|
\
[next]