Top "Production" questions

"Production" is commonly referred to as the stage in software lifecycle where it's available to be used by the intended end user.

ActionView::Template::Error: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true

My ruby on rails action mailer runs all good in development environment, but in production environment, it keeps throw: ActionView::…

ruby-on-rails-4 devise actionmailer production
How to pass node v8 args and script args to pm2?

I need to be able to start the app below with pm2 but don't know how to start it with …

node.js production pm2
How to build task 'assets:precompile'

I'm getting that error on my production server, and can't figure out why. It happens when running this command: bundle …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-3.1 production asset-pipeline
How to set up mailer in Rails app for production environment on Heroku

I need to use a mailer for sending out emails to users to set their passwords to the "recoverable" function …

ruby-on-rails heroku devise actionmailer production
How to generate a production build of an API done with NESTJS

I am generating the production version of an API I made using the NESTJS framework and would like to know …

node.js typescript production nestjs
Rails 3 + angularjs + minification does not work in production: Unknown provider: eProvider

I've followed all the instructions I can find for fixing minification, e.g. var MyController = function(renamed$scope, renamedGreeter) { ... } MyController.$…

ruby-on-rails angularjs assets production minify
Staging database good practices

I'm about to deploy to production a fairly complex site and for the first time need a staging environment where …

database production staging
How do you deploy your SharePoint solutions?

I am now in the process of planning the deployment of a SharePoint solution into a production environment. I have …

sharepoint deployment production
Understanding results of mongostat

I am trying to understand the results of mongostat: example insert query update delete getmore command flushes mapped vsize res …

mongodb ubuntu scalability production nosql
Best way to stress test a rails web app?

Are there any good (preferably free) tools out there? Can they give accurate estimates that reflect production results when the …

ruby-on-rails performance web-applications production stress-testing