Deploying a ruby on rails application

Hello,

I really appreciate the support on here, it is so prompt and helpful - thank you so much!

I am trying to deploy a rails application but I am stuck, can someone help?

Here is the repo on github: GitHub - cwebster85/fluent-chinese: le-wagon-final-project

Hi @cwebster85, Hosting Rails applications on Netlify is not possible at the moment.
Netlify is meant for Static Site Generators where static websites are built from a build command.

However you can try out Jekyll or Middleman which are both written in Ruby.
Jekyll or Middleman are both static site generator frameworks that Netlify supports.

Kindly check the links below for more information about Jekyll and Middleman framework integrations on Netlify.

Jekyll

Middleman

Hope this helps.
Thanks.