The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
1answer
7 views

Rails partial stacktrace in logs, having shared code outside of /app

I have 2 rails applications (one is the admin, the other implements a http api) that share some code (models,serializers..) as a git submodule, outside of /app. The submodule is rooted in /shared. ...
0
votes
1answer
25 views

Website no longer loading in production

My website has been running fine for a long time now: However this morning I noticed that sometimes when I tried to access said site I was getting a 500 error then when I refreshed it would serve up ...
0
votes
1answer
43 views

File class private method open in production

Given the following method: def import_photos require 'fileutils' File.open(Rails.root.join('tmp', 'fotos.zip'), "wb") do |f| f.write(params[:zipfile].read) end ...
2
votes
1answer
43 views

f.label is not working in rails production server

ActionView::Template::Error (wrong number of arguments (5 for 3)): 14: <div class="form-inline loginsubmit"> 15: <%= f.submit "Sign in" ,:class =>"actionbtn login-load"%> ...
0
votes
0answers
8 views

Heroku - different production gem from development

In my Gemfile I have a gem which we're developing internally. We therefore reference the local version in development to make life easier for developing: if ENV['RACK_ENV'] != 'production' gem ...
0
votes
1answer
26 views

GWT HTML File Not Showing Correctly

My gwt compiled to production mode without any issues, but when I try to open the hosted.html file, all that I see is: This html file is for Development Mode support. Is this not the correct file or ...
0
votes
0answers
8 views

Flash builder - .draw() error

I'm having a problem with flash builder, again. This one I really do not get what is wrong. I am saving a snapshot of my application when a button is clicked. When I was in debug mode it worked and ...
1
vote
2answers
113 views

How to deploy meteorjs project to digital ocean?

How to deploy meteorJS project to Digital Ocean VPS? CentOS x64 - is good for it? Or I need to setup something else?
1
vote
0answers
20 views

Why are unicorn creating multiple master processes on startup in production mode?

Okay so im trying to setup a production serven with unicorn. When i try to start the unicorn server thru the script i have written it starts up 2 master instance. This only happens when i start it ...
1
vote
3answers
66 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
19 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
9 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
54 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
72 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
65 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
21 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
53 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
77 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
72 views

Leaving toString() in production code? [closed]

Is it generally a bad/good practice to leave toString() in compiled production code? and Why?
0
votes
1answer
59 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
40 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 ...
0
votes
1answer
461 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
68 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
103 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
156 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
112 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
237 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
292 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
26 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
67 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 ...
1
vote
3answers
610 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
16 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
171 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
105 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
169 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
79 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
628 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
117 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
67 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
90 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
943 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
111 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
53 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
383 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
187 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
9 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
54 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
57 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
291 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 ...

1 2 3 4 5 8