File/Directory Purpose: Section 3.1.2

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

File/Directory app/

Purpose Core application (app) code, including models, views, controllers, and helpers Rails Applications assets such as cascading style sheets (CSS), JavaScript files, and images JavaScript, CSS Application configuration Database files Documentation for the application Library modules Library assets such as cascading style sheets (CSS), JavaScript files, and images Application log files Data accessible to the public (e.g., web browsers), such as error pages A script for generating code, opening console sessions, or starting a local server Application tests (made obsolete by the spec/ directory in Section 3.1.2) Temporary files Third-party code such as plugins and gems Third-party assets such as cascading style sheets (CSS), JavaScript files, and images A brief description of the application Utility tasks available via the rake command Gem requirements for this app A list of gems used to ensure that all copies of the app use the same gem versions A configuration file for Rack middleware Patterns for files that should be ignored by Git

app/assets

config/

db/ doc/ lib/ lib/assets log/ public/ script/rails test/ tmp/ vendor/ vendor/assets README.rdoc Rakefile Gemfile Gemfile.lock config.ru .gitignore

You might also like