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 |
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
difference between member routes and collection routes ?
Do you know what are the types of caching used in rails, what are they?
Tell me what is the difference between the observers and callbacks in ruby on rails?
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?
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?
Explain valid and invalid in rails?
Explain me what is the naming convention in rails?
What are the different types of association relationships that exist?
What do you understand by rails?
Tell me what is mixin in rails?