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

Visual Studios 2010 Windows Phone 7 to XNA 4.0

I'm currently using Microsoft Visual Studio 2010 for school. I recently completed a project for the Window Phone 7 platform and am now working on an XNA3D project, however I cannot seem to change my SDK environment from WP7 to XNA. I've opened…
1
vote
1 answer

How to set up a remote multiuser development environment with directory access permissions and git?

I'm developing a web app (AWS, PHP, complex front-end logic, multi-component, multi-module) leading a small distributed team (we use git) and preparing to introduce mode developers to the team. However we would like to isolate application modules…
Raman Shalupau
  • 171
  • 2
  • 9
1
vote
1 answer

Is there any affordable entry level FPGA development board that Matlab supports?

I am just wondering if if this is possible? I found this board: http://www.altera.com/products/devkits/altera/kit-cyc2-2C20N.html There is no mention of Matlab support. Either way, Thanks
heavy rocker dude
  • 2,271
  • 8
  • 33
  • 47
1
vote
1 answer

sublime text build system for jekyll

I'm trying to get a build system for the Jekyll gem in sublime text. In my sublime-project I have the following: "build_systems": [ { "name":"jekyll", "cmd":"/Users/kaass/.rvm/gems/ruby-1.9.3-p327/bin/jekyll", …
Kassym Dorsel
  • 4,773
  • 1
  • 25
  • 52
1
vote
1 answer

How to open all nodes and objects in window/console when inspect element?

1) I need to open all nodes at once in Google Chrome Developer (devtools). For example, on the pictures you can see and
opened, but not https://developers.google.com/chrome/mobile/images/Desktop2.png 2) More over, i…
1
vote
0 answers

Photo is not recognized by the 'identify' command

Possible Duplicate: Paperclip Error I have ImageMagick installed. If I try using it on the command line it works. I can use identify. It is located in /usr/bin. And in my development.rb I do the Paperclip.options[:command_path] = '/usr/bin/' It…
1
vote
2 answers

Getting the RailsKits SaaS app up and running w/ a mysql2 server

I'm fairly new to the Rails game; I'm a front-end dev teaching myself to program. I've built a web application and decided to use the RailsKit SaaS kit to handle my registrations and such. I'm having problems just getting the default app up and…
Trevan Hetzel
  • 1,371
  • 7
  • 21
  • 42
1
vote
0 answers

Issues with installing ORYX Editor developmentEnvironment

I am working on a research project to develop some extensions to oryx development environment, however, I could not get oryx running on my machine (windows), I have followed the installation guide in this wiki…
1
vote
0 answers

Is there a better development configuration than this?

I'm about to implement a new development configuration and before I head down the wrong path I need to know if this scenario has any pitfalls or could be optimized in any way. I know this is somewhat open-ended, but development environments are…
developdaly
  • 1,373
  • 3
  • 16
  • 26
1
vote
0 answers

Initializers not called in development environment when class changes

I have a an initializer in my Rails 3.2 app that includes modules at startup based on a configuration file. It looks something like this: Array(Settings.site.authentications).map(&:to_sym).each do |sym| AuthAuth.class_eval do include…
GSP
  • 3,763
  • 3
  • 32
  • 54
1
vote
2 answers

Setting Up Development Tree

Any advice on best practices for setting up development tree for .net application using with continuous integration.
1
vote
1 answer

Microsoft Project Server / Team Foundation Server / Subversion / Wiki on same box

We are in the process of setting up a new development environment for about a dozen developers in our IT department, and I've got a few questions as far as server setup goes.. We're going to be using TFS 2008 for our 6 or so .NET developers, and…
bill
1
vote
2 answers

Setup Java EE environment on Mac

I am new to Java EE. I want to setup Java EE environment to begin developing web applications. I read through articles on internet but they seems to be confusing. My question is that is there any one time installer for Java EE development…
Om3ga
  • 30,465
  • 43
  • 141
  • 221
1
vote
2 answers

How do I create a development environment for SharePoint using Windows Server 2008?

I'm in need of creating a development environment for SharePoint 2007. I'm running Windows 7 RTM and have installed Windows Virtual PC (not Virtual PC 2007). I have a VM of Windows Server 2008 running with all available updates applied. At this…
Chris Stewart
  • 3,303
  • 9
  • 36
  • 55
1
vote
2 answers

Best Practices for Development Backups

I am a intermediate-level developer (I think). I almost always work alone. I have always just save my code to my hard drive and then published it to my server. I almost always over-write old code. If I make a big mistake I will get a backup restored…
Brian Barrus
  • 385
  • 3
  • 6
  • 17