Many of you know Platform.sh as your go-to modern PHP cloud solution; A bunch of you have been running NodeJS for the last two years. But Platform.sh can do so much more. Did you know Platform.sh is a perfect platform for Ruby and Rails applications? There is basically nothing easier than deploying a Rails application on Platform.sh. You just add theDocumentation Index
Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
Use this file to discover all available pages before exploring further.
platform_sh_rails gem to your Gemfile. Copy over or generate our YAML config. Git push. Nothing to configure.
As a matter-of-fact, some of our tooling is happily running Ruby on Platform.sh for quite some time. And… not only you can run Ruby and Rails applications with incredible ease. You can do so with the latest versions. Drum roll…
Introducing Ruby 2.5 on platform.sh. So even before the official release you can test your code for the latest and greatest.
How do you migrate an existing Ruby 2.4 project on Platform.sh to Ruby 2.5?
Create a new branch. Open .platform.app.yaml change one character ( type: ruby:2.4 to type: ruby:2.5 ). Commit. Push. Test everything is dandy. You are ready. When 2.5 is officially out, just merge to master. OH, or just run in production. We are Ruby people. We live on the edge.