Railsバージョン
Rails 6.1.3
ファイル配置
ディレクトリー
.git
-
branches
- 略
-
hooks
- 略
-
info
- 略
-
objects
- 略
-
refs
- 略
- HEAD
- config
- description
app
-
assets
- config
- images
- stylesheets
-
channels
-
application_cable
- channel.rb
- connection.rb
-
-
controllers
-
concerns
- .keep
- application_controller.rb
- コントローラー名_controller.rb
-
-
helpers
- application_helper.rb
- コントローラー名_helper.rb
-
jobs
- application_job.rb
-
mailers
- application_mailer.rb
-
models
-
concerns
- .keep
- application_record.rb
-
-
views
-
layouts
- application.html.erb
- mailer.html.erb
- mailer.text.erb
-
コントローラー名
- アクション名.html.erb
-
bin
- bundle
- rails
- rake
- setup
- spring
- webpack
- webpack-dev-server
- yarn
config
-
envitonments
- development.rb
- production.rb
- test.rb
-
initializers
- application_controller_renderer.rb
- assets.rb
- backtrace_silencers.rb
- content_security_policy.rb
- cookies_serializer.rb
- filter_parameter_logging.rb
- inflections.rb
- mime_types.rb
- permissions_policy.rb
- wrap_parameters.rb
-
locales
- en.yml
-
webpack
- development.js
- environment.js
- production.js
- test.js
- application.rb
- boot.rb
- cable.yml
- credentials.yml.enc
- database.yml
- environment.rb
- master.key
- puma.rb
- routes.rb
- spring.rb
- storage.yma
- webpacker.yml
db
- seeds.rb
lib
-
assets
- 略
-
tasks
- 略
log
- .keep
- development.log
node_modules
- 多数のライブリーディレクトリー
public
-
packs
-
js
- 略
-
- 404.html
- 422.html
- 500.html
- apple-touch-icon-precomposed.png
- apple-touch-icon.png
- favicon.ico
- robots.txt
storage
- .keep
test
-
channels
- 略
-
controllers
- 略
-
fixtures
- 略
-
helpers
- 略
-
integration
- 略
-
mailers
- 略
-
models
- 略
-
system
- 略
- test_helper.rb
tmp
- 略
vendor
- .keep
ファイル
- .browserslistrc
- .gitattributes
- .gitignore
- .ruby-version
- Gemfile
- Gemfile.lock
- README.md
- Rakefile
- babel.config.js
- config.ru
- package.json
- postcss.config.js
- yarn.lock