The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
2answers
22 views

iOS - Push Notifications not sent for production

I have push notifications working perfectly for my app using the development aps-environment. However they do not work for the production environment. As far as I an aware, all my certificates and ...
0
votes
0answers
9 views

How is dart VM's production mode faster when ignoring static types? Doesn't it need to do type inference at runtime?

Was just watching this introductory video - http://www.dartlang.org/dart-tips/dart-tips-ep-2.html and the presenter memtioned: Production mode actually gets a speed boost by ignoring static types, ...
0
votes
0answers
3 views

Blox CMS deleting templates from production

I need to delete a template in the production environment in BLOX CMS, how do can I do this? I am working on templates in BLOX CMS (developed and run by TownNewns) I've ran into the problem where once ...
1
vote
0answers
33 views

Favicon is not getting displayed in production even after clearing cache

Am using Ruby-on-Rails 3.1. I have placed my favicon.ico in a public folder. Then I included the link in my layout file as follows: <link rel="shortcut icon" ...
0
votes
0answers
47 views

500 internal server error in production Rails

The previous question this But now the problem is different the error. I tried to open my website still 500 server error. I check production.log, but it's empty, and then check httpd/error_log, not ...
0
votes
1answer
42 views

django production server: root path

I am developing a django application. On the development server, everything works just fine. On the production server (using apache), nothing is working. 1/ I have the error TemplateDoesNotExist at ...
0
votes
1answer
20 views

Rails - routes issue

I have an Rails APP that work perfectly in my local computer (developmental with db MySQL) but after a capistrano/deploy on production server, the behavior of the App is not the same. Here is the ...
0
votes
1answer
33 views

Test push notification with production apns

I need to test the push notification with the APNs production also compiling the app with the certificate adhoc, currently the app is in state "waiting for review" there is a way to test the Push ...
0
votes
1answer
41 views

How to check rails environment?

How check rails environment on Ubuntu Server? command: Rails.env => command not found command: rails.env => command not found
-4
votes
1answer
70 views

Leaving toString() in production code? [closed]

Is it generally a bad/good practice to leave toString() in compiled production code? and Why?
-3
votes
0answers
50 views

How about ruby and java in a production environment [closed]

I am a java professional and trying to see if ruby can be better. What I have come across so far is similarities and differences like how easy to write code etc., I would like to know about java vs ...
0
votes
1answer
36 views

Lightweight servlet container for production use

I use Tomcat in production. Are Jetty and Winstone (What is a lightweight, fast, java servlet container?) suitable for production use? I'm happy to let go of features in return for simplicity. ...
0
votes
0answers
38 views

CakePHP high production time

when I use just a controller and a view to display some links (no database access) it takes about 50ms to load the page, but when it comes to database access (my model uses a database here) it takes ...
-2
votes
1answer
203 views

Node.js Production Deployment [closed]

It's 2013 and a lot has changed since 2011 (new & obsolete libraries), when most popular node.js deployment questions were answered. I'd like to know what do you consider the best practices when ...
1
vote
1answer
58 views

Initializing OmniAuth with unicorn

I have a rails 3 app which uses OminAuth. I'm initializing It with the file "config/initializers/omniauth.rb": Rails.application.config.middleware.use OmniAuth::Builder do provider :facebook, ...
0
votes
1answer
86 views

Ruby in Rails, production. Content doesn't updates on pages, but updates after press F5

I've nginx and unicorn on VPS as production environment. And when I add any model instance (article, post - anything) by a form of site, and click on an any link, that assigned page must shows this ...
0
votes
1answer
118 views

rolling pyramid app to a production site

I'm trying to roll out a pyramid app to a production site. As of now, I've created the env file where the app is placed in out of the public_html, something like below: [~/env] $ So I've typed ...
0
votes
0answers
96 views

Updating my app version with Push notification at Appstore

I have developed an iPhone application and uploaded to AppStore, now I want to update the app to version 1.1, with an added feature Push Notification. So, I have configured the App Id at developer ...
0
votes
1answer
128 views

rake assets:precompile fails

I have an Rails app that is working fine in development. I'm developing it in RubyMine but I test and run it from the Terminal (files are stored/run on a Ubuntu workstation that I access with Terminal ...
1
vote
1answer
209 views

Production error “application.css isn't precompiled” even after running rake assets:precompile without errors

I couldn't get cap to deploy my rails project because of a precompile error for the longest time. Found a script that cleared the error on the cap deploy, but NOW Rails in production is throwing a 500 ...
0
votes
1answer
25 views

Why is the production build of my app receiving pushes from the development cert/host combo?

I build my app in release mode, and I expect the new host to be gateway.push.apple.com and to use my production certificates, right? Well! I was debugging for hours trying to figure out why my app ...
-3
votes
1answer
53 views

Automating Production Support Tasks [closed]

I work in a software services organization and many a time I need to work with teams that support customers in managing their production systems. I was wondering if there are tools/methods/solutions ...
0
votes
2answers
379 views

Minify Scripts/CSS in production mode with node.js

I have a web app that runs in node. All the (client) Javascript/CSS files are not minified at the moment to make it easier to debug. When I am going into production, I would like to minify these ...
0
votes
1answer
14 views

What files to ship with binaries when releasing software?

I'm a college student and know how to code in C++, C#.NET and Java. The thing is we can create programs, put them to work, etc. (Sorry if this sounds vague) But, is there a industry-wide standard ...
0
votes
4answers
166 views

What's the best way to manage product keys for code libraries?

Like a lot of modern software companies, my company uses product keys to check what contract a user has for a piece of software. When parsing the product key, I can check what type of product someone ...
3
votes
0answers
88 views

Is Microsoft Redis current port ready for production at all? [closed]

Does anyone know if this CURRENT version of Redis port from Microsoft is actually production ready. https://github.com/MSOpenTech/redis Is anyone using it for a production on a Windows environment? ...
1
vote
1answer
136 views

Rails Precompiling Assets - Best Practice for responsive css

These are the styles my page include (the top ones return get errors on production) <link href="/assets/foundation.css" rel="stylesheet" type="text/css" /> <link href="/assets/app.css" ...
0
votes
0answers
75 views

Conditional asset precompile to prevent compile of certain assets? [ sample included ]

Im trying to prevent the compilation of my assets to only 1 certain asset file. Preparing a private launch of my rails webapp and want only /app/assets/beta.css.sass to be compiled. Used this code and ...
2
votes
1answer
539 views

NodeJS, NPM, and package.json dependencies

After reading npm-json (npm help json), I have construct the package.json file as follows: {"name": "app name", "version": "0.1"}. The directory has the following structure: / |-- main.js |-- ...
1
vote
3answers
103 views

production settings for django project

I have created a production_settings.py in which I am putting all the production env variables and values eg: import dj_database_url DATABASES['default'] = dj_database_url.config() I thought I'd ...
0
votes
0answers
63 views

Unable to install em-synchrony gem

I'm trying to setup the gem environment for my app on prod. Apparently, I got to know that RVM is not recommended to be used in prod env. So, I'm doing a non RVM setup. I'm on Ruby 1.9.3 and Rails ...
0
votes
0answers
84 views

Rails 3.2.3 public css loads instead of precompiled assets in production even serve_static_assets = false

My rails app is under nginx and thin. production.rb config.cache_classes = true config.consider_all_requests_local = false config.action_controller.perform_caching = true ...
1
vote
1answer
633 views

ActionView::Template::Error (index.css isn't precompiled) Rails 3

I try to run my app with rails 3.2.9 alongside with passenger, and I get this message error: ActionView::Template::Error (index.css isn't precompiled): <head> <meta ...
0
votes
2answers
103 views

Error “not precompiled” js file on production trying to render PDF via wicked_pdf in Rails

I have troubles with wicked_pdf on production server. I have such code here in _results.pdf.haml: #container = wicked_pdf_javascript_include_tag "pdf_application" :javascript ...
0
votes
2answers
46 views

PythonPath pydev porting from development to production

I am about to port my project from an development system to the production server. Everything has been prepped(servers etc). I was about to run my application on this server (you know I installed ...
1
vote
1answer
307 views

ExtJS 4.1: Another way to load ExtJS Application for production

I was wondering if it's possible to include all the components that we needs like JAVA import without including the ext-all.js at the index file. My problem is that even if ext-all.js is minified, my ...
4
votes
2answers
171 views

What's the best way to set up Git staging and production environments with separate databases?

I have 2 branches in Git - staging and production. They are deployed to the same VPS where there is one production database and a separate staging database. This allows us to stage new features ...
0
votes
0answers
7 views

Is it possible to suspend my Heroku production site but not the staging?

I'm shelving my production site, yet would like to maintain the staging for now. Is it possible to maintain the staging and only cancel the production?
0
votes
1answer
29 views

How to 'listen' production branch from another repo on Heroku?

recently I'm using Heroku to host and deploy some Node.js applications and it works perfect for me with the 'git push' to upload all and put it into production. Now, i'm wondering how i can link my ...
0
votes
0answers
50 views

Setting up a production server [closed]

I have an Ubuntu server which should serve my web application. So before I start I would like to know the best way to handle the application before deploying it. I heard that there are online tools to ...
0
votes
0answers
50 views

Heroku mail configuration missing

My app is on heroku. I try to send confirmation mail to my users. I set the production.rb like that, config.action_mailer.delivery_method = :smtp config.action_mailer.default_url_options = { ...
0
votes
1answer
227 views

Play framework 2.0 deployment steps (I think something is missing)

I have some strange problems when I deploy application build with Play framework 2.0. It looks like deployment didn't clean/overwrite compiled files. This I know because one method is changed but ...
0
votes
0answers
80 views

url() in Symfony2 returning incorrectly in prod env

My project was at http://localhost/project/web/, this worked fine. But I thought it better to develop of something like http://project.dev - this works fine in the dev env but when in prod the ...
0
votes
0answers
149 views

undefined class/module SOME_NAME in Rails

This old problem occured to others on development only. My problem is actually on production. The damn thing seems unsolvable. I googled, and ossible reasons for that theoretically could be - ...
0
votes
2answers
295 views

Rails : deploying first app - production mode

I am very confused about this whole rails deploy thing. The confusion is that whilst developing the whole app it has been in development mode, which is fine. Now that I will deploy it, are there ...
2
votes
2answers
95 views

Syncing Joomla between Dev and Prod servers?

I'm curious how other people have approached this. Our group has been given the directive of implementing an internal website utilizing Joomla. We've set up a dev server for the person who is ...
0
votes
2answers
81 views

Symfony 2 - What to do before going live?

Until now, I've been writing Symfony 2 applications and never was responsible for launches. So I've only called Smyfony 2 over app_dev.php and only used a development configuration. Now I have to take ...
1
vote
0answers
162 views

undefined method 'map' for nil class

I'm a newbie and I got some trouble when run rails 3 server with mongodb (using mongoid) in production mode. Everything is ok in development mode, and I cannot figure out what am I missing. Please ...
1
vote
1answer
83 views

Development to production

I have my first app in rails running on a VPS with apache + passenger I want to go to production. My gemfile gem 'rails', '3.2.9' gem 'sqlite3' group :assets do gem 'execjs' gem 'therubyracer' gem ...
0
votes
1answer
158 views

Sencha build production error

I had successfully create production build. When i am trying to access production build from chrome than i am getting below error Error: [Ext.Loader] Failed loading synchronously via XHR: ...

1 2 3 4 5 8