adspace


How you run your Rails Application without creating database ?

Answer Posted / Krishan Kumar Kamthan

"To run a Rails application without a database, you can use the `rails server` command with `--skip-database-creation` flag: `rails server --skip-database-creation`. This will start the Rails server but won't create or interact with any database."

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