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
*
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
|
\
|
*
Refactor `--api` option of the app generator
Yoshiyuki Hirano
2017-08-13
1
-8
/
+0
*
|
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
|
Railties updates for frozen string literals.
Pat Allan
2017-08-14
1
-1
/
+1
|
/
*
Refactor app_generator_test (#30192)
yhirano55
2017-08-11
1
-1
/
+8
*
Improve plugin generator tests. Related to #30123.
bogdanvlviv
2017-08-10
1
-32
/
+30
*
Merge branch 'master' into active-storage-import
David Heinemeier Hansson
2017-08-01
1
-0
/
+2
|
\
|
*
Merge pull request #30015 from larskanis/use-duktake-on-mingw
Guillermo Iguaran
2017-08-01
1
-0
/
+2
|
|
\
|
|
*
Use duktape gem as default JS engine on Windows-MINGW and MS-Visual-C builds
Lars Kanis
2017-08-01
1
-0
/
+2
*
|
|
Use config/storage.yml as part of the skeleton and loading
David Heinemeier Hansson
2017-07-31
1
-1
/
+1
*
|
|
Include default storage configuration
David Heinemeier Hansson
2017-07-31
1
-0
/
+1
|
/
/
*
/
Set Ruby version in Gemfile and .ruby-version by default
Alberto Almagro
2017-07-31
1
-0
/
+12
|
/
*
Do not generate unused components contents in `app:update` task
yuuji.yaginuma
2017-07-16
1
-0
/
+16
*
Update default app files in app_generator_test
Koichi ITO
2017-07-06
1
-2
/
+40
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Add system tests to generate scaffold
Dinah Shi
2017-06-30
1
-2
/
+2
|
/
*
Replace therubyracer with mini_racer
Sam
2017-05-30
1
-1
/
+1
*
Remove redundant test method
Andy Atkinson
2017-05-25
1
-7
/
+1
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-3
/
+3
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
1
-7
/
+7
*
Merge pull request #28708 from y-yagi/dont_generate_system_test_files
Rafael França
2017-04-19
1
-0
/
+11
|
\
[next]