Rails Folder Introduction

Source: Internet
Author: User

File/Folder role

Core files for app/applications, including models, views, controllers and helper methods

Resource files for app/assets applications, such as cascading tables (CSS), JavaScript, and pictures

bin/executable binary file

Configuration of the config/application

db/Database related files

Documents for doc/applications

lib/Code Library module files

Lib/assets resource files for code libraries, such as css,javascript and pictures

Log files for log/applications

Publicly/public (e.g. browser) accessible files, such as error pages

Bin/rails generate code, open a terminal session or start a local server program

Testing for test/applications

tmp/temp File

vendor/third-visit code, such as plugins and gems

Vendor/assets third-party resource files, such as Css,javascript and pictures

Readme.rdoc Application Brief

Rakefile utility tasks performed using the Rake command

Gemfile Required Gems for your application

Gemfile.lock Gem List, make sure the copy of this app uses the same version of the gem

config.ru Rack Middleware Configuration file

. gitgnore files ignored by git

Rails Folder Introduction

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.