which includes ready-to-run versions of Ruby, Rails, RubyGems, Apache, MySQL, SQLite, Subversion, Apache, PHP, phpMyAdmin, Git, nginx, sphinx, Imagemagick and more. It is completely integrated and configured, so you'll be ready to start developing your application as soon as the image...
Just a quick note that I've udpated a previous blog post (http://blogs.msdn.com/b/silverlining/archive/2011/09/14/using-active-record-with-sql-azure.aspx ) on connecting to SQL Database from ActiveRecord. It should be current as of 3/12/2013 using Rails 3.2.12, activerecord 3.2.12, ac...
In this second part, we are going to install MongoDB on a separate server, and get our Ruby on Rails talking to it! I am going to use the second VM we created in the previous post , as a reminder we used a command like this: $ azure vm create testruby "CANONICAL__Canonical-Ubuntu-12-0...
In this blog post in two parts, I will show you how to deploy a set of Linux Virtual Machines running in Windows Azure, running the Ruby on Rails stack with a MongoDB back-end. The challenge is to do it without ever touching a Windows client machine, and using only the Linux command-l...