Write a program to generate and run the application without the use of database



Write a program to generate and run the application without the use of database..

Answer / Dal Chand

Creating a Rails application without a database involves using the --skip-active-record flag during creation. Here's a simplified example:nn```rubynrails new my_app --skip-active-recordnnavigate to my_appnrackupn```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

Is ruby on rails dying?

1 Answers  


What are models in rails?

1 Answers  


Mention the types of variables available in Ruby Class?

1 Answers  


Explain coc in rails?

1 Answers  


Can you list out what can rails migration do?

1 Answers  


What are the various changes between the rails version 2 and 3?

1 Answers  


how you can list all routes for an application?

1 Answers  


Tell me what is orm (object-relationship-model) in rails?

1 Answers  


difference between form_for and form_tag

2 Answers  


when self.up and self.down method is used?

1 Answers  


What is the difference between save and save?

1 Answers  


What is rails active record?

1 Answers  


Categories