What a good way to set up a development environment on OS X for rubies, rails, and git?

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.
+3
source share
2 answers

None of these articles mention rvm, which is probably a "must have" for testing multiple versions of rails / ruby

+4

, . Rails . SQLite/webrick .

, , , , .

git. .

+1

Source: https://habr.com/ru/post/1748645/


All Articles