Questions tagged [development-environment]

A development environment is an integrated set of programming tools, usually centered around a text editor.

A development environment is a preconfigured used during development lifecycle. Preferably hidden from the end user.

Key tools includes a text editor, commonly extended with other tools for , , automating tools, database access or project management features. Such an editor called . Commonly configured for seamless tool usage.
Compared to the stability, performance and backup creation may be sacrificed in favor of more logging, easier bug detection or rapid iterations.

2519 questions
1
vote
1 answer

Using same project with mutiple configuration projects in iOS?

I am making an app for my 5 clients. The only difference is icons and webservices. I don't want to make 5 different separate apps with same source code. What i am thinking to do is that i create one source project which will have all GUI and source…
Piscean
  • 3,069
  • 12
  • 47
  • 96
1
vote
0 answers

Android Pich zoom Image how add ImageButton listner

I have Code Image with Pich zoom package com.androidtutorialpoint; import com.androidtutorialpoint.imageview.PhotoView; import android.app.Activity; import android.os.Bundle; import android.support.v4.view.PagerAdapter; import…
1
vote
2 answers

How to develop a gem in staging environment?

I am trying to hack through a forked gem (buildr). As such I cloned it from github and began to butcher the code. The official gem is installed on my system (under /usr/lib/ruby.../gems/buildr...). There is an executable which I need to use in my…
charroch
  • 2,170
  • 2
  • 15
  • 14
1
vote
2 answers

rails - how to run in production mode against the development database?

I'm in the process of updating an app to use asset compilation. I want to try running the server locally in production mode so I do RAILS_ENV=production rails server and it tries to start up in production mode: => Rails 3.1.8 application starting…
1
vote
1 answer

Slow local windows django dev environment

My local django dev environment (apache 2.2, Python 2.6, Django 1.2a, mod_wsgi, sqlite, win7 64bit) is really slow. It usually takes 15sec-30sec to load a page. Any ideas what might be slowing it down? Same application on the production server runs…
Franek
  • 2,025
  • 3
  • 20
  • 20
1
vote
1 answer

Can Moblin run (and compile) Python scripts?

I want to develop an app for Moblin for a competition. The development environment needed by Moblin is too complicated to setup. It uses Anjuta as its IDE, but I could never make sense of the entire compilation toolchain. However, I would like to…
hrishikesh
  • 23
  • 2
1
vote
0 answers

Working with patient/customer data outside of the office

Background I am a developer that works for a health care organization. We build a variety of business apps that a majority of them contain PHI (Patient Health Information). We work on laptops in-house and occasionally have the option to work from…
Jon
  • 61
  • 3
1
vote
1 answer

CakePHP: Manage development and production environment

I'm using cake php with an svn repository and i want to manage my app using a development and production environment. Is there a better way to do this than make 2 domain, 2 databases and merge files modified from development to production? Thanks
bugman79
  • 13
  • 4
1
vote
3 answers

Coding at multiple locations?

At the moment I am using poor method to work at home and at work to do web development. I use Wamp for testing/development and then I upload to a production web server (Linux) via FTP. If I continue with the project at home, I have to download the…
I'll-Be-Back
  • 10,530
  • 37
  • 110
  • 213
1
vote
0 answers

Project is not Updating to the Changes in Android Studio

I recently added a Button in my layout.The Button is showing in the preview. But when i run my project it doesn't shows the changes and the Button.But I can assure the project is running & showing details in the LOG. I tried to generate a signed APK…
AruLNadhaN
  • 2,808
  • 5
  • 24
  • 42
1
vote
1 answer

disable assets compilation on heroku for debugging

I'm using a heroku instance for production, and another for staging. I would like my assets to not be compiled on my staging instance for easier team debugging. I see here that I can disable assets compilation by having a manifest.yml file in my…
Harry Moreno
  • 10,231
  • 7
  • 64
  • 116
1
vote
0 answers

Symfony2: Error with Doctrine only in production env

I have one problem in production env. When I insert one row in one table with doctrine: ... $Download = new Downloads(); $Download->setToken($token); $Download->setValid($now); …
1
vote
1 answer

How can I add git to my workflow without introducing extensive overhead?

Currently my web development workflow for live sites is pretty broken and I am looking to improve the process. I have no version control and am more often than not doing direct edits over FTP to the live site. Because of that, this is a new workflow…
1
vote
1 answer

How can I make IE11 run in IE8 mode?

The Development tools in IE11 no longer seem to let you run as IE 8. Please do not tell me I don't need to do this as this is for SharePoint and I have no control over how it acts. I am trying to add in a user and you have to run as IE8 or it errors…
Sam
  • 4,766
  • 11
  • 50
  • 76
1
vote
1 answer

A good Environment/Workflow for teams developing on Wordpress with Sass / pre-processing

I've developed WP sites and themes before, but mostly independently, and mostly live via FTP. This seems to be frowned upon, and it also seems like a stupid way to continue if I want to start with preprocessors, which look amazingly useful and…
Martin
  • 233
  • 1
  • 3
  • 14