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
*
Fix bin/update references after 8927eba83c
Kasper Timm Hansen
2019-04-17
1
-5
/
+0
*
Correctly set application path in `test_app_update_does_not_change_config_tar...
yuuji.yaginuma
2019-04-15
1
-2
/
+2
*
Make test application the same state as `app:update`
yuuji.yaginuma
2019-04-15
1
-1
/
+2
*
Merge pull request #35967 from ryohashimoto/do_not_app_update_in_app_generato...
Yuji Yaginuma
2019-04-15
1
-49
/
+60
|
\
|
*
use Rails::Generators::AppGenerator#update_config_files instead of `rails app...
Ryo Hashimoto
2019-04-13
1
-49
/
+60
*
|
Fix broken `AppGeneratorTest#test_spring_no_fork`
yuuji.yaginuma
2019-04-15
1
-1
/
+1
*
|
generate config.cache_classes = false if Spring
Xavier Noria
2019-04-14
1
-0
/
+6
|
/
*
Remove redundant begin block
Ryuta Kamizono
2019-04-04
1
-10
/
+9
*
Use `execute_batch2` rather than `execute_batch` to fix performance regressio...
Ryuta Kamizono
2019-04-04
1
-1
/
+1
*
Add test that the listen gem is included when RUBY_ENGINE is not 'ruby'
Benoit Daloze
2019-04-03
1
-0
/
+16
*
Include final newline in generated .ruby-version
Orhan Toy
2019-04-01
1
-0
/
+2
*
Use webdrivers instead of chromedriver-helper in new apps
Guillermo Iguaran
2019-03-24
1
-2
/
+2
*
Let Zeitwerk be a dependency of Active Support
Xavier Noria
2019-02-13
1
-9
/
+0
*
Zeitwerk integration
Xavier Noria
2019-02-12
1
-0
/
+9
*
Set sqlite3 gem version explicitly in generated Gemfile
Sergey Ponomarev
2019-02-05
1
-1
/
+1
*
Railities typo fixes.
alkesh26
2019-02-01
1
-1
/
+1
*
Add connection_test to app generator
Vladimir Dementyev
2019-01-13
1
-0
/
+3
*
Preserve Bundle configuration during app generation (#34755)
Marco Costa
2019-01-09
1
-0
/
+18
*
Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...
Kasper Timm Hansen
2019-01-08
1
-0
/
+11
*
Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"
Kasper Timm Hansen
2019-01-08
1
-11
/
+0
*
Add `--skip-action-text` option to `rails new`
bogdanvlviv
2019-01-05
1
-0
/
+15
*
Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...
Rafael Mendonça França
2019-01-03
1
-0
/
+5
|
\
|
*
Add `--skip-action-mailbox` option to `rails new`
bogdanvlviv
2018-12-28
1
-0
/
+10
*
|
Don't load Action Mailbox when Active Storage is skipped
George Claghorn
2018-12-29
1
-0
/
+5
*
|
Ensure that the app generator skips action mailbox when `--skip-active-record...
bogdanvlviv
2018-12-28
1
-0
/
+5
|
/
*
Do not show post install message on rails new
Rafael Mendonça França
2018-12-13
1
-1
/
+1
*
Add `connect_src` example to content security policy initializer
yuuji.yaginuma
2018-11-04
1
-0
/
+11
*
Remove `--skip-yarn` in favor of `--skip-javascript`
bogdanvlviv
2018-10-22
1
-2
/
+2
*
Correct some tests related to changes in #33079 (#34272)
Bogdan
2018-10-22
1
-2
/
+4
*
Avoid running `webpacker:install` on tests that don't need it
yuuji.yaginuma
2018-10-20
1
-4
/
+8
*
Avoid running bundler on tests that don't need it
yuuji.yaginuma
2018-10-19
1
-3
/
+3
*
Runs the generator before assertions
yuuji.yaginuma
2018-10-12
1
-0
/
+1
*
Use `--skip-webpack-install` by default
yuuji.yaginuma
2018-10-09
1
-2
/
+2
*
Avoid `webpacker:install` if unnecessary
yuuji.yaginuma
2018-10-09
1
-2
/
+2
*
Add `skip-webpack-install` option
yuuji.yaginuma
2018-10-09
1
-0
/
+14
*
Fix tests related to new JavaScript path for generators
Prathamesh Sonpatki
2018-10-05
1
-1
/
+1
*
Avoid `webpacker:install` if unnecessary
yuuji.yaginuma
2018-10-05
1
-2
/
+2
*
Make Webpacker the default JavaScript compiler for Rails 6 (#33079)
David Heinemeier Hansson
2018-09-30
1
-52
/
+19
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Remove mysql2 gem version requirement "< 0.6.0"
Yasuo Honda
2018-09-14
1
-1
/
+1
*
`bundle binstubs bundler` should be executed after `bundle install`
bogdanvlviv
2018-08-11
1
-1
/
+1
*
Merge pull request #33202 from deivid-rodriguez/bundler_binstubs
Eileen M. Uchitelle
2018-08-11
1
-29
/
+21
|
\
|
*
Generate bundler-compatible bundler binstub
David Rodríguez
2018-06-23
1
-3
/
+6
|
*
Improve readability of some specs
David Rodríguez
2018-06-23
1
-9
/
+9
|
*
Factor out some common bundler mocking logic
David Rodríguez
2018-06-23
1
-20
/
+9
*
|
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
[next]