Hello Craig, There are three main options for deploying Rails on Cloud Platform, none of which specifies the standard environment: Google App Engine Flexible Environment, Google Container Engine, Google Compute Engine, as specified on the "Running Rails on Google Cloud Platform" documentation page <https://cloud.google.com/ruby/rails/>.
Rails ActiveRecord <http://guides.rubyonrails.org/active_record_basics.html> works best with a traditional SQL database. If you are starting a new project, Google Cloud SQL <https://cloud.google.com/sql/> is a good choice. With a few clicks you can create a MySQL or PostgreSQL database that is fully managed and scaled by Google, with no management on your end. You can learn more by reviewing the Using Cloud SQL for MySQL with Rails 5 <https://cloud.google.com/ruby/rails/using-cloudsql-mysql>tutorial or the Using Cloud SQL for PostgreSQL with Rails 5 <https://cloud.google.com/ruby/rails/using-cloudsql-postgres>. This forum is meant for general discussion and voicing of opinions; for coding-related issues you may get better results posting on forums such as stackoverflow, where competent programmers are ready to help. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a7b6659e-f23f-4cec-8b88-10356a22e4e0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
