What is the directory structure of rails?



What is the directory structure of rails?..

Answer / Lavi Sahu

The basic directory structure of a Rails application includes app, config, lib, log, public, script, tmp, and vendor. Inside the app directory, there are controller, model, and view directories.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

Explain what is the role of the subdirectories app/controllers and app/helpers in rails?

1 Answers  


Explain me what is the naming convention in rails?

1 Answers  


how can we define Ruby regular expressions?

1 Answers  


Tell me what is rails active record in ruby on rails?

1 Answers  


What is unit testing (in classical terms)? What is the primary technique when writing a test ?

1 Answers  


Explain unobtrusive javascript in rails.

1 Answers  


Tell me what is coc in rails?

1 Answers  


what is rails caching?

1 Answers  


What are naming conventions?

1 Answers  


Explain the advantages of ruby on rails?

1 Answers  


What is the Install rail package?

1 Answers  


What are rails validation used for?

1 Answers  


Categories