Gun
Gun

Reputation: 61

Does Google App engine has a support for Rails 3.1?

Presently, all the links at Google are saying that they are not supporting GAE for rails 3.1

Looking out for some constructive steps to work out GAE with rails 3.1 on eclipse.

Upvotes: 0

Views: 243

Answers (1)

Adam Crossland
Adam Crossland

Reputation: 14213

AppEngine does not directly support Rails. You might have some luck with running Rails through JRuby as Java is supported on AppEngine, but given how many easy hosting solutions there are that support Rails natively, you might find that you are trying to pound a square peg into a round hole.

Upvotes: 3

Related Questions