Does anyone give me some indication that how can I deploy my rail app for GAE? I am reading about it, but it is a very complex task.
I tried google-appengine with gem, but it is not even a piece of cake
What is the DataMapper adapter Is there any progress with or will I need to make changes to my model?
I was hoping to see a complete explanation about the tutorial, but the people I found were old for some time.
Any help would be greatly appreciated thanks guys!
Rail deployment on Google's app engine has become very easy There are some warnings about which you are aware
- App Engine only supports Python and Java environments, so you will be deployed on the rail
- App Engine's Datastore is based on BigTable so that you have a relational Will not be able to use ActiveRecord on the database (if you want your datastore to be installed in AppEngine T have been). But as @GefLantec has stated that
scripts / servers - can be tested in Google's sandbox tool for pre-deployment. Li>
Some other resources you can consider:
Comments
Post a Comment