A production environment is one in that is exposed to its intended audience in a real-world situation.
-1
votes
1answer
12 views
Finalize or prepare your web application for production
Alright. We have worked hundreds of hours to develop our application. We considered lots of stuff, took care of many errors and such and such... We want to see it all alive and running with millions ...
1
vote
0answers
48 views
Django not writing errors to log files in production
So i am trying do deply my django app + nginx (fastcgi). I am trying to write all my normal django output (that i usually get when developing the app) but in production since i dont see the output, i ...
1
vote
1answer
25 views
Css is not applied when YII_DEBUG is set to false
I have a website made using Yii plus YiiBooster. When I am in DEBUG mode there is no problem - all styles loads and applys properly. When I set YII_DEBUG to false in index.php file - css files are ...
0
votes
1answer
14 views
Heroku and gems only for production environment
I have an application that must be run in three different environments, called dev, beta and prod.
I created three different applications on heroku, so all the environments can be run at the same ...
1
vote
2answers
32 views
Static files with Flask in production
Usually, the problem is how to serve static files in development environment, while in my case it is the opposite. So I've deployed a Flask application using Apache and mod_wsgi, configured Apache to ...
0
votes
1answer
17 views
Glassfish can't find my application path correctly?
I always developed on Glassfish, using the deploy feature on it, but it seems that on productio is a little different, it seems that can't find my application path correclty.
I have this domain ...
0
votes
1answer
70 views
Heroku static assets
On Heroku, I am receiving a at=error code=H10 desc="App crashed" method=GET path=/favicon.ico routing error.
Locally, I was receiving a ActionController::RoutingError (No route matches [GET] ...
1
vote
1answer
89 views
Ruby on Rails : Delete confirmation pop-up dialog displaying twice
I am facing a problem in production server.
This is duplicate of another questions but all that questions-answers didn't work for me.
I used 'delete' method for 'link_to' tag:-
<%= link_to ...
0
votes
1answer
34 views
Asset is not precompiled in RoR Openshift app
I have a Ruby on Rails OpenShift application (ruby 1.9, Rails Rails 3.2.13), working without problems in development environment. However, when I deploy the application to OpenShift, I get the ...
0
votes
1answer
17 views
Sync the yaml file between server nodes
I have a Yaml file and an interface page in my rails app to modify its content. It is working fine on my development machine when i display, modify, and save the changes. But, my concern is that if ...
1
vote
1answer
46 views
Heroku push to production
I set up my staging and production environments on heroku, and pushed to both and it worked fine. I came back a day later and was able to push to staging but got the following message about git push ...
0
votes
1answer
63 views
Rails 3 - Moving from Development to Production - Public Assets 404
I migrated a Rails 2.2.2 application to Rails 3.1.
In development mode: /var/www/project_dir# thin start --ssl
all the assets are found and served beautifully.
When I run in production mode: ...
0
votes
1answer
82 views
Should I care about the DOM processing time in Newrelic Rails app?
I am using Newrelic on my Ruby on Rails app? In the "Browser page load time" section, I can see a large portion of the loading time falls into the "DOM processing"(about 5 sec). I just want to know if ...
0
votes
1answer
35 views
Problems with routes and pages when pushing to Heroku with rails
I built an app in rails and it works fine on localhost, but when I push to heroku, the routes get messed up. My routes.rb is as follows:
get "pages/index"
get "sessions/new"
resources :posts, ...
2
votes
0answers
48 views
ExceptionNotifier constant uninitialized Rails 3
I've read over many questions on this site as well as the GitHub documentation for ExceptionNotifier and its implementation in Rails 3, and I can't figure out why it won't work for me on my production ...
0
votes
0answers
49 views
django settings importing fails with wsgi
I'm setting up django project in prodiction via mod_wsgi.
And the problem is that wsgi application fails with error AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF', and I can't get ...
1
vote
1answer
83 views
Accessing Meteor Settings in a Self-Owned Production Environment
According to Meteor's documentation, we can include a settings file through the command line to provide deployment-specific settings.
However, the --settings option seems to only be available through ...
0
votes
3answers
53 views
How to access configs from autoloaded config files in a layout / view script in Zend Framework 2?
I would like / have to manage some settings in ZF1 style and provide the view with the infomation about the current environment.
/config/application.config.php
return array(
...
...
1
vote
1answer
91 views
Prestashop Test/Production Server Best Practices
We have an eShop build on prestashop and we are developing new features every week. I'm writing here because I don't find the correct way to update our production environment with the changes, without ...
0
votes
1answer
31 views
Rails production mode 'end' error?
I've been trying to get my project on Cloud Foundry for a while now, and eventually narrowed my problem down to this project going into production mode. Of all the errors to get when switching from ...
0
votes
0answers
53 views
Rails mountable engine assets in production mode
I built a mountable rails engine in rails 4. I used the engine in another app. In development mode everything runs fine, I can reach the engine without any troubles and all engine assets are displayed ...
0
votes
0answers
37 views
Rails 3.1.11 Assets Precompilation sprockets not working
Rails 3.1.11 Assets Precompilation not working for images, css and js as for css and js it calls every file and increases loading time and for images it does not getting images from there compiled ...
0
votes
1answer
24 views
Core Data iPhone App - Updating records in production stage
I'm currently working on my first Core Data iPhone App and would like your opinion on how to update records/doing general maintenance in a production stage after app has been approved.
All the public ...
0
votes
2answers
52 views
Environment dependend properties in GWT
We have a GWT Application that has to link another Application.
This link is different in all stages of my application (local, test, staging, prod). What options are there to configure a GWT app?
...
1
vote
2answers
77 views
Rails PostgreSQL array can't iterate
I wrote a helper method for my controller to iterate through an attribute, being represented as an array using PostgreSQL.
def format_cf array
nums = ""
array.each { |c| nums += "#{c}, " }
...
0
votes
0answers
13 views
Precompile selected assets in prod
I am aware of the fact that precompilation of assets in prod is a good practice but when I add rake task to precompile it precompiles my production.rb which has some deployment environment variables. ...
0
votes
1answer
53 views
sql server back restore - login failed
I have a local database on sql server 2008 R2 and working fine,
My hosting have sql server 2012 installed. After creating a fresh database on hosting server, I can connect easily to the blank ...
1
vote
1answer
69 views
Yii and .htaccess file on production server
I am new to yii and have some problem in configuring .htaccess file on production server.
On localhost :
Location of Application : /www/connect_donors/
Default URL that yii provides is,
...
0
votes
0answers
52 views
Simple Membership Automatic Migration Enabled
I followed this link and configured custom columns for simple membership User Table. Its working fine in my local after following the steps with the link. But when i moved the project to production ...
0
votes
2answers
44 views
Rails Production Environment
I'm new to rails have been searching for deployment guides on the web - it's quite fragmented. I see some which recommend deploying as a sudo enabled user. I was thinking you would create a user with ...
2
votes
1answer
29 views
Good processes for debugging production environment? Copying data to Dev?
I've been thinking about this a bit. The idea is that something goes wrong in PROD. The data that was captured causes the web app to behave differently than in other environments. So, also data in ...
1
vote
0answers
23 views
Preparing site build for release
Our company developing websites for over 1 year. At this stage we rised a question: What is algorithm of moving web site from local enviroment to the production? We already have our own flow, but ...
0
votes
1answer
72 views
Passenger using Ruby system version instead of Ruby from RVM
I'm using RVM (1.19), Passenger (3.0.19), Apache on a Debian environment.
I tried update the ruby version from 1.8.7 to 1.9.3 using RVM. The following steps were executed:
rvm install 1.9.3
rvm ...
0
votes
1answer
46 views
error message when starting rails console in with environment as production
I am running the command "rails s -e=production" and get the following error:
connection_specification.rb:47:in `resolve_hash_connection': database configuration does not specify adapter ...
1
vote
0answers
28 views
How do I make the production log flush in Rails 3.2.11?
Right now, my rails app seems to write to production.log in intervals. How do I make the log update instantly? Or is there a way to force the log to flush?
1
vote
1answer
37 views
Is .NET 4.5 ready for use in production systems?
During my searches, I see tons of topics on .NET 4 / .NET 4.5 compatibility. I am taking over the development for multiple projects which were started back in 2004/2005 and are using .NET 2 - .NET 3 ...
0
votes
2answers
78 views
Rails.env returning “Production” even though I'm running in Development Mode?
So, I've noticed that my Airbrake has been going crazy lately when I have an error doing local dev for my site... and I realized today that my site is running in Production mode by default.
Even ...
0
votes
1answer
60 views
Rails “sub-environment” — still production (or test, etc.) but different
How should we best handle code that is part of a single Rails app, but is used in several different "modes"?
We have several different cases of an app that is driven from the same data sources ...
0
votes
1answer
30 views
Disconnect TFS Clone from production systems
How can I ensure that a TFS 2010/2012 clone doesn't interact systems from my production environment? I want to run the clone in parallel for doing an upgrade test and some further tests. The clone ...
0
votes
1answer
78 views
Check if application is running on server or local
My app uses Python with cherrypy to provide a web service. I want to set up a different config file, depending on if my application is started on my local machine or on my remote server.
Is there any ...
0
votes
1answer
61 views
Can Stylus be configured to compile .css once, instead of on .styl change?
In development, recompiling .css every time .styl changes is highly convenient. But on production, we don't want to spend resources compiling on every request; we'd like to compile once, on app start.
...
0
votes
0answers
73 views
is uploading files in production fails with carrierwave (error 404)
am using carrier wave to upload files. it works very fine locally, in development mode. but on production, files are not uploaded and returns 404 error
class UploadFileUploader < ...
2
votes
1answer
70 views
Launching a rails app in production
Planning on launching your first rails app? I am as well, and any guides that one can provide on launching an initial rails application would be extremely useful!
With that being said, what are the ...
0
votes
1answer
34 views
Create tabels in Hibernate auto or manually?
Im currently developing a servlet homepage (spring + hibernate + mysql).
Im at the moment using the Hibernate property hibernate.hbm2ddl.auto set to update.
This is working fine and Hibernate creates ...
0
votes
0answers
43 views
gettext in a production environment
I am writing this question because I did not find any COMPLETE answer yet.
I am about to use the gettext function in PHP for translations on my site. Now as you know, gettext caches the MO files to ...
0
votes
1answer
107 views
Symfony 2.1 : Test the prod mod => exception using the app.php controller calling ApcClassLoader->__construct
Before deploying my symfony 2.1 version into my prod serveur, I wanted to test the behaviour of the prod env.
So I have done a php app/console cache:clear --env=prod --no-debug, after a php ...
0
votes
0answers
68 views
Loading different entry revisions in ExpressionEngine 2 per environment
I'm developing a website using ExpressionEngine 2, which will sit on both a staging and production environment, both with their own database. We will be running a cron job to synchronise the databases ...
0
votes
1answer
45 views
Few files on production are not working asp.net c# 3.5
I created an ASP.NET C# site using .NET Framework 3.5. Its working fine on development server.
I have two folders namely
signup
settings
I than hosted my site to domain somee everything is working ...
0
votes
1answer
30 views
How do you update your production?
we've got several projects, with CI, autobuilding, autotesting and deploying from git on the dev server.
But we face a problem when decide to update our production, because there are usually lots of ...
1
vote
1answer
93 views
mailer error in production only
Setup: VPS with Ubuntu 12.04, Apache, PhusionPassenger, Rail 3.2.12, Postgresql
I want to send a confirmation mail with my app. In development mode everything works fine, the user receives a mail but ...




