Tagged Questions
The production-environment tag has no wiki summary.
21
votes
2answers
755 views
Using CoffeeScript in a production environment [closed]
I really like using CoffeeScript (1.1.1) for small projects and it worked out great so far. However before using it in a more broad environment I would like to hear second opinions on using it in ...
17
votes
2answers
1k views
iPhone Core Data “Production” Error Handling
I've seen in the example code supplied by Apple references to how you should handle Core Data errors. I.e:
NSError *error = nil;
if (![context save:&error]) {
/*
Replace this implementation with ...
14
votes
6answers
13k views
Change a Rails App to production
How can I change my RoR app to run in production mode? Is there a config file (environment.rb for example) to do that?
Thank you.
13
votes
2answers
3k views
Server unable to find public folder in rails 3 production environment
I'm using the latest rails 3 beta. The app works fine in development mode, but when I start the server in production mode via rails server -e production, it seems that the public folder can't be ...
12
votes
6answers
1k views
Best and safest Java Profiler for production use?
I'm looking for a Java Profiler for use in a very high demand production environment, either commercial or free, that meets all of the following requirements:
Lightweight integration with code (no ...
12
votes
5answers
1k views
Keeping testing and production server environments clean, in sync, and consistent
It seems that the company that I work for is always struggling with our customers’ server environments.
Specifically, we almost always encounter problems with testing servers and production servers, ...
10
votes
3answers
2k views
How to know if asp.net 3.5 sp1 and asp.net mvc are installed in the server?
When I use:
System.Environment.Version
The result is "2.0.50727.3053"
I know that 3.5 is compatible and in IIS is identified as 2.0, blah blah...
I would like to know the exact .net version ...
9
votes
6answers
124 views
What is the procedure for debugging a production-only error?
Let me say upfront that I'm so ignorant on this topic that I don't even know whether this question has objective answers or not. If it ends up being "not," I'll delete or vote to close the post.
...
8
votes
1answer
2k views
Setup sunspot solr with rails in production environment
I have tried various links but I can't seem to find a good resource on creating a running solr instance that works with rails in production.
I understand that you have to setup the solr server for ...
8
votes
5answers
164 views
Where to put Assertions?
Having assertions for unexpected conditions is considered to be good defensive coding practice. I happen to place assertions whenever i think something unexpected may happen, but that now seems to be ...
8
votes
3answers
1k views
Anyone using RavenDB in a production environment?
I'm doing research on the maturity of some document-oriented stores, which includes an overview of applications and websites that use the database in production environments. There are several lists ...
7
votes
5answers
317 views
Deploying a production Node.js server
I've written a Node.js app, I'm looking to get it running on one of our production machines. This seems like a pretty common request yet I can't find an adequate solution. Is there not established ...
7
votes
5answers
233 views
How to handle javascript & css files across a site?
I have had some thoughts recently on how to handle shared javascript and css files across a web application.
In a current web application that I am working on, I got quite a large number of different ...
7
votes
5answers
832 views
How to monitor and maintain my grails application in live/production environment?
It is the first time I have ever launched live a website (with Grails web framework under Amazon EC2 platform and Cloud Foundry) and I realized quickly that I am not ready for monitoring and ...
7
votes
6answers
2k views
Maintaining JNDI across multiple instances of Tomcat
I am wondering how people manage maintaining JNDI resources across multiple instances of their Tomcat Application server. Lets take, for example, my database JNDI resource. It is declared within my ...
7
votes
10answers
288 views
What kind of safeguards do you use to avoid accidentally making unintended changes to your production environment?
Because we don't have a good staging environment we often have to debug issues on our production systems. We have web, application, and database servers.
What kind of safeguards do you use to avoid ...
6
votes
3answers
103 views
PHP-based database models that sync with database?
Django models are really cool because you define all your models/tables right in the code, and then sync it with the database. That way when you go to update your production server, you just run the ...
6
votes
5answers
6k views
Git Push into Production (FTP)
I would like to know if there is an easy way to push a GIT repository into production (on a FTP server) ?
Thanks
6
votes
3answers
970 views
Can we view objects in the JVM memory?
At work we found that on some instances (particulary the slow ones) we have a different behaviour, acquired at the reboot.
We guess a cache is not initialized correctly, or maybe a concurrency ...
6
votes
3answers
936 views
Performance Cost of Profiling a Web-Application in Production
I am attempting to solve performance issues with a large and complex tomcat java web application. The biggest issue at the moment is that, from time to time, the memory usage spikes and the ...
5
votes
2answers
113 views
paperclip working in development but not working in production?
I'm pretty new to rails and seem to be having an issue with the paperclip gem. I installed the gem and it works well in development (localhost:3000) but when I'm running it on the heroku server, for ...
5
votes
2answers
854 views
How do I prevent node.js from crashing? try-catch doesn't work
From my experience, a php server would throw an exception to the log or to the server end, but node.js just simply crashes. Surrounding my code with a try-catch doesn't work either since everything is ...
5
votes
2answers
736 views
How do I install the same Android App .apk twice on the same device?
I have one project in Git that I develop with Eclipse that I need to create a Production ready .apk and a Dev .apk to be installed on the same device.
The change between the two is minor property ...
5
votes
3answers
2k views
disabling Devise registration for production environment only
I am launching a beta site with a select group of users. I want to disable registration in the production environment only, and only for a short period of time (i.e. I don't want to nuke my ...
5
votes
3answers
1k views
Ruby on Rails production log rotation
What is the best way to enable log rotation on a Ruby on Rails production app?
Is it by using logrotate on the hosting server or is there a set of options to use when initialising logger from the ...
5
votes
3answers
210 views
localhost + staging + production environments?
I have a website say www.livesite.com which is currently running. I have been developing a new version of the website on my local machine with http://localhost and then committing my changes with svn ...
5
votes
4answers
202 views
Multiple environments in ASP.Net MVC 2
I am learning ASP.Net MVC 2, coming from a PHP and some Rails background, and one of the only things that seems off to me is the way you manage config settings like connection strings, or endpoints ...
5
votes
2answers
806 views
Is it possible to exclude grails plugin from production environment?
I would like to use certain plugin in development environment, but would like to exclude this plugin from production and from generated war. What is the easiest way to accomplish this?
5
votes
6answers
865 views
How should I move my code from dev to production?
I have created a PHP web-application.
I have 3 environments: DEV, TEST, PROD.
What's a good tool / business practice for me to move my PHP web-application code from DEV to TEST to the PROD ...
5
votes
5answers
359 views
How does one achieve .NET Deployment Nirvana?
Our company is nearing its "go live" date (and its getting a QA department date), and I'm trying to define the right operational processes to support this. A big consideration of mine is how to avoid ...
5
votes
8answers
780 views
What is “Enterprise ready”? Can we test for it?
There are a couple of questions on Stackoverflow asking whether x (Ruby / Drupal) technology is 'enterprise ready'.
I would like to ask how is 'enterprise ready' defined.
Has anyone created their ...
4
votes
2answers
205 views
Using C++11 in a production environment with GCC [closed]
C++11 provides us with a lot of new great and immensly useful tools. GCC support of C++11 has already made good progress. So I have thought about when to switch to C++11. This question relates to gcc ...
4
votes
1answer
1k views
Symfony2: access same route in production as development
I'm developing a little application using Symfony2. I can access all routes with no problems in my dev environment:
http://symfony/app_dev.php/cp ("symfony" is in my hosts file to resolve to ...
4
votes
1answer
183 views
rails: NoMethodError in production only
I am on hour 12 of programming, so i might be overlooking something simple, but any suggestions on this issue?
in my app_helper i added a module for a redcarpet filter with haml
module ...
4
votes
3answers
370 views
Set up staging and production environmets and minimizing downtime on simple hosting
I have an ASP.NET MVC 3 application, WouldBeBetter.com, currently hosted on Windows Azure. I have an Introductory Special subscription package that was free for several months but was surprised at how ...
4
votes
3answers
950 views
problem implementing wicked pdf on heroku
I am using this guide for integrating wicked_pdf on heroku. But somehow it doesn't seem to work. I got the logs from heroku and its says this:
Processing PdfController#get_pdf to pdf (for ...
4
votes
2answers
656 views
RoR: Log SQL Queries in Production Log
How can we enabled SQL query logging in production environment?
Thanks,
Imran
4
votes
5answers
139 views
Are there any tools for automatically moving from testing to production servers?
Are there any tools for automatically moving code from testing to (stage and then to) production?
We are running on a LAMP stack and don't want to rely on FTP access?
Other than that, is there some ...
4
votes
4answers
577 views
Will enabling XDebug on a production server make PHP slower?
The title pretty much says it all...is it a bad idea ? I'd like to have the enhanced debug messages that XDebug provides on the server.
[edit]
Just to make things clear. I'm aware there are security ...
4
votes
3answers
260 views
Portable erlang
Is there a recommended way to "bootstrap" an Erlang distribution? I would like to run erlang on the bunch of machines where I do not have root elevation nor development tool-set (no compilers etc ...) ...
4
votes
2answers
364 views
Rails - why would a model inside RAILS_ROOT/lib not be available in production mode?
I have a class located inside RAILS_ROOT/lib folder, which I use in one of my helpers, and it works great in development.
When I switch to production, the application throws a NameError ...
4
votes
4answers
337 views
Javascript obfuscation and extreme situation in production solving
I have a few questions regarding JavaScript obfuscation on client side.
First question:
What is the best tool or best three tools which ones you could suggest for this operation?
Second question:
...
4
votes
1answer
611 views
Rails: Different behavior on dev and production
I'm doing maintenance work on a Rails site that's deployed using Phusion Passenger. The workflow is a little different than the standard three-tiered Railsian test-dev-production arrangement; ...
4
votes
3answers
689 views
Problem running RoR app in production environment
Have an app that has "listings" - think classified ads - and each listing has a list of tags.
The following code fails when I run the app in production mode, but works fine under development mode
...
4
votes
4answers
776 views
Is NHibernate SchemaUpdate safe in production code?
For simplicity's sake. I'm using Fluent NHibernate's Automapping combined with NHibernate's SchemaUpdate during runtime. On each run Automapper creates mappings for all entity classes and SchemaUpdate ...
4
votes
3answers
2k views
How to tell if rails is in production?
I used script/server -e production to start rails in production mode. It did and I got no errors. However how do I tell if it is in production mode? I tried a non-existent route, and I got a similar ...
4
votes
3answers
337 views
Common errors when moving a django app from dev to prod?
I am developping a django app on Windows, SQLite and the django dev server . I have deployed it to my host server which is running Linux, Apache, FastCgi, MySQL.
Unfortunately, I have an error ...
4
votes
8answers
1k views
sqlite as a production database for a low-traffic site?
I'm considering using sqlite as a production database for a site that would receive perhaps 20 simultaneous users but with the potential for a peak that could be many multiples of that (since the site ...
4
votes
6answers
2k views
How to move files from svn folder to production server
I have a website written in PHP under source control (SVN). I would like to move at once all my files from the website directory to production server.
The problem is that in this folder there are ...
3
votes
2answers
91 views
Production mode: what is “the best way”\“the most commonly used approach” to change and add data in database?
I am using Ruby on Rails v3.0.9 and I have a web application running in production mode. I would like to change and add some data in the database (also, I would like to make that these data changes ...