I want to develop a website in RAILS 4 but I must necessarily use an existing database of SQL Server, is it possible to use it in ubuntu or do I have to program in Windows?
I want to develop a website in RAILS 4 but I must necessarily use an existing database of SQL Server, is it possible to use it in ubuntu or do I have to program in Windows?
SQL Server can not install it on ubuntu, anyway if you have an existing SQL Server database already running on some server, you can do your development on RAILS and connect to this SQL Server database, or you can set up a separate environment with OS Windows and SQL Server installed for your development environment. And your website in RAILS would continue to develop on your machine with Ubuntu.
Currently your options are: