質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,138 +26,4 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
C:\Users\socce>cd appp
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
C:\Users\socce\appp>rails s
|
34
|
-
|
35
|
-
Usage:
|
36
|
-
|
37
|
-
rails new APP_PATH [options]
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
Options:
|
42
|
-
|
43
|
-
[--skip-namespace], [--no-skip-namespace] # Skip namespace (affects only isolated applications)
|
44
|
-
|
45
|
-
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
|
46
|
-
|
47
|
-
# Default: C:/Ruby25-x64/bin/ruby.exe
|
48
|
-
|
49
|
-
-m, [--template=TEMPLATE] # Path to some application template (can be a filesystem path or URL)
|
50
|
-
|
51
|
-
-d, [--database=DATABASE] # Preconfigure for selected database (options: mysql/postgresql/sqlite3/oracle/frontbase/ibm_db/sqlserver/jdbcmysql/jdbcsqlite3/jdbcpostgresql/jdbc)
|
52
|
-
|
53
|
-
# Default: sqlite3
|
54
|
-
|
55
|
-
[--skip-gemfile], [--no-skip-gemfile] # Don't create a Gemfile
|
56
|
-
|
57
|
-
-G, [--skip-git], [--no-skip-git] # Skip .gitignore file
|
58
|
-
|
59
|
-
[--skip-keeps], [--no-skip-keeps] # Skip source control .keep files
|
60
|
-
|
61
|
-
-M, [--skip-action-mailer], [--no-skip-action-mailer] # Skip Action Mailer files
|
62
|
-
|
63
|
-
[--skip-action-mailbox], [--no-skip-action-mailbox] # Skip Action Mailbox gem
|
64
|
-
|
65
|
-
[--skip-action-text], [--no-skip-action-text] # Skip Action Text gem
|
66
|
-
|
67
|
-
-O, [--skip-active-record], [--no-skip-active-record] # Skip Active Record files
|
68
|
-
|
69
|
-
[--skip-active-storage], [--no-skip-active-storage] # Skip Active Storage files
|
70
|
-
|
71
|
-
-P, [--skip-puma], [--no-skip-puma] # Skip Puma related files
|
72
|
-
|
73
|
-
-C, [--skip-action-cable], [--no-skip-action-cable] # Skip Action Cable files
|
74
|
-
|
75
|
-
-S, [--skip-sprockets], [--no-skip-sprockets] # Skip Sprockets files
|
76
|
-
|
77
|
-
[--skip-spring], [--no-skip-spring] # Don't install Spring application preloader
|
78
|
-
|
79
|
-
[--skip-listen], [--no-skip-listen] # Don't generate configuration that depends on the listen gem
|
80
|
-
|
81
|
-
-J, [--skip-javascript], [--no-skip-javascript] # Skip JavaScript files
|
82
|
-
|
83
|
-
[--skip-turbolinks], [--no-skip-turbolinks] # Skip turbolinks gem
|
84
|
-
|
85
|
-
-T, [--skip-test], [--no-skip-test] # Skip test files
|
86
|
-
|
87
|
-
[--skip-system-test], [--no-skip-system-test] # Skip system test files
|
88
|
-
|
89
|
-
[--skip-bootsnap], [--no-skip-bootsnap] # Skip bootsnap gem
|
90
|
-
|
91
|
-
[--dev], [--no-dev] # Setup the application with Gemfile pointing to your Rails checkout
|
92
|
-
|
93
|
-
[--edge], [--no-edge] # Setup the application with Gemfile pointing to Rails repository
|
94
|
-
|
95
|
-
[--rc=RC] # Path to file containing extra configuration options for rails command
|
96
|
-
|
97
|
-
[--no-rc], [--no-no-rc] # Skip loading of extra configuration options from .railsrc file
|
98
|
-
|
99
|
-
[--api], [--no-api] # Preconfigure smaller stack for API only apps
|
100
|
-
|
101
|
-
-B, [--skip-bundle], [--no-skip-bundle] # Don't run bundle install
|
102
|
-
|
103
|
-
--webpacker, [--webpack=WEBPACK] # Preconfigure Webpack with a particular framework (options: react, vue, angular, elm, stimulus)
|
104
|
-
|
105
|
-
[--skip-webpack-install], [--no-skip-webpack-install] # Don't run Webpack install
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
Runtime options:
|
110
|
-
|
111
|
-
-f, [--force] # Overwrite files that already exist
|
112
|
-
|
113
|
-
-p, [--pretend], [--no-pretend] # Run but do not make any changes
|
114
|
-
|
115
|
-
-q, [--quiet], [--no-quiet] # Suppress status output
|
116
|
-
|
117
|
-
-s, [--skip], [--no-skip] # Skip files that already exist
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
Rails options:
|
122
|
-
|
123
|
-
-h, [--help], [--no-help] # Show this help message and quit
|
124
|
-
|
125
|
-
-v, [--version], [--no-version] # Show Rails version number and quit
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
Description:
|
130
|
-
|
131
|
-
The 'rails new' command creates a new Rails application with a default
|
132
|
-
|
133
|
-
directory structure and configuration at the path you specify.
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
You can specify extra command-line arguments to be used every time
|
138
|
-
|
139
|
-
'rails new' runs in the .railsrc configuration file in your home directory.
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
Note that the arguments specified in the .railsrc file don't affect the
|
144
|
-
|
145
|
-
defaults values shown above in this help message.
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
Example:
|
150
|
-
|
151
|
-
rails new ~/Code/Ruby/weblog
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
その後、rails sでサーバーを立てようとすると上記のような結果になります。
|
160
|
-
|
161
|
-
|
162
|
-
|
163
29
|
どこに問題が発生しているのか、ご教授お願い致します。
|