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
*
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
*
|
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
[next]