development-environment

What's a good Ruby development environment for the Mac? [closed]

守給你的承諾、 提交于 2020-01-02 03:15:08
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I used to develop Java on the mac and it worked out well, combo of just using the terminal and IntelliJ. What are good tools that run

Rails VERY slow in development using Ubuntu VVM

左心房为你撑大大i 提交于 2020-01-01 19:00:15
问题 I have the following config Ubuntu server 10.04 running on a VirtualBox VM (RAM and cpu usage are low) ruby 1.9.3 rails 3.2.12 webrick If I do any of the things below the system seems to wait for about 15 seconds before executing the command - rake taks - rails s - navigating to a new page in the app Things I have looked at - this is before the sprockets section, and does the same with rake, so at the moment I am not looking at things such as dev-tweaks - I have changed the webrick config.rb

Converting a development team from FTP to a Versioning System

爷,独闯天下 提交于 2020-01-01 09:43:11
问题 I work at a small LAMP Development Studio where the idea has been to just get the code done and go on to the next item on the list. The team works in Zend Studio 5.5 connected to the Live server via FTP or SFTP. What they love about this is the speed of their deployment of code (since its just modifying live code). But of course this is not good due to many obvious reasons. I would like to move them to a Versioning System (CVS, SVN or any other tool) but the catch is, I am not their senior so

how to use google api keys based on heroku application name

守給你的承諾、 提交于 2020-01-01 09:17:24
问题 I've created a few different "environments" for my app that is hosted on heroku so I have: appName-staging.heroku.com appName-production.heroku.com I want to use different google api keys for these applications, how do I do this? i've created a google.yml file that looks like: development: api_key: 'ABCXYZ' production: api_key: 'DEFXYZ' so I use ABCSZY when developing locally, and DEFXYZ for appName-production.heroku.com question is, how do i get appName-staging.heroku.com to use a different

How should I create a good environment for .Net development for Sharepoint?

感情迁移 提交于 2020-01-01 05:10:11
问题 My company have used external companies for all software development and infrastructure but now we want to move it inhouse. The company uses Microsoft products where applicable to standardize the enviroment. Sharepoint will be used as a portal to all tools needed by management, sales personal etc. Sharepoint runs on one server and our databases on another. They are both located abroud. Now to the question: How can I setup a good environment for developing and testing our software. i.e.

Python OS X 10.5 development environment

試著忘記壹切 提交于 2020-01-01 03:33:20
问题 I would like to try out the Google App Engine Python environment, which the docs say runs 2.5.2. As I use OS X Leopard, I have Python 2.5.1 installed, but would like the latest 2.5.x version installed (not 2.6 or 3.0). It seems the latest version is 2.5.4 So, I went to here: http://wiki.python.org/moin/MacPython/Leopard and stopped because I am worried installing the latest version might mess with the standard install. I really just want one version installed. So my questions are how do I

MATLAB Environment Tweaks [closed]

自古美人都是妖i 提交于 2019-12-31 10:38:09
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . How have you tweaked the MATLAB environment to better suit your needs? One tweak per answer. 回答1: I run "format compact" to remove all those frustrating blank lines spacing out my output. Oh so simple, but makes it so much nicer to me. 回答2: I use a function idetitle() that can

Replicating/reproducing the Django development environment

蓝咒 提交于 2019-12-31 02:06:16
问题 I am working with my friends on a Django project. The project has dependencies on some python modules. I have django and those additional dependencies installed inside a virtualenv. The code of the django project is in a repository accessible to all the friends who can checkout/clone and then contribute code to it. But is there a way to replicate the setup that I have in my development environment in my friends' computers, i.e., something that will install all the additional dependencies and

Files to ignore when using Visual Studio with Git

99封情书 提交于 2019-12-30 00:33:53
问题 I've installed Git to do some development using Visual Studio 2008. Most of the work will be new development but we do have some old projects from prior to VS2005 that I want to bring over into the new repository. There is an existing thread about general VS/Git integration but my question is limited to the .gitignore file and Visual Studio. My question has two parts: What entries should be included in the .gitignore file to cover the Visual Studio specific files like binaries, assemblies,

Ruby On Rails 3.1 - assets pipeline - assets rendered twice

痞子三分冷 提交于 2019-12-29 18:23:11
问题 Big Update : As I finally found the real solution, I also discovered the real problem. As I wrote down here a lot of useless information, considering the real problem, I'm making a huge update of the question so that other people can find easily what's going on and can see the solution. The Problem : It's because of the assets pipeline of Rails 3.1 Actually... It's an easy one: the assets were rendered twice in development-environment. Doing lot of investigations shew me that my Rails 3.1