hi folks, on the development dependencies install guide <http://guides.rubyonrails.org/development_dependencies_install.html> page, would it be a good idea to let the user specify their OS type before seeing the setup instructions ?
ie. rather than giving the commands for all the OS types - one after the other 2.4.2 MySQL and PostgreSQL To be able to run the suite for MySQL and PostgreSQL we need their gems. Install first the servers, their client libraries, and their development files. On OS X, you can run: $ brew install mysql $ brew install postgresql Follow the instructions given by Homebrew to start these. In Ubuntu just run: $ sudo apt-get install mysql-server libmysqlclient15-dev $ sudo apt-get install postgresql postgresql-client postgresql-contrib libpq -dev etc.... The suggestion is that, show all the OS types by default. But let the user specify their OS type to filter quickly. A script which the user can download and just run, will also be nice -- cheers, deepak https://github.com/deepak -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
