adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of ruby on rails?

948