@
[email protected]
Location Purpose
Gemfile The application’s gem dependencies, installed using bundler.
Guardfile Supports code reloading in development.
README.md The application’s readme document.
Rakefile Support for running rake tasks.
app/ This is the directory where you’ll put the majority of your application’s
code.
config/ A directory for your application’s configuration, including things like
routes, settings and Puma configuration.
config.ru A Rack config file.
lib/ A directory for supporting code.
spec/ The application’s RSpec test suite.