Tagged Questions

2
votes
2answers
56 views

What's the easiest way to setup a personal .NET web development environment?

So I work in .NET Development but wanted to do some of my own, personal development at home. I understand the need for source control and multiple development environments. Because I want to start ...
0
votes
2answers
77 views

Slow loading app in Rails 3

I have an app based on Rails 3 (version Rails 3.1.2) and ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0]. The loading of the app is so slow, right now, when I tried it, I was waiting ...
0
votes
0answers
12 views

Development setup for TDD. Is it correct? [migrated]

This is how my team has it's development environment set up: Each team member has a local development environment on their own computer, where they check out the code from a shared repository. Every ...
-2
votes
2answers
98 views

How to setup Android development environment PURELY in VIM?

I was planning to try to learn android, and I have totally no knowledge on android development. But VIM is my favorite editor, so I prefer VIM rather than Eclipse. Anyone can teach me how to setup ...