Tagged Questions
0
votes
0answers
14 views
App running environment - “Coupling” when checking the current environment
If I am running my application in a test environment, I want to enable/disable some features. If I am running it in a prod environment, I want to do the same.
And so on for every kind of environment.
...
0
votes
2answers
424 views
Choosing up a Ruby / rails enviroment under windows 8 [closed]
I am a junior programmer and beginning web developer seeking to build a reasonable developement enviroment under windows 8. I bought a new computer a few days ago and for a bunch of different reasons ...
2
votes
1answer
182 views
Ignoring certain files and changes in capistrano's current directory for development environment
Our deploy strategy: We have environment-scoped db config and .htaccess files (think prod.htaccess, dev.htaccess and local.htaccess). Deploys are done using capistrano, which starts with a checkout of ...
0
votes
2answers
93 views
All test related tasks running in development envrionment — Rails 3
When I run a task that should be running in the test environment, it is running in development. This includes rake test:(units/functionals/integration) and rake db:test:prepare. A side effect is ...
0
votes
1answer
34 views
Different 'development' environments for different developers
We have three environments: development, staging, and production.
In our configuration variables for development, we set our database to connect to 127.0.0.1 with a set username or password.
...
0
votes
1answer
91 views
Multiple Development Virtual Machines? [closed]
I am anticipating multiple projects in Linux in the near future. I believe I am going buy a new, fast development laptop and was thinking about running Linux natively on the box for speed reasons (I ...
0
votes
1answer
64 views
Android Enviroment and Frameworks
Which enviroment and frameworks are you using actualy to dev for Android?
0
votes
1answer
195 views
In VS2010, what environment setting applies to mouse-over on region/sub collapse/expand?
I'm tweaking my environment settings and I've got all my colors happy except this one.
When you hover over the "+" or "-" the entire affected area gets highlighted in white-ish color. This is annoying ...
0
votes
1answer
650 views
Ruby gems fail to load in script, but load fine in irb
I'm having trouble loading any gems at all via a saved script, but everything seems to work fine in irb:
$ irb
irb(main):001:0> require 'nokogiri'
=> true
irb(main):002:0> exit
$ cat test.rb
...
0
votes
3answers
197 views
Should I install Sharepoint 2010 on a separate OS instance?
I will need a Sharepoint Server 2010 install for learning purposes.. I already have a Win 7 x64 os installation with vs2010 and I use it for my current development needs.
The question is ... would you ...
2
votes
2answers
211 views
Light weight, behavior driven multi-agent robot simulator?
Looking for a robot simulator that's multi-agent, light weight, behavior driven, and scriptible, visual runtime -- it's likely 2D too. There is no requirement for the logic to be output to the real ...
0
votes
5answers
484 views
Setting up multiple development environments'm
I'm a solo developer working on a typical web project (Django + PostgresSQL) using Eclipse as my IDE and Subversion for source control. So far I've been working on a single development machine that I ...
8
votes
14answers
3k views
Pros and Cons of Developing on a VM on a PC
I recently build myself a semi beef up PC (Q9450, 8GB DDR2 1066, 1TB HDD, Dual 8600GT, Vista Ultimate and Dual 22' Monitors) and I'm evaluating whether i should develop on a VPC/VMWare session on top ...
121
votes
14answers
37k views
Best general SVN Ignore Pattern?
What is the best (or as good as possible) general SVN ignore pattern to use?
There are a number of different IDE, editor, compiler, plug-in, platform, etc. specific files and some file types that ...