I'm going to start development in a web application using ruby, rails, possibly either postgres or mysql, and most likely apache. I will use the git repository with the main repo on another server.
I searched stackoverflow and did some Googling ... so this is what I still have ...
What is your opinion on what is described on this page ?: http://robots.thoughtbot.com/post/159805668/2009-rubyists-guide-to-a-mac-os-x-development
How about this: http://www.buildingwebapps.com/articles/79197-setting-up-rails-on-leopard-mac
I don’t need to help in finding an editor, there are many (TextMate, TextWrangler, MacVim), but I need help to make sure that I set up the code correctly, create and run the web application from my mac.
Here is a specific set of scenarios I could use some help:
- Testing different versions of rails and / or rubies.
- Testing performance, vulnerabilities, monitoring requests, etc.
- Testing different versions of gems.
- Work with other projects on the same machine.
source
share