InterviewSolution
Saved Bookmarks
| 1. |
How You Run Your Rails Application Without Creating Databases? |
|
Answer» You can RUN your APPLICATION by uncommenting the LINE in environment.rb PATH=> rootpath conf/environment.rb config.frameworks-=[action_web_service,:action_mailer,:active_recordYou can run your application by uncommenting the line in environment.rb |
|