How you run your Rails Application without creating database ?



How you run your Rails Application without creating database ?..

Answer / 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

More Ruby on Rails Interview Questions

let me know what is ruby software and where and when it is usefull. Is it usefull to data base developer, if yes...where? thank you

1 Answers  


difference between member routes and collection routes ?

1 Answers  


Do you know what are the types of caching used in rails, what are they?

1 Answers  


Tell me what is the difference between the observers and callbacks in ruby on rails?

1 Answers  


What are the differences betweeen Rails 2.x and Rails 3

4 Answers   Al Larin, Baidu, CTS,


What are the functions performed by rails migration?

1 Answers  


If you want to set up a one-to-one relationship between two models, you'll need to add belongs_to to one, and has_one to the other. How do you know which is which?

1 Answers  


Explain valid and invalid in rails?

1 Answers  


Explain me what is the naming convention in rails?

1 Answers  


What are the different types of association relationships that exist?

1 Answers  


What do you understand by rails?

1 Answers  


Tell me what is mixin in rails?

1 Answers  


Categories