How do you boot a rails app on a remote server into Development? -


i totally apologize being naiive. when deploy production, automatically boots in production mode.

how alternatively boot in development mode?

depends on using run rails application.

often can set environment variable rails_env well, example: rails_env=development rails server


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -